cardcaletc.html
2.14 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
<!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">
<head profile="http://www.w3.org/2003/g/data-view">
<title>hCard, hCalendar, etc. profile [EXPERIMENTAL]</title>
<link rel="transformation"
href="http://www.w3.org/2003/g/glean-profile" />
<style type="text/css">
.status {background-color: #E1E1E1; color: #000000}
</style>
</head>
<body>
<div class="nav"><a href="./">RDF Calendar Workspace</a></div>
<h1>hCard, hCalendar, etc. profile</h1>
<blockquote class="status">
<p><strong>Note:</strong> This profile is
<em>experimental</em>. Changes should be announced to the <a
href="http://lists.w3.org/Archives/Public/www-rdf-calendar/"
>www-rdf-calendar</a> mailing list.
</p>
</blockquote>
<p>This profile, <tt>http://www.w3.org/2002/12/cal/cardcaletc</tt>,
includes conventions for basic calendar and contact information
directly and succinctly following <a
href="http://www.microformats.org/">microformats</a> conventions, plus
other domains somewhat generically:
</p>
<ul>
<li><a
href="http://www.microformats.org/wiki/hcalendar">hCalendar</a>
markup becomes <a href="./">RDF Calendar</a> data by way of the
<a rel="profileTransformation"
href="glean-hcal">glean-hcal</a> transformation.</li>
<li><a href="http://www.microformats.org/wiki/hcard">hCard</a>
markup becomes <a
href="http://www.w3.org/2006/vcard/ns">vCard/RDF</a> data by way of
the <a rel="profileTransformation"
href="../../../2006/vcard/hcard2rdf.xsl">hcard2rdf.xsl</a>
transformation.</li>
<li><a href="http://research.talis.com/2005/erdf/wiki">Embedded
RDF</a> markup becomes RDF data by way of the <a
rel="profileTransformation@@"
href="http://purl.org/NET/erdf/extract-rdf.xsl">extract-rdf.xsl</a>
transformation. <em>@@hmm... doesn't seem to work as
part of another profile.</em>
</li>
</ul>
<p>@@todo: add rel-license, rel-tag, XFN.</p>
<hr />
<address>
<a href="http://www.w3.org/People/Connolly/">Dan Connolly</a>, June 2007
<br />
<small>$Revision: 1.4 $ of $Date: 2007/10/25 17:24:02 $</small>
</address>
</body>
</html>