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

@ -0,0 +1,12 @@
PREFIX vivo: <http://vivoweb.org/ontology/core#>
PREFIX owl: <http://www.w3.org/2002/07/owl#>
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
CONSTRUCT {
?award vivo:assignedBy ?org .
?org vivo:assigns ?award .
} WHERE {
?org vivo:assigns ?award .
?award a vivo:Award .
?org a foaf:Organization .
}