Re: [RDFa] Response to Reviewer Comments on RDFa Primer

In response to Antoine's latest comments:

> About this space-separated properties, I of course think it's not 
> utterly elegant and also guess you don't really have any choice. A 
> question however: does this space-separated solution appear somewhere in 
> RDFa spec? I did not find it in RDFa syntax [1] (at least it is not in 
> section 4.2.1 "Using the property attribute")

I've added a short clarification to the Primer (latest version [1]) that
explains this syntax for CLASS, REL, and PROPERTY. It's a sentence in
each case, with the major chunk being:

=========
If Shutr wants to indicate that a specific object, e.g. "Mark Birbeck",
plays two different roles, e.g. creator and publisher, the markup can
easily be updated to reflect this duality without repeating the data:

<h1 property="dc:title">Vacation in the South of France</h1>
created by <span property="dc:creator dc:publisher">Mark Birbeck</span>
=========

-Ben

[1] http://www.w3.org/2006/07/SWD/RDFa/primer/20070305/

Received on Monday, 5 March 2007 19:17:43 UTC