New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set up a Listeria list for notable papers that do not have main subjects set #1071

Open
Daniel-Mietchen opened this Issue Dec 7, 2018 · 0 comments

Comments

Projects
None yet
1 participant
@Daniel-Mietchen
Owner

Daniel-Mietchen commented Dec 7, 2018

e.g. highly cited or authored by people with sitelinks, especially Nobel laureates.

Sample query:

SELECT DISTINCT ?item WHERE {
  ?item wdt:P31 wd:Q13442814.
  ?item wdt:P50 ?author.
  FILTER(NOT EXISTS {
    ?item wdt:P921 ?topic.
  })
}
LIMIT 10000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment