- From: Art Barstow <barstow@w3.org>
- Date: Wed, 10 Oct 2001 17:02:52 -0400
- To: Dan Connolly <connolly@w3.org>
- Cc: w3c-rdfcore-wg@w3.org
On Wed, Oct 10, 2001 at 01:58:34PM -0500, Dan Connolly wrote:
> you guys told us a little bit about how folks are
> using RDF... would you please collect some uses cases/test cases
> that show how folks expect to use parsetype="Literal"?
Annotea - the W3C's RDF-based annotations system - uses
parseType="Literal" to encode a user's annotation (which can be
any HTML). Here's an example from the WWW10 paper:
http://www10.org/cdrom/papers/488/index.html
<h:Body r:parseType="Literal">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Ralph's Annotation</title>
</head>
<body>
<p>This is an <em>important</em> concept; see
<a href="http://example.com/other/page.html">other page</a>.</p>
</body>
</html>
</h:Body>
Received on Wednesday, 10 October 2001 17:02:52 UTC