updates for page management and adding rdfs prefix to menu.n3

This commit is contained in:
hjkhjk54 2012-08-20 19:26:32 +00:00
parent 34858fcadb
commit b0f4e7e820
6 changed files with 101 additions and 3 deletions

View file

@ -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>();