VIVO-550 and VIVO-551 migration improvements
This commit is contained in:
parent
7eacddcea6
commit
2474be9072
5 changed files with 29 additions and 3 deletions
|
@ -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 .
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue