Making the change addressing NIHVIVO-1940 to Temporal Graph too.
This commit is contained in:
parent
89643df83b
commit
d039a74929
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ public class EntityGrantCountQueryRunner implements QueryRunner<Entity> {
|
|||
+ " ?Role core:roleIn ?Grant . "
|
||||
+ " ?Grant rdfs:label ?GrantLabel . "
|
||||
+ "OPTIONAL {"
|
||||
+ "?Grant core:dateTimeInterval ?dateTimeIntervalValue . "
|
||||
+ "?Role core:dateTimeInterval ?dateTimeIntervalValue . "
|
||||
+ "?dateTimeIntervalValue core:start ?startDate . "
|
||||
+ "?startDate core:dateTime ?startDateTimeValue . "
|
||||
+ "OPTIONAL {"
|
||||
|
|
Loading…
Add table
Reference in a new issue