NIHVIVO-23 change to make sure there is consistency in ingest tools
This commit is contained in:
parent
7301b31937
commit
8a5d4ccec4
1 changed files with 2 additions and 1 deletions
|
@ -39,8 +39,9 @@
|
||||||
<h3>Select Destination Model for Generated TBox</h3>
|
<h3>Select Destination Model for Generated TBox</h3>
|
||||||
|
|
||||||
<select name="destinationModelName">
|
<select name="destinationModelName">
|
||||||
|
<option value="vitro:baseOntModel"/>webapp assertions</option>
|
||||||
<option value="vitro:jenaOntModel"/>webapp model</option>
|
<option value="vitro:jenaOntModel"/>webapp model</option>
|
||||||
<option value="vitro:baseOntModel"/>webapp assertions</option>
|
|
||||||
<%
|
<%
|
||||||
for (Iterator it = maker.listModels(); it.hasNext(); ) {
|
for (Iterator it = maker.listModels(); it.hasNext(); ) {
|
||||||
String modelName = (String) it.next();
|
String modelName = (String) it.next();
|
||||||
|
|
Loading…
Add table
Reference in a new issue