updates for VIVO-401 and VIVO-418 which were related issues
This commit is contained in:
parent
55f43cfd0e
commit
f1abafa3aa
2 changed files with 9 additions and 13 deletions
|
@ -148,7 +148,7 @@ public class UtilitiesRequestHandler implements VisualizationRequestHandler {
|
|||
Map<String, String> fieldLabelToOutputFieldLabel = new HashMap<String, String>();
|
||||
|
||||
String aggregationRules = "(count(DISTINCT ?Grant) AS ?numOfGrants)";
|
||||
String grantType = "http://vivoweb.org/ontology#Grant";
|
||||
String grantType = "http://vivoweb.org/ontology/core#Grant";
|
||||
|
||||
ObjectProperty predicate = ModelUtils.getPropertyForRoleInClass(grantType, vitroRequest.getWebappDaoFactory());
|
||||
String roleToGrantPredicate = "<" + predicate.getURI() + ">";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue