continued work on ISF conversion and data migration
This commit is contained in:
parent
a8f1bfcf15
commit
ed71f74e10
3 changed files with 55 additions and 0 deletions
|
@ -206,6 +206,7 @@ public class PersonHasPositionHistoryGenerator extends VivoBaseGenerator impleme
|
|||
final static String orgLabelQuery =
|
||||
"SELECT ?existingOrgLabel WHERE { \n" +
|
||||
" ?position <" + positionInOrgPred + "> ?existingOrg . \n" +
|
||||
" ?existingOrg a <" + orgClass + "> . \n" +
|
||||
" ?existingOrg <" + label + "> ?existingOrgLabel . \n" +
|
||||
"}";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue