| Title | List all the genes 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 ), "stringdb:", "i" ) )
}
}
|
| Reasoning | false |
| Comment | |
| Show mode | raw |
| Annotations to show | |
| Priority | 0 |
| Active | true |
| belongs to | disease_gene_microbe_small |