query-06f64dad97fea4371c14987bbb404a0d
title:Author name strings and their publications SELECT DISTINCT ?leapauthor ?publication ?publicationLabel ?pmid ?doi WHERE { VALUES ?leapauthor { "Adrie Jc Steyn" "Assaf Zaritsky" "Michael Roukes" "Chris Sander" "Fabian J. Theis" "Maddy Parsons" "Gregory Hannon" "Virginie Rozot" "Denise Kirschner" "Hagan Bayley" "Stéphane Pagès" "Joerg Bewersdorf"}
?publication wdt:P2093 ?leapauthor .
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
OPTIONAL {?publication wdt:P698 ?pmid .}
OPTIONAL {?publication wdt:P356 ?doi .}
}
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#title:Author name strings and their publications
SELECT DISTINCT ?leapauthor ?publication ?publicationLabel ?pmid ?doi WHERE {
VALUES ?leapauthor { "Adrie Jc Steyn"
"Assaf Zaritsky"
"Michael Roukes"
"Chris Sander"
"Fabian J. Theis"
"Maddy Parsons"
"Gregory Hannon"
"Virginie Rozot"
"Denise Kirschner"
"Hagan Bayley"
"Stéphane Pagès"
"Joerg Bewersdorf"}
?publication wdt:P2093 ?leapauthor .
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
OPTIONAL {?publication wdt:P698 ?pmid .}
OPTIONAL {?publication wdt:P356 ?doi .}
}