- From: Karl Dubost <karl@w3.org>
- Date: Mon, 5 May 2008 10:36:48 +0900
- To: Ivan Herman <ivan@w3.org>
- Cc: W3C RDFa task force <public-rdf-in-xhtml-tf@w3.org>
Le 4 mai 2008 à 16:22, Ivan Herman a écrit :
> http://blog.digg.com/?p=120
>
> [[
> - We’ve added RDFa, making Digg part of the “semantic web” where Web
> pages become more sophisticated, beyond simply words and pictures.
> ]]
cool!
Looking at their source code:
=====================
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:cc="http://creativecommons.org/ns#">
[…]
<span class="tool user-info">
<a rel="dc:creator" href="/users/BishkekBuddy">
<img src="/users/BishkekBuddy/s.png"
alt="BishkekBuddy" width="16" height="16"
class="user-photo" />
BishkekBuddy</a>
made popular
<span class="d"
property="dc:date"
content="2008-05-04 14:57:10">
<span class="d">59 min ago</span>
</span>
</span>
=======================
--
Karl Dubost - W3C
http://www.w3.org/QA/
Be Strict To Be Cool
Received on Monday, 5 May 2008 01:37:30 UTC