Fixing minor syntax error in copigrant query.
This commit is contained in:
parent
2f26db2b7f
commit
0c50024664
1 changed files with 3 additions and 5 deletions
|
@ -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 "
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue