User:Charles Matthews/Missing PubMed IDs and main subjects

From Wikidata
Jump to navigation Jump to search

Missing articles and main subjects collated from PubMed searches:

#PMID batch
SELECT ?pmid ?item
WHERE 
{
  values ?pmid { "30217221" "30096458" "29469739" "29408173" "29385737" 
                  "28891157" "28891094" "28677502" "28672019" "28621226" 
                  "28620008" "28603282" "28602818" "28543700" "28488123" 
                  "28476234" "28351303" "28289760" "28081942" "28063489"
                   "28057891" "2765536" "27620353" "27582570" "27506936"
                   "27314344" "27296319" "27291926" "27280498" "27165350"
                   "27140323" "27030083" "26980208" "26975628" "26916897" 
                   "26862215" "26827793" "26700035" "26691865" "26655726"
                   "26616857" "26564076" "26555006" "26417029" "26329580"
                   "26194899" "26074382" "25916396" "25843297" "25773992"
               }.
  OPTIONAL {?item wdt:P698 ?pmid}.  
}
Try it!