You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
79 lines
1.6 KiB
79 lines
1.6 KiB
<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>
|