NIHVIVO-3130 NIHVIVO-3089 ingest tools fixes and improvements
This commit is contained in:
parent
4d8206b018
commit
f5e1661f9a
22 changed files with 331 additions and 309 deletions
|
@ -19,7 +19,7 @@
|
|||
|
||||
ModelMaker maker = (ModelMaker) request.getSession().getAttribute("vitroJenaModelMaker");
|
||||
if (maker == null) {
|
||||
maker = (ModelMaker) getServletContext().getAttribute("vitroJenaModelMaker");
|
||||
maker = (ModelMaker) getServletContext().getAttribute("vitroJenaSDBModelMaker");
|
||||
}
|
||||
|
||||
%>
|
||||
|
@ -188,4 +188,4 @@ PREFIX <%=prefixText%>: <<%=urlText%>><%}}%>
|
|||
<p><input type="checkbox" name="reasoning" value="pellet" />
|
||||
include Pellet OWL-DL reasoning</p>
|
||||
</c:otherwise>
|
||||
</c:choose> <input id="submit" type="submit" value="Execute CONSTRUCT" />
|
||||
</c:choose> <input id="submit" type="submit" value="Execute CONSTRUCT" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue