2010-01-29 22:13:57 +00:00
|
|
|
<%-- $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>
|
2010-07-13 15:30:30 +00:00
|
|
|
<li><a href="ingest?action=executeWorkflow">Execute Workflow</a></li>
|
|
|
|
<li><a href="ingest?action=mergeIndividuals">Merge Individuals</a></li>
|
2010-01-29 22:13:57 +00:00
|
|
|
</ul>
|
|
|
|
|
|
|
|
|