Skip to content

Instantly share code, notes, and snippets.

@egonw
Last active January 14, 2017 09:43
Show Gist options
  • Save egonw/bb9d7f3ab0c8cb1d14b6f76ad7e1b448 to your computer and use it in GitHub Desktop.
Save egonw/bb9d7f3ab0c8cb1d14b6f76ad7e1b448 to your computer and use it in GitHub Desktop.
SELECT ?entity ?desc ?author ?wd_author WHERE {
?entity wdt:P31 wd:Q13442814. #filter by scientific articles
?entity wdt:P2093 ?wd_author.
FILTER(regex(?wd_author, "B.*Feringa"))
?entity rdfs:label ?desc.
FILTER((LANG(?desc)) = "en").
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment