VIVO-550 and VIVO-551 migration improvements

This commit is contained in:
brianjlowe 2013-11-19 16:08:46 -05:00
parent 7eacddcea6
commit 2474be9072
5 changed files with 29 additions and 3 deletions

View file

@ -7,5 +7,5 @@ CONSTRUCT {
?grant vivo:contributingRole ?role .
} WHERE {
?role vivo:roleContributesTo ?grant .
?grant a vivo:Grant .
{ ?grant a vivo:Grant } UNION { ?grant a vivo:Contract }
}