Title Get the statistics of annotations for chemicals
Sparql
SELECT ?type (COUNT(?type) as ?count)
WHERE {
	GRAPH prj:LitCovid-PubTator {
		?o2 tao:denoted_by ?s2 ; a <http://pubannotation.org/projects/LitCovid-PubTator/Chemical> ; a ?type.
	}
}
GROUP BY ?type
ORDER BY DESC(?count)
Reasoning false
Comment
Show mode raw
Annotations to show
Priority 0
Active true
belongs to LitCovid
List