Re: Correction needed to rdfa syntax 1.0

On Mon, 21 Jun 2010 10:29:01 +0100
Damian Steer <pldms@mac.com> wrote:

> This conflicts with <http://www.w3.org/TR/rdfa-syntax/#sec_5.5.1020>,
> where @src is only used to provide a subject.

In fact, any of @about, @src, @resource and @href can be used to set
either the subject or the object. Here's an example where @src sets the
object:

	<p about="#me" rel="foaf:img">
		<img src="photo.jpeg" alt="Me" />
	</p>

Though the quote you mentioned:

> A [URI resource] object can be set using one of @rel or @rev to
> express a [predicate], and then either using one of @href, @resource
> or @src to provide an object resource explicitly

... doesn't seem to be referring to that. It seems to be a relic of
very old drafts where @src was treated more like @href.

-- 
Toby A Inkster
<mailto:mail@tobyinkster.co.uk>
<http://tobyinkster.co.uk>

Received on Monday, 21 June 2010 13:39:01 UTC