grant sparql bugfix
This commit is contained in:
parent
6a7caf1cdd
commit
ac60d04bad
1 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@ CONSTRUCT {
|
|||
?grant vivo:relates ?agent
|
||||
} WHERE {
|
||||
?agent <http://purl.obolibrary.org/obo/RO_0000053> ?role .
|
||||
?role vivo:relatedBy ?grant
|
||||
?role vivo:relatedBy ?grant .
|
||||
?grant a vivo:Grant .
|
||||
FILTER NOT EXISTS { ?grant vivo:relates ?agent }
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue