on the Web-Wide World
but still no way to translate !
Any ressemblance with real situations, people or markup languages would be purely coincidental.
rel
in XHTML
<root dataview:transformation="foo-to-rdf.xsl"
xmlns="http://example.net/foo"
xmlns:dataview="http://www.w3.org/2003/g/data-view">
<html xmlns="http://www.w3.org/1999/xhtml">
<head profile="http://www.w3.org/2003/g/data-view" >
...
<link rel="transformation" href="myhtml-to-rdf" />
</head>
e.g. DanC's home page, or my list of visited countries.
Applied to an XFN document
<html xmlns="http://www.w3.org/1999/xhtml">
<head profile="http://gmpg.org/xfn/11">
...
<a href="http://www.w3.org/People/Connolly/"
rel="co-worker">DanC's homepage</a>
Applied to an XFN document
A common semantic processing across XML vocabularies and XHTML dialects.
Questions and feedback welcome!