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