| VladimirAlexiev added a comment. |
Ok, this works and returns 18650 rows as expected:
prefix wd: <http://www.wikidata.org/entity/> prefix wdt: <http://www.wikidata.org/prop/direct/> prefix bd: <http://www.bigdata.com/rdf#> prefix wikibase: <http://wikiba.se/ontology#>
select * {
service <https://query.wikidata.org/sparql> {
{select ?person ?personLabel ?personDescription ?occupationLabel ?countryLabel ?fieldLabel ?RID ?ORCID {
{select distinct ?person {
?award wdt:P31/wdt:P279* wd:Q11448906. # science award
?award wdt:P444 []. # review score
?person wdt:P166 ?award.
}}
optional {?person wdt:P106 ?occupation}
optional {?person wdt:P27 ?country}
optional {?person wdt:P101 ?field}
optional {?person wdt:P1053 ?RID}
optional {?person wdt:P496 ?ORCID}
service wikibase:label {bd:serviceParam wikibase:language "en,fr,it,de,nl"}
}}
}
}TASK DETAIL
EMAIL PREFERENCES
To: VladimirAlexiev
Cc: Smalyshev, Aklapper, VladimirAlexiev, Nandana, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, _jensen, D3r1ck01, Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
Cc: Smalyshev, Aklapper, VladimirAlexiev, Nandana, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, _jensen, D3r1ck01, Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
_______________________________________________ Wikidata-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs
