Re: Semantic Technology and Blogs

Adam,

> Some ideas occurred to me for an in-demand project that can help get SW
> tech more towards end users.  It has to do with link varieties and blogs.

[...]

> With the document resembling:
> 
> a href=”http://yourblog.com/someentry.html”
> blognet:type=”http://hypothetical.org/blognet/2007/10/type#agree”


You should into RDFa, where the markup would be:

<a xmlns:blognet="http://hypothetical.org/blognet/2007/10/type#"
   rel="blognet:agree blognet:commenton"
   href="http://yourblog.com/someentry.html">
  ...
</a>

The latest version of the RDFa Primer is at:

http://www.w3.org/2006/07/SWD/RDFa/primer/20070918/

And we're about to start soliciting comments. I guess we just started :)

-Ben

Received on Sunday, 23 September 2007 18:40:30 UTC