Working on context node update during incremental search update. NIHVIVO-2834
This commit is contained in:
parent
4c4953571e
commit
6c0e438a36
1 changed files with 2 additions and 2 deletions
|
@ -280,7 +280,7 @@ public class AdditionalURIsForContextNodes implements AdditionalURIsToIndex {
|
|||
|
||||
+ " ?uri rdf:type foaf:Organization . \n"
|
||||
+ " ?uri core:organizationForPosition ?positionNode .\n"
|
||||
+ " ?positionNode core:positionForPerson ?person . \n"
|
||||
+ " ?person core:personInPosition ?positionNode . \n"
|
||||
+"}" );
|
||||
|
||||
|
||||
|
@ -291,7 +291,7 @@ public class AdditionalURIsForContextNodes implements AdditionalURIsToIndex {
|
|||
|
||||
+ " ?uri rdf:type foaf:Person . \n"
|
||||
+ " ?uri core:personInPosition ?positionNode .\n"
|
||||
+ " ?positionNode core:positionForOrganization ?org . \n"
|
||||
+ " ?org core:organizationForPosition ?positionNode . \n"
|
||||
+"}" );
|
||||
return queries;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue