continued work on ISF conversion and data migration

This commit is contained in:
brianjlowe 2013-08-09 16:24:08 -04:00
parent a8f1bfcf15
commit ed71f74e10
3 changed files with 55 additions and 0 deletions

View file

@ -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" +
"}";