all.htm
1.56 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
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Semantic Web Travel Tools</title>
<link rel="stylesheet" type="text/css" title="W3C Talk"
href="../../../Tools/w3ctalk-summary.css" />
<link href="em.css" rel="stylesheet" type="text/css" />
</head>
<body>
<h1>Semantic Web Travel Tools</h1>
<p>I come to you bearing bailing-wire and toothpicks.</p>
<address>
<a href="http://www.w3.org/People/Connolly/">Dan Connolly</a><br />
<a href="mailto:connolly@w3.org">connolly@w3.org</a> <br />
$Revision: 1.1 $ of $Date: 2002/10/15 14:06:22 $</a>
</address>
<h1>Motivation</h1>
<p><em>The bane of my existence is doing things I know the computer could do
for me...</em>
</p>
<h1>Motivation (cont)</h1>
<p><em>The bane of my existence is doing things I know the computer could do
for me...<b>and getting it wrong!</b></em>
</p>
<h1>Why RDF?</h1>
<ul>
<li>merging works for free!
<ul>
<li>foo.rdf + bar.rdf = baz.rdf</li>
</ul>
</li>
</ul>
<h1>Some Tools</h1>
<p><img src="tools-img.png" /></p>
<h1>Live Demo</h1>
<p>I come to you bearing bailing-wire and toothpicks.</p>
<h1>iCal Interoperability</h1>
<ul>
<li>evolution is case-sensitive, despite RFC. :-{ </li>
</ul>
<h1>iCal Extensibility</h1>
<pre>
X-LIC-LOCATION:America/Chicago
</pre>
<p>becomes...</p>
<pre>
@@ TODO: implement getting X- namespace URI from command line or PRODID: PILOTSTAT
</pre>
<h1>RDB Interop</h1>
<ul>
<li>dbview - RDB gateway. use case: get name, email from workshop registration database</li>
</ul>
<h1>SyncML</h1>
<p>the holy-grail of RDF apps: sync/update</p>
</body>
</html>