Improve output: distinguish between failed assertions (failures) and unexpected exceptions (errors), and print a filtered stack trace for any exception.
This commit is contained in:
commit
4f2e303079
1839 changed files with 235630 additions and 0 deletions
20
webapp/web/jenaIngest/ingestMenu.jsp
Normal file
20
webapp/web/jenaIngest/ingestMenu.jsp
Normal file
|
@ -0,0 +1,20 @@
|
|||
<%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%>
|
||||
|
||||
<h2>Ingest Menu</h2>
|
||||
|
||||
<ul>
|
||||
<li><a href="ingest?action=connectDB">Connect DB</a></li>
|
||||
<li><a href="ingest?action=listModels">Manage Jena Models</a></li>
|
||||
<li><a href="ingest?action=subtractModels">Subtract One Model from Another</a></li>
|
||||
<li><a href="ingest?action=csv2rdf">Convert CSV to RDF</a></li>
|
||||
<li><a href="jenaXmlFileUpload">Load XML and convert to RDF</a></li>
|
||||
<li><a href="ingest?action=renameBNodes">Name Blank Nodes</a></li>
|
||||
<li><a href="ingest?action=smushSingleModel">Smush Resources</a></li>
|
||||
<li><a href="ingest?action=generateTBox">Generate TBox</a></li>
|
||||
<li><a href="ingest?action=executeSparql">Execute SPARQL CONSTRUCT</a></li>
|
||||
<li><a href="ingest?action=processStrings">Process Property Value Strings</a></li>
|
||||
<li><a href="ingest?action=splitPropertyValues">Split Property Value Strings into Multiple Property Values</a></li>
|
||||
<li><a href="ingest?action=executeWorkflow">Execute Workflow</a></li>
|
||||
</ul>
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue