| Title | List all the documents which has denotation annotations by this project. |
|---|---|
| Sparql | SELECT DISTINCT ?d1
WHERE {
GRAPH prj:MeasurableQuantitativeAnnotation {
?o1 tao:denoted_by ?s1 .
}
?s1 tao:belongs_to ?d1 .
}
|
| Reasoning | false |
| Comment | |
| Show mode | raw |
| Annotations to show | |
| Priority | 0 |
| Active | true |
| belongs to | MeasurableQuantitativeAnnotation |