Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@egonw
Created September 5, 2018 10:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save egonw/5084351c20c721c67287d62cb99bf056 to your computer and use it in GitHub Desktop.
Save egonw/5084351c20c721c67287d62cb99bf056 to your computer and use it in GitHub Desktop.
Authors of the Journal of Cheminformatics
SELECT DISTINCT ?author ?authorLabel ?orcid ?twitter ?mastodon ?facebook WHERE {
?article wdt:P1433 wd:Q6294930 ;
wdt:P50 ?author .
OPTIONAL { ?author wdt:P496 ?orcid }
OPTIONAL { ?author wdt:P2002 ?twitter }
OPTIONAL { ?author wdt:P4033 ?mastodon }
OPTIONAL { ?author wdt:P2013 ?facebook }
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment