Making the change addressing NIHVIVO-1940 to Temporal Graph too.

This commit is contained in:
bkoniden 2011-01-28 15:02:01 +00:00
parent 89643df83b
commit d039a74929

View file

@ -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 {"