Re: HTML in RDF

Hi Mark, Bent,

Sorry for the misunderstanding. The question is very interesting  and  
I mentionned something similar recently, in the thread about "title  
element, meta, h1 and rdfa"
http://lists.w3.org/Archives/Public/public-rdf-in-xhtml-tf/2007Aug/0200

Mark Birbeck (25 oct. 2007 - 17:55) :
> To convert HTML to RDF would not simply be to take out the content in
> the way that we have done with RDFa, or that SIMILE does via XSLT.

It is interesting to come with an RDF schema for HTML. But not  
obvious, it depends on which point of view you have on the document.

* Meaningful view
   You could extract the meaning information for example from a  
blockquote with a cite attribute
    <#anaisnin> a <quote>;
	       h:text "… text of the quote…";
	       dc:source "http://example.org/blah";
                dc:language "fr" .
* Or you could extract a structural view of the document what are the  
p, the list structure, etc.
* Or a functional view, what are the links and references inside a  
document, the possible form values
* Maybe more

I wonder which one Bent is interested by.


-- 
Karl Dubost - http://www.w3.org/People/karl/
W3C Conformance Manager, QA Activity Lead
   QA Weblog - http://www.w3.org/QA/
      *** Be Strict To Be Cool ***

Received on Friday, 26 October 2007 06:03:41 UTC