| Title | Find all the sentences with the annotations of the Lectin __URL__, and show them in TextAE. |
|---|---|
| Sparql | SELECT DISTINCT ?sentence
WHERE {
GRAPH <https://pubannotation.org/projects/Lectin-Jamboree-small> {
?o1 <https://pubannotation.org/ontology/tao.owl#denoted_by> ?span ; a <__URL__> .
}
GRAPH <https://pubannotation.org/projects/Lectin-Jamboree-Sentence> {
?o2 <https://pubannotation.org/ontology/tao.owl#denoted_by> ?sentence .
}
?sentence <https://pubannotation.org/ontology/tao.owl#contains> ?span .
}
|
| Reasoning | false |
| Comment | |
| Show mode | textae |
| Annotations to show | Lectin-Jamboree-small |
| Priority | 0 |
| Active | true |
| belongs to | Lectin-Jamboree |