Re: HTML in RDF

The meaningful/structural view where the HTML can be reconstructed from the
RDF graph. Ordering is semantic information, it mustn't be lost. The
functional view can be reconstructed via queries, it's just a subset.
This doesn't really touch the core issue though, which is editing RDF graphs
representing ordered textual content with domain specific extensions. I'd
really like to see pervasive use of RDF on the portal I'm designing. Islands
of HTML strings isn't quite satisfactory from a purist point of view (it
does have practical impacts.)

The XHTML/CSS/SVG representation is a choice and the precise representation
should be at the discretion of the semantic designer. Now actually RDFa is a
great way to embed additional semantics in the representation language
(XHTML). So I'm all for that.

That's the ideal I'm aiming for...

Regards

Bent

The meaningful/structural view where the HTML can be reconstructed from the
RDF graph. Ordering is semantic information, it mustn't be lost. The
functional view can be reconstructed via queries, it's just a
This doesn't really touch the core issue though, which is editing RDF graphs
representing ordered textual content with domain specific extensions. I'd
really like to see pervasive use of RDF on the portal I'm designing. Islands
of HTML strings isn't quite satisfactory from a purist point of view (it
does have practical impacts.
2007/10/26, Karl Dubost <karl@w3.org>:
>
> 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 12:57:10 UTC