grant sparql bugfix

This commit is contained in:
brianjlowe 2013-11-07 11:49:23 -05:00
parent 6a7caf1cdd
commit ac60d04bad

View file

@ -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 }
}