NIHVIVO-1487 change for renaming blank nodes.

This commit is contained in:
ass92 2011-01-05 04:17:35 +00:00
parent e4585e9c4d
commit 0c1219ad1c

View file

@ -19,16 +19,9 @@
<h2><a class="ingestMenu" href="ingest">Ingest Menu</a> > Convert Blank Nodes to Named Resources</h2> <h2><a class="ingestMenu" href="ingest">Ingest Menu</a> > Convert Blank Nodes to Named Resources</h2>
<form action="ingest" method="get"i> <form action="ingest" method="get">
<input type="hidden" name="action" value="renameBNodes"/> <input type="hidden" name="action" value="renameBNodes"/>
<h3>Select URI prefix</h3>
<p>URIs will be constructed from the following string concatenated with a random integer:</p>
<input type="text" style="width:65%;" name="namespaceEtcStr"/>
<p/>
<h3>Select Source Models</h3> <h3>Select Source Models</h3>
<ul> <ul>
@ -42,17 +35,5 @@
%> %>
</ul> </ul>
<h3>Select Destination Model</h3> <input id="submit" type="submit" value="Next Step"/>
</form>
<select name="destinationModelName">
<option value="vitro:baseOntModel">webapp assertions</option>
<%
for (Iterator it = maker.listModels(); it.hasNext(); ) {
String modelName = (String) it.next();
%> <option value="<%=modelName%>"/><%=modelName%></option>
<%
}
%>
</select>
<input id="submit" type="submit" value="Rename Blank Nodes"/>