probable erratum - RDFA-SYNTAX 3.10. A description of RDFa in RDF terms

The final paragraph of this section reads:

> a subject [URI reference] is generally indicated using @about {...}
> Objects which are [URI reference]s are represented using @href,
> @resource or @src

But @src is treated more like @about than it is like @href/@resource.

Of course any of these four can in fact act as either a subject or an
object - perhaps that point needs to be made as well. For example, here
@about acts as the object and @resource sets the subject:

 <div resource="[:Foo]">
   <p rel=":example">
     <span about="[:Bar]">bar</span>
   </p>
 </div>

creating the triple:

 @prefix : <http://www.w3.org/1999/xhtml/vocab#> .
 :Foo :example :Bar .

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

Received on Wednesday, 23 September 2009 15:29:43 UTC