vitro/webapp/web/admin/jenaAdmin.jsp

27 lines
No EOL
789 B
Text

<%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%>
<html>
<head>
<title>Jena Admin Actions</title>
</head>
<body>
<h1>Jena Admin Actions</h1>
<p>(Right click and Save Target As with the following links)</p>
<ul>
<li>
<a href="../jenaAdmin?action=output">output entire in-memory model</a>
</li>
<li>
<a href="../jenaAdmin?action=output&amp;assertionsOnly=true">output in-memory assertions</a>
</li>
<li>
<a href="../jenaAdmin?action=output&amp;inferences=true">output in-memory inferences</a>
</li>
<li>
<a href="../jenaAdmin?action=output&amp;pellet=pellet">output Pellet model</a>
<li>
<a href="../jenaAdmin?action=outputTaxonomy">output taxonomy</a>
</li>
<ul>
</body>
</html>