| Title | List all the entities tagged in the the disease_gene_microbe_small corpus of type __PREFIX__ |
|---|---|
| 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 ), "__PREFIX__", "i" ) )
}
}
|
| Reasoning | false |
| Comment | use PREFIX for type: DOID: for diseases taxonomy for organisms stringdb: for genes |
| Show mode | raw |
| Annotations to show | |
| Priority | 0 |
| Active | true |
| belongs to | disease_gene_microbe_small |