Trackback in RDFa

Hi,

we know that for a longtime, Trackbacks have been expressed in RDF  
hidden by a (ugly) HTML comment.

For example,

    <!--
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
          xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/ 
"
          xmlns:dc="http://purl.org/dc/elements/1.1/">
<rdf:Description
     rdf:about="http://www.w3.org/QA/2008/01/ie8_versioning_snowstorm.html 
"
     trackback:ping="http://www.w3.org/QA/sununga/mt-tb.cgi/133"
     dc:title="IE8 versioning snowstorm"
     dc:identifier="http://www.w3.org/QA/2008/01/ie8_versioning_snowstorm.html 
"
     dc:subject="HTML"
     dc:description="keeping track on what is being said about &lt;a  
href=&quot;http://www.w3.org/QA/2008/01/ie8-versioning-mechanism.html&quot;&gt;IE8 
  and opt-in versioning mechanism&lt;/a&gt;."
     dc:creator="Karl Dubost"
     dc:date="2008-01-22T19:58:27+00:00" />
</rdf:RDF>
-->

Would it be possible to express these are RDFa? and if yes any proposal?



--
Karl Dubost - W3C
http://www.w3.org/QA/
Be Strict To Be Cool

Received on Wednesday, 23 January 2008 02:06:37 UTC