Re: Update RDFa snippet to RDFa Lite

Sorry, too late, the Recommendation has just been published:-(

ivan

On 16 Jan 2014, at 17:37 , Stéphane Corlosquet <scorlosquet@gmail.com> wrote:

> Could the following RDFa snippet by updated to be more in line with RDFa Lite?
> http://www.w3.org/TR/json-ld/#rdfa
> 
> Like this:
> 
> <div prefix="foaf: http://xmlns.com/foaf/0.1/">
>    <ul>
>       <li typeof="foaf:Person">
>         <a property="foaf:homepage" href="http://example.com/bob/"><span property="foaf:name">Bob</span></a>
>       </li>
>       <li typeof="foaf:Person">
>         <a property="foaf:homepage" href="http://example.com/eve/"><span property="foaf:name">Eve</span></a>
>       </li>
>       <li typeof="foaf:Person">
>         <a property="foaf:homepage" href="http://example.com/manu/"><span property="foaf:name">Manu</span></a>
>       </li>
>    </ul>
> </div>
> 
> -- 
> Steph.


----
Ivan Herman, W3C 
Digital Publishing Activity Lead
Home: http://www.w3.org/People/Ivan/
mobile: +31-641044153
GPG: 0x343F1A3D
FOAF: http://www.ivan-herman.net/foaf

Received on Thursday, 16 January 2014 17:17:45 UTC