index.html
5.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8' />
<title>W3C RDF Validation Service</title>
<link rel="stylesheet" href="http://validator.w3.org/base.css" type="text/css" />
<style type="text/css">
#menu li { color: white;}
</style>
</head>
<body>
<div id="banner">
<h1 id="title">
<a href="http://www.w3.org/"><img height="48" alt="W3C" id="logo" src="http://www.w3.org/Icons/WWW/w3c_home_nb" /></a>
<a href="http://www.w3.org/RDF/" title="RDF (Resource Description Framework)"><img src="http://www.w3.org/RDF/icons/rdf_powered_button.48" alt="RDF" /></a>
Validation Service</h1>
</div>
<ul class="navbar" id="menu">
<li><span class="hideme"><a href="#skip" accesskey="2" title="Skip past navigation to main part of page">Skip Navigation</a> |</span>
<strong><a href="">Home</a></strong></li>
<li><a href="documentation" accesskey="3" title="Documentation for this Service">Documentation</a></li>
<li><a href="documentation#feedback" accesskey="4" title="How to provide feedback on this service">Feedback</a></li>
<li><a href="/Consortium/supporters" title="Support this Tool with the W3C Supporters Program">Donate</a></li>
</ul>
<div id="main"><!-- This DIV encapsulates everything in this page - necessary for the positioning -->
<h2 id="service">Check and Visualize your RDF documents</h2>
<p>Enter a URI or paste an RDF/XML document into the text field above.
A 3-tuple (triple) representation of the corresponding data model as well as
an optional graphical visualization of the data model will be displayed.</p>
<fieldset class="front" id="validate-by-direct">
<legend>Check by Direct Input</legend>
<form method="post" action="/RDF/Validator/ARPServlet" id="myform_direct">
<p> <textarea cols="70" rows="10" name="RDF"><?xml version="1.0"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<rdf:Description rdf:about="http://www.w3.org/">
<dc:title>World Wide Web Consortium</dc:title>
</rdf:Description>
</rdf:RDF>
</textarea><br />
<input type="submit" value="Parse RDF" name="PARSE" />
<input type="reset" value="Restore the original example" name="Reset" />
<input type="button" value="Clear the textarea"
onclick="document.myform_direct.RDF.value=''" />
</p>
<p><strong>Display Result Options</strong>:<br />
Triples and/or Graph:
<select name="TRIPLES_AND_GRAPH">
<option value="PRINT_TRIPLES">Triples Only</option>
<option value="PRINT_BOTH">Triples and Graph</option>
<option value="PRINT_GRAPH">Graph Only</option>
</select><br />
Graph format:
<select name="FORMAT">
<option value="PNG_EMBED" selected="selected">PNG - embedded</option>
<option value="PNG_LINK">PNG - link</option>
<option value="ISV_ZVTM">IsaViz/ZVTM (Dynamic View - requires Java Plug-in 1.3 or later)</option>
<option value="SVG_LINK">SVG - link</option>
<option value="SVG_EMBED">SVG - embedded (requires an SVG plug-in)</option>
<option value="GIF_EMBED">GIF - embedded</option>
<option value="GIF_LINK">GIF - link</option>
<option value="PS_LINK">PostScript - link</option>
<option value="HP_PCL_LINK">HPGL/2 with PCL-5 (Laserwriter) -
link</option>
<option value="HP_GL_LINK">HPGL (pen plotters) - link</option>
</select>
</p>
<p>Paste an RDF/XML document into the following text field to have it checked.
More options are available in the <a href="direct">Extended interface</a>.</p>
</form>
</fieldset>
<fieldset class="front" id="validate-by-uri"><legend>Check by URI</legend>
<form method="get" action="/RDF/Validator/ARPServlet" id="myform_uri">
<p>
<input type="text" size="50" name="URI" maxlength="800" value="" />
<input type="submit" value="Parse URI: " name="PARSE" />
<input type="button" value="Clear the URI" onclick="document.myform_uri.URI.value=''" />
</p>
<p><strong>Display Result Options</strong>:<br />
Triples and/or Graph:
<select name="TRIPLES_AND_GRAPH">
<option value="PRINT_TRIPLES">Triples Only</option>
<option value="PRINT_BOTH">Triples and Graph</option>
<option value="PRINT_GRAPH">Graph Only</option>
</select><br />
Graph format:
<select name="FORMAT">
<option value="PNG_EMBED" selected="selected">PNG - embedded</option>
<option value="PNG_LINK">PNG - link</option>
<option value="ISV_ZVTM">IsaViz/ZVTM (Dynamic View - requires Java Plug-in 1.3 or later)</option>
<option value="SVG_LINK">SVG - link</option>
<option value="SVG_EMBED">SVG - embedded (requires an SVG plug-in)</option>
<option value="GIF_EMBED">GIF - embedded</option>
<option value="GIF_LINK">GIF - link</option>
<option value="PS_LINK">PostScript - link</option>
<option value="HP_PCL_LINK">HPGL/2 with PCL-5 (Laserwriter) -
link</option>
<option value="HP_GL_LINK">HPGL (pen plotters) - link</option>
</select>
</p>
<p>Enter the URI for the RDF/XML document you would like to check.
More options are available in the <a href="uri">Extended interface</a>.</p>
</form>
</fieldset>
</div><!-- End of "main" DIV. -->
<address>
<a href="./check?uri=referer"><img
src="http://www.w3.org/Icons/valid-xhtml10" height="31" width="88"
alt="Valid XHTML 1.0!" /></a>
<!-- hhmts start -->Last modified $Date: 2007/02/15 18:51:32 $<!-- hhmts end -->
<br />
<a href="/People/Eric/">Eric Prud'hommeaux</a> </address>
</body>
</html>