Wikidata:WikiProject Source MetaData/Wikidata lists/Popular author name strings on works about topics that have a geolocation
Jump to navigation
Jump to search
Note: the list filters out names that start or end with Initials (see the regex).
This list is periodically updated by a bot. Manual changes to the list will be removed on the next update!
WDQS | PetScan | TABernacle | Find images Recent changes | Query:SELECT # A sample topic for the given coauthor DISTINCT ?item # Number of works with the coauthor ?count # Build URL to the Author disambiguator tool for a given author name string (CONCAT( '[https://tools.wmflabs.org/author-disambiguator/?doit=Look+for+author&name=', ENCODE_FOR_URI(?coauthor ), ' Publications with author name string ', ?coauthor , ']') AS ?disambiguator1) # Build URL to the Author disambiguator tool for a given author name string and thesample topic (CONCAT( '[https://tools.wmflabs.org/author-disambiguator/?doit=Look+for+author&name=', ENCODE_FOR_URI(?coauthor ), '&filter=wdt%3AP921+wd%3A', ?qid , ' Publications on the sample topic with author name string ', ?coauthor , ']') AS ?disambiguator2) # Build URL to Scholia's /topic/QID/missing page for the QID of the sample topic ## This is commented out because it tends to time out # (CONCAT( # '[https://tools.wmflabs.org/scholia/topic/', # ENCODE_FOR_URI(?qid ), '/missing Disambiguate more authors of publications on the sample topic]') AS ?disambiguator3) WHERE { SELECT DISTINCT ?coauthor (COUNT(DISTINCT ?work) as ?count) (SAMPLE(DISTINCT ?topic) AS ?item) (REPLACE(STR(?item), ".*Q", "Q") AS ?qid) WHERE { ?topic wdt:P625 [] . ?work wdt:P921 ?topic ; wdt:P2093 ?coauthor . FILTER(regex (?coauthor, "^(?=^[A-Z][a-z]{1,}.*)(?=.*[a-z]$).*$")). } GROUP BY ?coauthor ?count ?item ?qid HAVING (?count > 9) LIMIT 100 } ORDER BY DESC(?count) #LIMIT 100
∑ 31 items.
End of automatically generated list.