Re: RDFa in HTML

Steven Pemberton wrote:
> Here is a proposal:
> 
>     <meta property="xmlns" content="dc"
> about="http://purl.org/dc/elements/1.1/" />
>     <meta property="xmlns" content="foaf"
> about="http://xmlns.com/foaf/0.1/" />

This is not bad, but it breaks the cut-and-paste locality of RDFa, since
this would have to be in the HEAD. We started a discussion a while ago
about this with Ian Davis (I can't find the mailing list post), where I
suggested a different attribute, something like:

<div prefix="dc:http://purl.org/dc/elements/1.1/">
..
</div>

though the exact syntax can be done in many different ways.

-Ben

Received on Monday, 16 April 2007 16:07:39 UTC