Title List all the organisms tagged in the disease_gene_microbe_small corpus
Sparql
SELECT distinct ?type 
WHERE {
	GRAPH prj:disease_gene_microbe_small {
		?o tao:denoted_by ?s ; a ?type .
		FILTER (?type != tao:Context_entity) .
      	FILTER ( regex  ( str ( ?type ), "taxonomy", "i"   )  )
	}
}
Reasoning false
Comment
Show mode raw
Annotations to show
Priority 0
Active true
belongs to disease_gene_microbe_small
List