RDFa Basics video from Manu Sporny
Via Dave Beckett in #swig IRC, Manu Sporny’s handy 10 minute overview of RDFa Basics (see also other versions, source materials).
Here’s a screen grab of the full FOAF example used. Note that the WG renamed ‘instanceof’ to ‘typeof’ recently.
For the video-averse, a full transcript is available. Here’s the full XHTML markup example from the above image:
<body xmlns:foaf=”http://xmlns.com/foaf/0.1/”><span about=”#jane” typeof=”foaf:Person” property=”foaf:name“>Jane McJanerson</span><span about=”#mac” typeof=”foaf:Person” property=”foaf:name“>Mac McJanerson</span><span about=”#jane” rel=”foaf:knows” resource=”#mac”>Jane is friends with Mac.</span></body>
FOAF updates: Trust rankings are now exported, making the data available to other users and websites. An external FOAF URI has been added, allowing users to link to an additional FOAF file.
Keep up with the latest Advogato features by reading the Advogato status blog.
If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!