NIHVIVO-1493: Defining app level classes.

This commit is contained in:
mb863 2010-12-13 20:13:10 +00:00
parent 91f96a2304
commit fc43269ad5
20 changed files with 40 additions and 32 deletions

View file

@ -17,9 +17,9 @@
%>
<p><a href="ingest">Ingest Home</a></p>
<h2><a href="ingest">Ingest Home</a></h2>
<h2>Convert CSV to RDF</h2>
<h3>Convert CSV to RDF</h3>
<form action="csv2rdf" method="post" enctype="multipart/form-data">
<input type="hidden" name="action" value="csv2rdf"/>

View file

@ -26,9 +26,9 @@ function init(){
}
%>
<p><a href="ingest">Ingest Home</a></p>
<h2><a href="ingest">Ingest Home</a></h2>
<h2>Available Jena Models</h2>
<h3>Available Jena Models</h3>
<table>
<tr>
<td>

View file

@ -17,9 +17,9 @@
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/jenaIngest/ingestUtils.js"></script>
<p><a href="ingest">Ingest Home</a></p>
<h2><a href="ingest">Ingest Home</a></h2>
<h2>Merge Individuals</h2>
<h3>Merge Individuals</h3>
<p>This tool allows two individuals with different URIs to be collapsed into a
single URI. Any statements using the "duplicate individual URI" will be

View file

@ -3,9 +3,9 @@
<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c"%>
<%@ page import="com.hp.hpl.jena.rdf.model.Model"%>
<p><a href="ingest">Ingest Home</a></p>
<h2><a href="ingest">Ingest Home</a></h2>
<h2>Merge Individuals</h2>
<h3>Merge Individuals</h3>
<form action="ingest" method="get">
<input type="hidden" name="action" value="mergeResult"/>
<%String result = (String) request.getAttribute("result");%>

View file

@ -15,9 +15,9 @@
%>
<p><a href="ingest">Ingest Home</a></p>
<h2><a href="ingest">Ingest Home</a></h2>
<h2>Assign Permanent URIs To Resources</h2>
<h3>Assign Permanent URIs To Resources</h3>
<p>This tool will rename the resources in the selected model to with new
randomly-generated URIs following the pattern used in the main application.

View file

@ -17,9 +17,9 @@
%>
<p><a href="ingest">Ingest Home</a></p>
<h2><a href="ingest">Ingest Home</a></h2>
<h2>Convert Blank Nodes to Named Resources</h2>
<h3>Convert Blank Nodes to Named Resources</h3>
<form action="ingest" method="get"i>
<input type="hidden" name="action" value="renameBNodes"/>

View file

@ -10,9 +10,9 @@
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/jenaIngest/ingestUtils.js"></script>
<p><a href="ingest">Ingest Home</a></p>
<h2><a href="ingest">Ingest Home</a></h2>
<h2>Change Namespace of Resources</h2>
<h3>Change Namespace of Resources</h3>
<p>This tool will change all resources in the supplied "old namespace"
to be in the "new namespace." Additionally, the local names will be updated

View file

@ -3,8 +3,8 @@
<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c"%>
<p><a href="ingest">Ingest Home</a></p>
<h2><a href="ingest">Ingest Home</a></h2>
<h2>Rename Resource</h2>
<h3>Rename Resource</h3>
<%String result = (String) request.getAttribute("result");%>
<p><b><%=result%></b></p>

View file

@ -17,9 +17,9 @@
%>
<p><a href="ingest">Ingest Home</a></p>
<h2><a href="ingest">Ingest Home</a></h2>
<h2>Smush Resources</h2>
<h3>Smush Resources</h3>
<form action="ingest" method="get"i>
<input type="hidden" name="action" value="smushSingleModel"/>

View file

@ -26,7 +26,7 @@
<%@page import="java.util.ArrayList"%><h2>Execute SPARQL CONSTRUCT
Query</h2>
<p><a href="ingest">Ingest Home</a></p>
<h2><a href="ingest">Ingest Home</a></h2>
<c:if test="${requestScope.constructedStmtCount != null}">
<h3 class="notice">${requestScope.constructedStmtCount} statements

View file

@ -17,9 +17,9 @@
%>
<p><a href="ingest">Ingest Home</a></p>
<h2><a href="ingest">Ingest Home</a></h2>
<h2>Subtract One Model from Another</h2>
<h3>Subtract One Model from Another</h3>
<form action="ingest" method="get"i>
<input type="hidden" name="action" value="subtractModels"/>

View file

@ -14,7 +14,7 @@
%>
<p><a href="ingest">Ingest Home</a></p>
<h3><a href="ingest">Ingest Home</a></h3>
<form action="jenaXmlFileUpload" method="post" enctype="multipart/form-data">

View file

@ -12,6 +12,6 @@
<p>Uploaded XML files and converted to RDF.</p>
<p>Loaded <%= request.getAttribute("statementCount") %> statements to the model <%= request.getAttribute("targetModel") %>.</p>
<p><a href="ingest">Ingest Home</a></p>
<h2><a href="ingest">Ingest Home</a></h2>