Difference between revisions of "DBLP/PIDs"

From BITPlan Wiki
Jump to navigation Jump to search
(pushed from rq by wikipush)
 
Line 15: Line 15:
 
</source>
 
</source>
 
[https://query.wikidata.org/#%23%20%0A%23%20List%20of%20%20Researchers%20with%20meta%20data%20records%20in%20wikidata%20with%20dblpId%20-%3E%20footprint%20option%0A%23%20and%20other%20persistent%20and%20pseudo-persistent%20identifiers%0A%23%20WF%202021-12-14%20-%20took%2035.7%20secs%20to%20run%20on%20day%20of%20creation%0A%23%20%0ASELECT%20%3Fscholar%20%3FscholarLabel%20%3FdblpId%20%3Forcid%20%3FgoogleScholarId%20%3FscopusId%20%20WHERE%20%0A%7B%0A%20%20%3Fscholar%20wdt%3AP2456%20%3FdblpId.%20%23%2053522%0A%20%20OPTIONAL%20%7B%20%3Fscholar%20wdt%3AP496%20%3Forcid%20%7D.%20%2344436%0A%20%20OPTIONAL%20%7B%20%3Fscholar%20wdt%3AP1960%20%3FgoogleScholarId%20%7D.%20%23%206513%20%0A%20%20OPTIONAL%20%7B%20%3Fscholar%20wdt%3AP1153%20%3FscopusId.%20%7D%20%23%2029544%0A%20%20SERVICE%20wikibase%3Alabel%20%7B%20bd%3AserviceParam%20wikibase%3Alanguage%20%22en%22.%20%7D%0A%7D%20ORDER%20by%20%3FdblpId%0A try it!]
 
[https://query.wikidata.org/#%23%20%0A%23%20List%20of%20%20Researchers%20with%20meta%20data%20records%20in%20wikidata%20with%20dblpId%20-%3E%20footprint%20option%0A%23%20and%20other%20persistent%20and%20pseudo-persistent%20identifiers%0A%23%20WF%202021-12-14%20-%20took%2035.7%20secs%20to%20run%20on%20day%20of%20creation%0A%23%20%0ASELECT%20%3Fscholar%20%3FscholarLabel%20%3FdblpId%20%3Forcid%20%3FgoogleScholarId%20%3FscopusId%20%20WHERE%20%0A%7B%0A%20%20%3Fscholar%20wdt%3AP2456%20%3FdblpId.%20%23%2053522%0A%20%20OPTIONAL%20%7B%20%3Fscholar%20wdt%3AP496%20%3Forcid%20%7D.%20%2344436%0A%20%20OPTIONAL%20%7B%20%3Fscholar%20wdt%3AP1960%20%3FgoogleScholarId%20%7D.%20%23%206513%20%0A%20%20OPTIONAL%20%7B%20%3Fscholar%20wdt%3AP1153%20%3FscopusId.%20%7D%20%23%2029544%0A%20%20SERVICE%20wikibase%3Alabel%20%7B%20bd%3AserviceParam%20wikibase%3Alanguage%20%22en%22.%20%7D%0A%7D%20ORDER%20by%20%3FdblpId%0A try it!]
 +
[[Category:PID]]

Revision as of 10:45, 2 January 2024

# 
# List of  Researchers with meta data records in wikidata with dblpId -> footprint option
# and other persistent and pseudo-persistent identifiers
# WF 2021-12-14 - took 35.7 secs to run on day of creation
# 
SELECT ?scholar ?scholarLabel ?dblpId ?orcid ?googleScholarId ?scopusId  WHERE 
{
  ?scholar wdt:P2456 ?dblpId. # 53522
  OPTIONAL { ?scholar wdt:P496 ?orcid }. #44436
  OPTIONAL { ?scholar wdt:P1960 ?googleScholarId }. # 6513 
  OPTIONAL { ?scholar wdt:P1153 ?scopusId. } # 29544
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
} ORDER by ?dblpId

try it!