Don't offer Pellet reasoning on ingest.

This commit is contained in:
Jim Blake 2014-12-21 09:12:23 -05:00
parent b6b8540546
commit 08efbe2735
2 changed files with 4 additions and 39 deletions

View file

@ -174,17 +174,5 @@ PREFIX <%=prefixText%>: <<%=urlText%>><%}}%>
<%
}
%>
</select> <c:choose>
<c:when test="${paramValues['reasoning'] != null}">
<c:forEach var="paramValue" items="${paramValues['reasoning']}">
<c:if test="${paramValue eq 'pellet'}">
<p><input type="checkbox" name="reasoning" value="pellet"
checked="checked" /> include pellet reasoning</p>
</c:if>
</c:forEach>
</c:when>
<c:otherwise>
<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" />
</select>
<input id="submit" type="submit" value="Execute CONSTRUCT" />