Athens, GA, USA, 2006-11-09
)
:
it is the usual picture of software tools, nothing special any more!


link and meta to include child elementsclass in microformats, but via dedicated properties)See my public page (marked up both with RDFa and microformats)
http://www.sparql.org/sparql?query=…
SELECT DISTINCT ?name ?home ?orgRole ?orgName ?orgHome
# RDFa-ing my home page:
FROM <http://torrez.us/services/rdfa/http://www.w3.org/People/Ivan/>
# GRDDL-ing http://www.w3.org/Member/Mail:
FROM <…online_xslt/xslt?…rdf-in-xhtml-processor&xmlfile=…%2FMember%2FMail%2F…>
WHERE {
?foafPerson foaf:mbox ?mail;
foaf:homepage ?home.
?individual contact:mailbox ?mail;
contact:fullName ?name.
?orgUnit ?orgRole ?individual;
org:name ?orgName;
contact:homePage ?orgHome.
}
All on the “radar screen” of W3C…
. See these statements:
These slides are publicly available on:
http://www.w3.org/2006/Talks/1109-Athens-IH/
in XHTML and PDF formats; the XHTML version has active links that you can follow