NIHVIVO-2733 Add custom list view for core:linkedRole - uses core:relatedRole view, with adaptations to fit both properties. Collation support for core:hasEditReviewRole. Improvements to the custom list queries and templates for core:hasRole, core:relatedRole, core:hasEditReviewRole.
This commit is contained in:
parent
90d822c6b5
commit
7f07155cf8
2 changed files with 14 additions and 4 deletions
|
@ -293,8 +293,6 @@ public class ObjectPropertyStatementDaoJena extends JenaBaseDao implements Objec
|
|||
return Collections.emptyList();
|
||||
}
|
||||
|
||||
// RY One oddity here is that SDB adds the bound variables to the query select terms,
|
||||
// even if they're not included in the query.
|
||||
QuerySolutionMap initialBindings = new QuerySolutionMap();
|
||||
initialBindings.add("subject", ResourceFactory.createResource(subjectUri));
|
||||
initialBindings.add("property", ResourceFactory.createResource(propertyUri));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue