fixed query subject in generator
This commit is contained in:
parent
9ef66e8764
commit
15169ca894
1 changed files with 1 additions and 1 deletions
|
@ -937,7 +937,7 @@ public class AddPublicationToPersonGenerator extends VivoBaseGenerator implement
|
||||||
String query = "PREFIX core:<" + vivoCore + "> " +
|
String query = "PREFIX core:<" + vivoCore + "> " +
|
||||||
"SELECT ?pubUri WHERE { " +
|
"SELECT ?pubUri WHERE { " +
|
||||||
"<" + subject + "> core:relatedBy ?authorshipUri . " +
|
"<" + subject + "> core:relatedBy ?authorshipUri . " +
|
||||||
"?authorship a core:Authorship . " +
|
"?authorshipUri a core:Authorship . " +
|
||||||
"?authorshipUri core:relates ?pubUri . }";
|
"?authorshipUri core:relates ?pubUri . }";
|
||||||
return query;
|
return query;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue