all.htm
6.54 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
<HTML>
<HEAD>
<TITLE>Smart XML for the Semantic Web</TITLE>
</HEAD>
<BODY>
<H1>
Seeds of the Semantic Web
</H1>
<P>
<A HREF="../../../People/Connolly/">Dan Connolly</A>,
<A HREF="../../../">W3C</A>
<P>
<A HREF="http://www.ala.org/events/mw2000/">ALA Midwinter Meeting
2000</A><BR>
January 2000, San Antonio, TX
<H1>
Overview
</H1>
<UL>
<LI>
Where we are: on the verge of another revolution
<LI>
Where we came from: history and motivation
<LI>
Where we're going: opportunities and challenges
</UL>
<H1>
The Revolutions
</H1>
<UL>
<LI>
The HTML Revolution: shared information space
<LI>
The XML Revolution: culture of open exchange
<LI>
The RDF Revolution: rise of the Semantic Web
</UL>
<H1>
The HTML Revolution: Hypertext Goes Global
</H1>
<UL>
<LI>
1945: Bush imagines the ultimate research tool
<LI>
1970s: NLS, KMS, ... amazing research prototypes failed to 'cross the chasm'
of deployment
<LI>
1990: TimBL develops a minimal hypertext system for the Internet
<UL>
<LI>
Web explodes out of a critical mass of content, connectivity
<LI>
No more need to "imagine a world of connected information..."
</UL>
</UL>
<H1>
The XML Revolution: Plans
</H1>
<P>
Shared costs:
<UL>
<LI>
Development, Debugging
<UL>
<LI>
no "bit tweezers"; helps the "desperate perl hacker"
<LI>
Structured Text: the critical features of SGML at a fraction of the cost
<LI>
Internationalized text
</UL>
<LI>
Education, Training
<LI>
Basis for higher-level agreements
</UL>
<H1>
The XML Revolution: Plans (cont.)
</H1>
<BLOCKQUOTE>
XML is the ASCII of the future.
<ADDRESS>
--Tim Bray<BR>
<A href="http://www.gca.org/memonly/xmlfiles/issue10/ice.htm">XML Files,
Oct 1998</A>
</ADDRESS>
</BLOCKQUOTE>
<P>
XML is a simple data format that balances the needs of people to read/write
data with needs of machine to read/write data.
<H1>
The XML Revolution: Hopes
</H1>
<BLOCKQUOTE>
I want my data back.
<ADDRESS>
--Jon Bosak
</ADDRESS>
</BLOCKQUOTE>
<UL>
<LI>
Self describing: DTDs, Schemas, Namespaces
<LI>
Decentralize from HTML to community markup
<LI>
Culture of Open Exchange
</UL>
<H1>
Stepping Back...
</H1>
<H1>
Origin and Goals of the Web
</H1>
<OL>
<LI>
Human communication thru shared knowledge<BR>
Working together: Social efficiency, understanding and scaling
<LI>
Exploitation of computing power in real life
</OL>
<H1>
Why W3C?
</H1>
<P>
Leading the Web to its Full Potential
<UL>
<LI>
Foster Evolution
<LI>
Preserve Interoperability
</UL>
<H1>
About W3C
</H1>
<UL>
<LI>
Founded Fall '94
<LI>
350+ Members
<LI>
Director, staff
<LI>
One International Consortium, 3 Hosts:
<UL>
<LI>
MIT in Cambridge, MA
<LI>
INRIA in Sophia-Antipolis, France
<LI>
Keio in Tokyo, Japan
</UL>
</UL>
<H1>
W3C Activities: What We Do
</H1>
<UL>
<LI>
User Interface Domain<BR>
HTML, Stylesheets, Internationalization, ...
<LI>
Technology and Society<BR>
PICS, Metadata, Security, E-Commerce, ...
<LI>
Architecture<BR>
HTTP, HTTP-NG, XML, SMIL, ...
<LI>
Web Accessability Initiative (WAI) Guidelines, Outreach, Technical review,
...
</UL>
<H1>
W3C Process: How We Work
</H1>
<UL>
<LI>
Advisory Committee
<LI>
Working Groups
<LI>
Specification Development:<BR>
Note, Working Draft, Proposed Recommendation, Recommendation
<LI>
Submissions
<LI>
Workshops, Symposia
</UL>
<P>
See also: <A href="http://www.w3.org/Consortium/Process/">W3C Process</A>
<H1>
Looking Ahead...
</H1>
<H1>
XML in a Nutshell
</H1>
<P>
XML balances the needs of people to read/write data with needs of machine
to read/write data.
<PRE><elementName attributeName="value"><BR> <empty />
</elementName>
</PRE>
<H1>
Stupid Data
</H1>
<PRE><product>
<description>Blue Widget</description>
<price>1.25</price>
<size>4</size>
</product>
</PRE>
<P>
What's wrong with this picture?
<H1>
Why Stupid Data Hurts
</H1>
<UL>
<LI>
Price: 1.25 what? Dollars? Pesos?<BR>
similarly for size
<LI>
Unclear relation to commerce, contracts and law:
<UL>
<LI>
obligation to honor that price? for how long?
<LI>
liability for accuracy of description?
</UL>
</UL>
<H1>
Grounding Terms in the Web
</H1>
<PRE><product
xmlns:w="http://www.acme.com/2000/specs"
xmlns="http://www.ali.org/1992/commercial-code"> <!--*-->
<description>Blue Widget</description>
<price currency="USD">1.25</price>
<w:size>4</w:size>
</product>
</PRE>
<P>
* The American Law Institute hasn't published the Uniform Commercial Code
on the web, but the
<A HREF="http://www.law.cornell.edu/ucc/ucc.table.html">Cornell Legal Information
Institute</A> published a
<A HREF="http://www.law.cornell.edu/ucc/ucc.table.html">hypertext version</A>.
<H1>
Stupid Database Exchange: Travel
</H1>
<UL>
<LI>
Airline sends me email from their database
<LI>
I copy/paste each of the data into my PDA
</UL>
<P>
What's wrong with this picture?
<H1>
Really Smart Data: RDF
</H1>
<PRE><color>blue</color>
<specific-gravity>4.5</specific-gravity>
</PRE>
<P>
you know what that means... sort of.
<H1>
RDF: Knowledge Primitives
</H1>
<PRE><substance><BR> <atomic-number>54</atomic-number><BR> <specific-gravity>4.5</specific-gravity><BR></substance>
</PRE>
<UL>
<LI>
Some resource is of type substance.
<LI>
That resource has atomic-number 54.
<LI>
That resource has specific gravity 4.5.
<LI>
A substance has atomic number 54, and has specific gravity 4.5.
</UL>
<H1>
RDF: Graph Merging
</H1>
<PRE><PDA:event><BR> <dc:coverage>2000-01-15</dc:coverage><BR> <pda:import href="http://movies.yahoo.com/showtimes?show=23ou209"/>
</PDA:event>
<movie about="http://movies.yahoo.com/showtimes?show=23ou209">
<dc:coverage>2000-01-15T2300Z</dc:coverage>
<dc:title>Life is Beautiful</dc:title><BR> <ucc:price currency="USD">7.50</ucc:price>
</movie>
</PRE>
<H1>
Knowledge of Communities Large and Small
</H1>
<P>
I want my machine to understand about...
<UL>
<LI>
Internet Standards
<LI>
International trade agreements
<LI>
Credit Card agreements
<LI>
Local cinema schedules
<LI>
Little league schedules
<LI>
my plans for the day
</UL>
<P>
<A HREF="notes.html">notes</A>
</BODY></HTML>