Fixing minor syntax error in copigrant query.

This commit is contained in:
bkoniden 2011-01-20 21:47:08 +00:00
parent 2f26db2b7f
commit 0c50024664

View file

@ -150,11 +150,9 @@ public class CoPIGrantCountQueryRunner implements QueryRunner<CoPIData> {
+ "?CoPI rdfs:label ?CoPILabel . "
+ "OPTIONAL { ?Grant core:startDate ?GrantStartDate } . "
+ "OPTIONAL { ?Grant core:endDate ?GrantEndDate } . "
+ "} "
+ SPARQL_QUERY_COMMON_OPTIONAL_BLOCK
+ "} "
+ "UNION "