query-2f4bd46c2f2d34bfaff5e9a1317914ab

rq turtle/ttl

TODO

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?tournament ?tournamentLabel ? player ?playerLabel ?handednessLabel (YEAR(?dateOfBirth) AS ?yearOfBirth) ?countryLabel WHERE {
  VALUES ?tournament { wd:Q60874 wd:Q43605 wd:Q41520 wd:Q123577 }
  ?player wdt:P31 wd:Q5;
          wdt:P21 wd:Q6581072;
          wdt:P106 wd:Q10833314;
          p:P1346/ps:P1346 [
            wdt:P31 wd:Q16893403;
            wdt:P361 [ wdt:P31 ?tournament ]
          ].
  OPTIONAL { ?player wdt:P552 ?handedness. }
  OPTIONAL { ?player wdt:P569 ?dateOfBirth. }
  OPTIONAL { ?player wdt:P27 ?country. }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
}

Query found at