updates for page management and adding rdfs prefix to menu.n3
This commit is contained in:
parent
34858fcadb
commit
b0f4e7e820
6 changed files with 101 additions and 3 deletions
|
@ -80,7 +80,7 @@ public class IndividualsForClassesDataGetter extends DataGetterBase implements D
|
|||
|
||||
protected Map<String, Object> getClassIntersectionsMap(Model displayModel) {
|
||||
QuerySolutionMap initBindings = new QuerySolutionMap();
|
||||
initBindings.add("dataGetterURI", ResourceFactory.createResource(this.dataGetterURI));
|
||||
initBindings.add("dataGetterUri", ResourceFactory.createResource(this.dataGetterURI));
|
||||
try {
|
||||
QueryExecution qexec = QueryExecutionFactory.create( dataGetterQuery, displayModel , initBindings);
|
||||
Map<String, Object> classesAndRestrictions = new HashMap<String, Object>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue