Title Get the statistics of all the types of Lectins
Sparql
SELECT ?type (COUNT(?type) as ?count)
WHERE {
	GRAPH <https://pubannotation.org/projects/Lectin-Jamboree-small> {
		?o <https://pubannotation.org/ontology/tao.owl#denoted_by> ?s ; a ?type .
		FILTER (?type != <https://pubannotation.org/ontology/tao.owl#Context_entity>)
	}
}
GROUP BY ?type
ORDER BY DESC(?count)
Reasoning false
Comment
Show mode raw
Annotations to show
Priority 0
Active true
belongs to Lectin-Jamboree
List