[MOBY-guts] biomoby commit
Gary Schlitz
gss at pub.open-bio.org
Wed Jun 16 22:27:14 UTC 2004
gss
Wed Jun 16 18:27:14 EDT 2004
Update of /home/repository/moby/moby-live/S-MOBY/ref-impl/server/WebRoot/tools
In directory pub.open-bio.org:/tmp/cvs-serv22274/S-MOBY/ref-impl/server/WebRoot/tools
Modified Files:
developer.html
Log Message:
Added developer tool to list statements in metadata repository
moby-live/S-MOBY/ref-impl/server/WebRoot/tools developer.html,1.2,1.3
===================================================================
RCS file: /home/repository/moby/moby-live/S-MOBY/ref-impl/server/WebRoot/tools/developer.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- /home/repository/moby/moby-live/S-MOBY/ref-impl/server/WebRoot/tools/developer.html 2004/03/30 23:54:34 1.2
+++ /home/repository/moby/moby-live/S-MOBY/ref-impl/server/WebRoot/tools/developer.html 2004/06/16 22:27:14 1.3
@@ -1,67 +1,112 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+
<html>
-<head>
- <title>Semantic MOBY Developer Tools</title>
-</head>
-<body>
- <table style="text-align: center; width: 100%;" border="1"
+ <head>
+ <meta name="generator" content="HTML Tidy, see www.w3.org">
+
+ <title>Semantic MOBY Developer Tools</title>
+ </head>
+
+ <body>
+ <table style="WIDTH: 100%; TEXT-ALIGN: center" border="1"
cellspacing="0" cellpadding="0">
- <tbody>
- <tr>
- <td style="vertical-align: top; background-color: rgb(204, 204, 204);">
- <b>Semantic MOBY Developer Tools</b>
- </td>
- </tr>
- </tbody>
- </table>
- <br>
- <h4><u>Convert a graph to a different format</u></h4>
-<form method="POST" action="http://www.s-moby.org:8080/convert-graph">
- Paste a graph, select its input format,
- and press "Convert Graph" to convert to the other format
- <p>
- Input format:
- <input type="radio" name="input-format" value="N3" CHECKED>N3
- <input type="radio" name="input-format" value="RDF/XML">RDF/XML
- <input type="radio" name="input-format" value="N-TRIPLE">N-Triples
- <br>
- Output format:
- <input type="radio" name="output-format" value="N3">N3
- <input type="radio" name="output-format" value="RDF/XML" CHECKED>RDF/XML
- <input type="radio" name="output-format" value="N-TRIPLE">N-Triples
-
- <input type="submit" value="Convert Graph">
- <p>
- <textarea name="graph" rows="15" cols="80"></textarea>
-
-
-</form>
-<H4><U>List the providers in the S-MOBY metadata repository</U></H4>
-<FORM method="GET" action="http://www.s-moby.org:8080/list-providers">
-
- <INPUT type="submit" value="List Providers">
- <INPUT type="checkbox" name="show-contents" value=true>
- Show provider description graphs
-</FORM>
-<h4><u>Validate an OWL Graph using Jena</u></h4>
-<form method="POST" action="http://www.s-moby.org:8080/validate-owl-graph">
- Paste a graph in RDF/XML format and press "Validate" to see what type of
- OWL the graph represents
- <p>
- <input type="submit" value="Validate">
- <p>
- <textarea name="graph" rows="15" cols="80"></textarea>
-</form>
-
-<h4><u>Validate that a graph is MOBY canonical form</u></h4>
-<form method="POST" action="http://www.s-moby.org:8080/validate-canonical-graph">
- Paste a graph in RDF/XML format and press "Validate" to see if it is
- MOBY canonical form
- <p>
- <input type="submit" value="Validate">
- <p>
- <textarea name="graph" rows="15" cols="80"></textarea>
-</form>
-
-</body>
+ <tbody>
+ <tr>
+ <td style=
+ "VERTICAL-ALIGN: top; BACKGROUND-COLOR: rgb(204,204,204)">
+ <b>Semantic MOBY Developer Tools</b></td>
+ </tr>
+ </tbody>
+ </table><br>
+
+
+ <h4><u>Convert a graph to a different format</u></h4>
+
+ <form method="post" action=
+ "http://www.s-moby.org:8080/convert-graph">
+ Paste a graph, select its input format, and press "Convert Graph"
+ to convert to the other format
+
+ <p>Input format: <input type="radio" name=
+ "input-format" value="N3" checked>N3 <input type=
+ "radio" name="input-format" value="RDF/XML">RDF/XML <input type=
+ "radio" name="input-format" value=
+ "N-TRIPLE">N-Triples <br>
+ Output format: <input type="radio" name="output-format" value=
+ "N3">N3 <input type="radio" name="output-format"
+ value="RDF/XML" checked>RDF/XML <input type="radio" name=
+ "output-format" value="N-TRIPLE">N-Triples
+ <input type="submit" value=
+ "Convert Graph"></p>
+
+ <p><textarea name="graph" rows="15" cols="80">
+
+
+
+
+
+
+
+ </textarea> </p>
+ </form>
+
+ <h4><u>List the providers in the S-MOBY metadata
+ repository</u></h4>
+
+ <form method="get" action=
+ "http://www.s-moby.org:8080/list-providers">
+ <input type="submit"
+ value="List Providers"> <input type="checkbox" name=
+ "show-contents" value="true"> Show provider description graphs
+ </form>
+
+ <h4><u>List all statements in the S-MOBY metadata
+ repository</u></h4>
+
+ <form name="List statements" action=
+ "http://www.s-moby.org:8080/print-repository" method="get">
+ <input type=
+ "submit" value="List Statements in Repository">
+ </form>
+
+ <h4><u>Validate an OWL Graph using Jena</u></h4>
+
+ <form method="post" action=
+ "http://www.s-moby.org:8080/validate-owl-graph">
+ Paste a graph in RDF/XML format and press "Validate" to see what
+ type of OWL the graph represents
+
+ <p><input type="submit" value="Validate"></p>
+
+ <p><textarea name="graph" rows="15" cols="80">
+
+
+
+
+
+
+
+ </textarea></p>
+ </form>
+
+ <h4><u>Validate that a graph is MOBY canonical form</u></h4>
+
+ <form method="post" action=
+ "http://www.s-moby.org:8080/validate-canonical-graph">
+ Paste a graph in RDF/XML format and press "Validate" to see if it
+ is MOBY canonical form
+
+ <p><input type="submit" value="Validate"></p>
+
+ <p><textarea name="graph" rows="15" cols="80">
+
+
+
+
+
+
+
+ </textarea></p>
+ </form>
+ </body>
</html>
More information about the MOBY-guts
mailing list