index.html
20.7 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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Semantic Web Activity: Advanced Development</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link href="http://www.w3.org/StyleSheets/activity.css" rel="stylesheet"
type="text/css" />
</head>
<body>
<p class="header"><a href="http://www.w3.org/" accesskey="W"><img
src="/Icons/w3c_home" width="72" height="48" alt="W3C" /></a> <a
href="/TandS/" accesskey="D"><img src="/Icons/tands" width="212" height="48"
alt="Technology and Society Domain" /></a> <a href="/2001/sw/"><img
src="/2001/sw/sw" alt="The Semantic Web Home Page" /></a></p>
<h1>Semantic Web Activity: Advanced Development</h1>
<blockquote>
<p>"Now, miraculously, we have the Web. For the documents in our lives,
everything is simple and smooth. But for data, we are still pre-Web."
<cite>-- Tim Berners-Lee, <a href="/DesignIssues/Business">Business Model
for the Semantic Web</a></cite></p>
</blockquote>
<blockquote>
<p>"The bane of my existence is doing things that I know the computer could
do for me." <cite>-- Dan Connolly, <a
href="http://www.nature.com/nature/webmatters/xml/xml.html">The XML
Revolution</a></cite></p>
</blockquote>
<div class="navbar"><b>inside:</b> <a
href="#calsched">Scheduling/Tracking</a> · <a
href="#L3028">Collaboration/Annotation</a> · <a
href="#access">Rules/Logic/ACL</a> · <a href="#daml">DAML
project</a> · <a href="#other">Related Work</a>
<br />
<b>nearby:</b> <a href="/2001/sw/Europe/">SWAD-Europe</a>
</div>
<p>Just as the early development of the Web depended on code modules such as
<code>libwww</code>, W3C is devoting resources to the creation and
distribution of similar core components that will form the basis for the
Semantic Web. Our approach is Live Early Adoption and Demonstration (LEAD) --
using these tools in our own work.</p>
<p>If you're doing related work, please let us know!</p>
<p class="navbar"><strong><a name="discussion"
id="discussion">discussion</a>:</strong>
mailing lists <a
href="http://lists.w3.org/Archives/Public/www-rdf-interest/">rdf-interest</a>,
<a href="http://lists.w3.org/Archives/Public/www-annotation/">www-annotation</a>, <a
href="http://lists.w3.org/Archives/Public/www-rdf-logic/">rdf-logic</a>,
<a
href="http://lists.w3.org/Archives/Public/www-rdf-calendar/">rdf-calendar</a>, <a
href="http://lists.w3.org/Archives/Public/www-rdf-rules/">rdf-rules</a>
<a href="http://lists.w3.org/Archives/Public/public-esw/">public-esw</a>; <a
href="http://rdfig.xmlhack.com/index.html">RDF IG Scratchpad/weblog</a>;
wiki topics <a href="http://esw.w3.org/topic/AdvancedDevelopment">AdvancedDevelopment</a>, <a href="http://esw.w3.org/topic/SemanticWebArchitecture">SemanticWebArchitecture</a>,
<a href="http://esw.w3.org/topic/CategoryFaq">CategoryFaq</a>
</p>
<h2><a name="calsched" id="calsched">Schedule Coordination and Dependency
Tracking</a></h2>
<p>The information and communication intensive environment of the W3C
provides challenges for effective scheduling. Tools that facilitate and
automate the process of calendaring and schedule management are increasingly
helpful towards a more effective, collaborative environment.</p>
<ul>
<li><a href="/2002/01/tr-automation/TR-papertail">TR Publication process
Paper Trail</a>, in progress Nov 2002</li>
<li><a href="http://www.w3.org/2002/10/scrape/Introduction.html">Working Group Home Page Markup</a> in progress Feb 2003<br />
contributes to
<ul>
<li><a href="http://www.w3.org/2003/01/pubcalendar/calendar.html"
>Calendar View of Current and Future Deliverables</a>
</li>
</ul>
</li>
<li><a href="http://www.w3.org/2001/04/roadmap/">W3C Roadmap Diagrams</a>
which illustrate, broadly, dependencies between W3C activities based on
RDF data representing these entities and their relationships. We expect
to integrate a number of related projects with these diagrams; see
<ul>
<li><a href="/2001/12/11-swad-diag1">W3C operational projects related
to coordination and activity tracking</a>, Dec 2001</li>
</ul>
</li>
<li><a name="rss11" id="rss11" href="../../08/w3c-synd/">Site Summaries
from XHTML to RSS using XSLT</a>, Aug 2000 <a
href="http://lists.w3.org/Archives/Public/www-rdf-interest/2000Sep/0111.html">announcement
11 Sep 2000</a></li>
<li><a href="/2001/10/glance/doc/howto">W3C At A Glance</a> prototype May
2002</li>
<li><a href="http://www.w3.org/2002/12/cal/">RDF Calendar workspace</a>, <a href="http://lists.w3.org/Archives/Public/www-rdf-calendar/">www-rdf-calendar list archive</a>, <a href="http://esw.w3.org/topic/RdfCalendar">RdfCalendar wiki topic</a>
<ul>
<li>Leigh Dodds' <a href="http://www.xml.com/">XML.com</a> <a
href="http://www.xml.com/pub/a/2001/07/25/rdfcalendar.html">report on
the RDF Calendar task force</a></li>
<li>ILRT's Calendaring Work: <a
href="http://ilrt.org/discovery/2001/02/calendar/">notes</a>/ <a
href="http://swordfish.rdfweb.org/discovery/2001/02/calendar/">demo</a>
of Jan 2001</li>
<li>Relevant selected rdf-interest posts: <a
href="http://lists.w3.org/Archives/Public/www-rdf-interest/2000Jan/0089.html">Jan
2000</a>, <a
href="http://lists.w3.org/Archives/Public/www-rdf-interest/2000Feb/0001.html">more</a></li>
</ul>
</li>
</ul>
<p>Less mature bits include</p>
<ul>
<li><a href="http://dev.w3.org/cvsweb/2001/palmagent/">Palmagent</a>,
integrating palmpilot data with RDF and HTTP
<ul>
<li><a href="../../08/palm56/datebook">Palm Pilot datebook notes</a> in
progress Sep 2000</li>
</ul>
</li>
<li><a href="http://www.w3.org/2000/11/mr76/">Tools for supporting Semantic
Web enabled meeting records</a> <a
href="http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001May/0196.html">announced
May 25, 2001</a></li>
<li><a href="http://www.w3.org/2001/02pd/rfc65.n3">An event-based model of
Internet RFC Publication</a> by Dan Connolly, April 2001</li>
<li><a href="http://www.w3.org/2001/02pd/rec54">An early draft of an
event-based model of the W3C process</a>, including <a
href="http://www.w3.org/2001/02pd/swa2">the state of the W3C Semantic Web
Activity and its surroundings as of Feb 2001</a></li>
<li><a href="/2001/08swws67/">RDF calendar experiment for SWWS</a>, in
progress Jul 2001</li>
<li><a>a travel itinerary</a>, from n3 to RDF via python, from RDF to XHTML
via XSLT; <a href="../../10/atrip/Makefile">Makefile</a>; includes a sort
of <a href="../../10/atrip/rdfnorm.xsl">RDF normalizer in XSLT</a>; more
<a href="/2001/08swws67/">travel itinerary automation tools</a></li>
<li><a href="/People/Connolly/events/">index of appearances</a> with an RDF
model for conferences/events, presentations, etc.</li>
</ul>
<h2>Metadata: Photos, Music, Documents, ...</h2>
<ul>
<li><a name="rdfpic11" id="rdfpic11"
href="http://www.w3.org/TR/photo-rdf/">Describing and retrieving photos
using RDF and HTTP</a>, W3C Note, 28 September 2000; <a
href="http://jigsaw.w3.org/Yves/Australia/1998/04/">demo site</a>, <a
href="http://jigsaw.w3.org/rdfpic/">photo metadata editor</a></li>
<li><a href="../../06/dc-extract/form.html">Dublin Core Extraction
Service</a>, <a
href="http://lists.w3.org/Archives/Public/www-rdf-interest/2000Jun/0026.html">announcement
of Jun 09, 2000</a></li>
<li><a name="rss12" id="rss12" href="../../08/w3c-synd/">Site Summaries
from XHTML to RSS using XSLT</a>, Aug 2000 <a
href="http://lists.w3.org/Archives/Public/www-rdf-interest/2000Sep/0111.html">announcement
11 Sep 2000</a></li>
<li><a href="../../09/ml54/">Me Llamo -- an RDF Schema</a> (in progress Sep
2000)</li>
<li><a href="../../04/maillog2rdf/email">extracting RDF from RFC822
formatted email</a>, <a
href="http://lists.w3.org/Archives/Public/www-rdf-interest/2000Jul/0020.html">announced,
Jul 14, 2000</a></li>
</ul>
<h2><a name="L3028" id="L3028">Annotation, Collaboration and Automated
Knowledge Access</a></h2>
<p>The web provides the capability for anyone to say anything about anything.
Knowing who is making these assertions, is increasingly important in trusting
these descriptions. The <a href="http://www.w3.org/2001/Annotea/">Annotea</a>
advanced development project provides the basis for asserting descriptive
information, comments, notes, reviews, explanations, or other types of
external remarks to any resource. Together with XML digital signatures, the
Annotea project will provide a test-bed for 'web-of-trust' semantic web
applications.</p>
<p>Real-time teleconferences are an integral part of the W3C environment,
in addition to sharing documents in the Web and engaging in e-mail discussions.
W3C augments voice teleconferences with simultaneous keyboard-based (irc)
communication, for the purpose of facilitating the flow of the meeting,
sharing URIs for items under discussion, and keeping meeting records.
Meeting preparation, meeting facilitation, and meeting recording present
opportunities for capturing data for the Semantic Web that is useful to
workflow analysis. The <a href="/2001/12/zakim-irc-bot.html">Zakim</a>
and <a href="/2002/03/RRSAgent">RRSAgent</a> teleconference irc agents
are SWAD tools that give the teleconference audio system a presence in
the meeting irc co-channel and record the progress of the meeting.
Zakim provides control over the audio system as well as meeting chair
tools for agenda management, speaker (floor) control, and time management.
Zakim and RRSAgent together capture meeting data and make it available
in RDF/XML for other analysis tools.</p>
<h5>See Also:</h5>
<ul>
<li><a href="http://www.w3.org/2001/Annotea/">Annotea</a></li>
<li><a
href="http://www.w3.org/2001/Annotea/Bookmarklet/Annotea-JavaScript.html">Annotating
via javascript</a></li>
<li><a href="http://annozilla.mozdev.org/">Annotea on Mozilla</a></li>
<li><a href="http://oxygen.lcs.mit.edu/Collaboration.html">MIT Project
Oxygen: Collaboration</a>
<p>Oxygen collaboration technologies enable the formation of spontaneous
collaborative regions that provide support for recording, archiving, and
linking fragments of meeting records to issues, summaries, keywords, and
annotations.</p>
</li>
<li><a
href="http://lists.w3.org/Archives/Public/www-annotation/">Annotation and
Collaboration mail archives</a></li>
<li><a href="/2002/03/RRSAgent">RRSAgent</a> meeting record-keeping agent</li>
<li><a href="/2001/12/zakim-irc-bot.html">Zakim</a> meeting facilitation agent</li>
</ul>
<h2><a name="access" id="access">Access Control Rules, Logic, and
Proof</a></h2>
<p>Resources that are maintained on a Web server may be protected by
descriptive rules that express authority to access the document based upon
properties of the document in addition to properties of the requester.
Examples of this to date include W3C's RDF Access Control mechanisms for
supporting team, member and global accessibility. Further descriptive rules
are anticipated to support richer access control functions.</p>
<p>Proof that a meeting can occur at which the resources required to reach a
decision are able to be present will depend on the ability to identify all
the resources; including personnel, meeting facilities (room, teleconference
system), and prerequisite documents. Any participant can use this proof to
synchronize independent databases including personal planners. Proofs that a
meeting took place at which all prerequisites were met and a decision was
taken, become messages that state, for example, that a document progressed
from Working Draft to Last Call Working Draft.</p>
<ul>
<li><a
href="http://www.w3.org/2000/10/swap/doc/cwm">cwm</a> is a general-purpose data processor for the semantic web, somewhat like sed, awk, etc. for text files or an XSLT processor. See <a href="../../10/swap/doc/">Semantic Web Tutorial Using N3</a> which starts with the <a href="/2000/10/swap/Primer">N3 Primer</a>
</li>
<li><a href="http://www.w3.org/DesignIssues/Logic.html">Logic on the Web,
Proof carrying authentication</a>, design note from 1998</li>
<li><a href="http://www.w3.org/2001/04/20-ACLs.html">An overview of the W3C
Access Control System</a>, Jun 2001</li>
<li><a href="http://www.w3.org/2001/03swell/">An RDF model of popular
protocols in N3</a> in progress June 2001</li>
<li>toward P3P/APPEL rules in RDF/N3: <a
href="http://lists.w3.org/Archives/Public/www-p3p-dev/2001Dec/0002.html">5
Dec 2001 to p3p-dev</a></li>
<li><a href="http://www.w3.org/1999/02/26-modules/">Perl RDF library with
to support Acccess Management</a>, Jun 2000</li>
<li><a href="../../07/hs78/rdf-ms">Rules for RDF Standard Terms</a> (in
progress Aug 2000)</li>
<li><a href="../../07/hs78/KIF">KIF as an RDF Schema</a> (in progress Aug
2000)</li>
<li><a href="../../07/document-maintenance/">An RDF Model for GET/PUT and
Document Management</a> (in in progress Aug 2000)</li>
<li><a href="../../04shoe-swell/">Converting SHOE to RDF</a>, <a
href="http://lists.w3.org/Archives/Public/www-rdf-interest/2000Jul/0021.html">inference
rules discussion</a>, 2000 Jul 15, first announced <a
href="http://lists.w3.org/Archives/Public/www-rdf-interest/2000May/0090.html">2000
May 11</a></li>
</ul>
<h2><a name="daml" id="daml">MIT/LCS DAML Project: Semantic Web
Development</a></h2>
<h4><a href="http://www.lcs.mit.edu/"><img src="/Icons/WWW/lcs-logo"
align="right" alt="LCS" border="0" />
</a></h4>
<p>MIT/LCS has funding for a proposal, <a href="DevelopmentProposal">Semantic
Web Development</a>, under the <a href="http://www.daml.org/">DARPA Agent
Markup Language (DAML)</a> program.</p>
<p>Progress reports include:</p>
<ul>
<li><a href="http://www.w3.org/2002/11/DAML-IOW">Semantic Web Development: Intent of Work</a>
Nov, 2002</li>
<li><a href="/2002/02/iow2">Semantic Web Development: Intent of Work</a>
Feb, 2002</li>
<li><a href="http://www.darpa.mil/ipto/psum2001/K535-0.html">2001 Project
Summary Semantic Web Development MIT</a><br />
</li>
<li><a href="http://www.daml.org/2001/04/iow/mit/">Semantic Web Development
Intent of Work</a> 23 March, 2001</li>
<li><a href="DevelopmentProposal">Semantic Web Development</a>,
proposal</li>
</ul>
<p>The work is bring done in close connection with the W3C and may lead to
W3C activities in the future.</p>
<ul>
<li><a href="http://www.daml.org/2000/10/daml-walkthru">Annotated DAML
Ontology Markup</a> draft Oct 2000</li>
<li><a href="../../07/DAML-0-5">An Agent Markup Language</a> draft Aug
2000</li>
<li><a href="../../../2001/01/ct24">Using XML Schema Datatypes in RDF and
DAML+OIL</a> proposal Jan 2001</li>
</ul>
<h5>Language group resources</h5>
<ul>
<li><a href="http://www.daml.org/committee/">home</a></li>
<li><a
href="http://www.daml.org/listarchive/joint-committee/">joint-committee
archive</a></li>
</ul>
<h5>MIT/LCS Researchers</h5>
<ul>
<li><a href="/People/Berners-Lee">Tim Berners-Lee</a>, LCS/W3C</li>
<li><a href="../../../People/Connolly/">Dan Connolly,</a> LCS/W3C</li>
<li><a href="../../../People/Sandro/">Sandro Hawke,</a> LCS/W3C</li>
<li>David P. Karger, LCS/TOC</li>
<li>Lynn Andrea Stein, LCS & AI</li>
<li>Ralph R. Swick, LCS/W3C</li>
<li><a href="../../../People/Eric/">Eric Prud'hommeaux,</a> LCS/W3C</li>
<li><a href="http://www.w3.org/People/Weitzner.html">Daniel J.
Weitzner</a>, LCS/W3C</li>
</ul>
<h2 id="other">Related Work</h2>
<p>See also <a href="/RDF">RDF</a> · <a
href="/DesignIssues/">Web Design Issues</a> · <a href="/Addressing/">Web
naming and addressing</a>,
<a name="news" id="news" href="/2001/sw/#new">news in the Semantic Web
Activity</a>,
<a name="Presentations" id="Presentations">Talks/Presentations</a>:
see <a href="../../2001/sw/#events">selected semantic web presentations</a>,
<a href="../../2001/sw/EO/talks">more semantic web presentations</a>,
<a href="../../Talks/">W3C team talks and presentations</a>.
</p>
<p><a id="introduction">Earlier work</a> includes <a name="Tools"
id="Tools">tools</a>, <a name="Integratio" id="Integratio">integration
with XML infrastructure</a>, <a name="Approach">plans</a>, talks,
etc.</p>
<ul>
<li><a href="/2002/Talks/0508-swad/">Semantic Web Advanced Development</a>,
May 2002, Hawaii</li>
<li>30 Jul - 1 August: <a
href="http://www.semanticweb.org/SWWS/">International Semantic Web
Working Symposium (SWWS)</a> -- Infrastructure and Applications for the
Semantic Web
<ul>
<li><a href="/2001/08swws67/">RDF calendar experiment for SWWS</a></li>
</ul>
</li>
<li><a href="/2001/04rs22/">RDF Syntax: An XML Schema/XSLT Approach</a>, in
progress May 2001
<p>earlier (Aug 2000) work: <a href="../../07/DAML-0-5-syntax">RDF
Syntax: An XML Schema Approach</a></p>
</li>
<li><a href="../../10/swap/infoset/">A DAML+OIL model of the XML
Information Set</a> (in progress May 2001)</li>
<li><a href="http://www.w3.org/2001/02pd/">Circles and arrows diagrams
using stylesheet rules</a></li>
<li>9 Feb 2001: W3C launches <a href="/2001/sw/">Semantic Web Activity</a>,
including advanced development.</li>
<li><a href="../../../2001/01/ct24">Using XML Schema Datatypes in RDF and
DAML+OIL</a> proposal Jan 2001</li>
<li><a href="http://www.w3.org/2000/Talks/1206-xml2k-tbl/">Semantic
Web</a>, Tim Berners-Lee's XML2000 keynote slides, Dec 6, 2000, see also:
<a
href="http://www.technetcast.com/tnc_play_stream.html?stream_id=459">technetcast
audio/video</a></li>
<li><a href="../../07/hs78/">HyperRDF: Using XHTML Authoring Tools with
XSLT to produce RDF Schemas</a> (in progress Jul 2000)</li>
<li><a href="../../06/xlrdf532/">Xlink to RDF mapping in XSLT</a>, <a
href="http://lists.w3.org/Archives/Public/www-rdf-interest/2000Jun/0077.html">announced,
Jun 27, 2000</a></li>
<li><a href="../../../XML/2000/04rdf-parse/">RDF parser in XSLT</a>, <a
href="http://lists.w3.org/Archives/Public/www-rdf-interest/2000May/0009.html">discussion
of 2000 May 02</a></li>
<li><a
href="http://lists.w3.org/Archives/Public/www-rdf-interest/2000Mar/0103.html">XSLT
for screen-scraping RDF out of real-world data</a> Mar 2000, Dan
Connolly</li>
<li><a href="http://www.w3.org/1999/02/26-modules/Distribution.html">RDF
Perllib</a>, a perl RDF library with for supporting RDF applications.
</li>
<li><a href="/People/Connolly/events/">an index of appearances</a> by Dan
Connolly, with an RDF model for conferences/events, presentations,
etc.</li>
<li><a href="swad-chart">swad-chart</a> (in <a
href="swad-chart.svg">SVG</a>, <a href="swad-chart.png">PNG</a>, <a
href="swad-chart.ps">ps</a>, <a href="swad-chart.rdf">RDF/xml</a>)
<p>technical details: <a href="Makefile">Makefile</a>, <a
href="swad-chart.n3">swad-chart.n3</a></p>
</li>
<li><cite><a href="/People/Berners-Lee/Weaving">Weaving the
Web</a></cite></li>
<li><a href="/DesignIssues/Semantic.html">A roadmap to the Semantic
Web</a>, Sep 1998, Tim Berners-Lee</li>
</ul>
<hr />
<p class="validation"><a href="http://validator.w3.org/"><img height="31"
width="88" src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!"
/></a></p>
<address class="contact">
<a href="http://www.w3.org/people/em/">Eric Miller</a> <em@w3.org>,
(W3C) Semantic Web Activity Lead<br />
<a href="mailto:swick@w3.org">Ralph Swick</a> <swick@w3.org> (W3C)
Semantic Web Development Lead<br />
<small><!-- keep -->
$Id: Overview.html,v 1.107 2003/07/09 22:13:57 connolly Exp $ <!-- /keep-->
</small>
</address>
<p><small><a
href="/Consortium/Legal/ipr-notice-20000612#Copyright">Copyright</a> © 1998-2001 <a
href="http://www.w3.org/"><acronym
title="World Wide Web Consortium">W3C</acronym></a><sup>®</sup> (<a
href="http://www.lcs.mit.edu/"><acronym
title="Massachusetts Institute of Technology">MIT</acronym></a>, <a
href="http://www.inria.fr/"><acronym xml:lang="fr" lang="fr"
title="Institut National de Recherche en Informatique et en Automatique">INRIA</acronym></a>,
<a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. <acronym
title="World Wide Web Consortium">W3C</acronym> <a
href="/Consortium/Legal/ipr-notice-20000612#Legal_Disclaimer">liability</a>,
<a href="/Consortium/Legal/ipr-notice-20000612#W3C_Trademarks">trademark</a>,
<a href="/Consortium/Legal/copyright-documents-19990405">document use</a> and
<a href="/Consortium/Legal/copyright-software-19980720">software
licensing</a> rules apply. Your interactions with this site are in accordance
with our <a
href="/Consortium/Legal/privacy-statement-20000612#Public">public</a> and <a
href="/Consortium/Legal/privacy-statement-20000612#Members">Member</a>
privacy statements.</small></p>
</body>
</html>