VIVO-388 fixes vivo:middleName migration bug
This commit is contained in:
parent
a68ef819ee
commit
bb4145e565
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@ CONSTRUCT {
|
||||||
?s foaf:lastName ?lastName .
|
?s foaf:lastName ?lastName .
|
||||||
}
|
}
|
||||||
UNION {
|
UNION {
|
||||||
?s vivo:middleName ?middleName
|
?s vivo:middleName ?middleName .
|
||||||
|
?s a foaf:Person .
|
||||||
}
|
}
|
||||||
UNION {
|
UNION {
|
||||||
?s bibo:prefixName ?prefix
|
?s bibo:prefixName ?prefix
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue