work on NIHVIVO-23 vitro internal Jena models
This commit is contained in:
parent
35452e8b36
commit
3e23a63be1
4 changed files with 21 additions and 3 deletions
|
@ -20,14 +20,19 @@
|
|||
<form action="jenaXmlFileUpload" method="post" enctype="multipart/form-data">
|
||||
|
||||
<input type="file" name="xmlfile"/>
|
||||
|
||||
<p>XML file</p>
|
||||
|
||||
<select name="targetModel">
|
||||
|
||||
<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>
|
||||
|
||||
<p>Destination model</p>
|
||||
|
||||
<input type="submit" name="submit" value="upload XML and convert to RDF"/>
|
||||
</form>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue