
(PNG, GIF, SVG source file)
Please see the W3C Semantic Web Logos and Policies page for license details. This button is derived from the original W3C ones.

xmlns:foo="...") can be supported by a pure DTD/SGML-based validator (the FF extension uses openSP). FWIW, I couldn't get it to work.The fragment identifies a portion of a representation obtained from a URI,That means that you can't use "http://example.com/ben#self" as an HTML section identifier and as a non-document identifier (e.g. the person ben). Ian concludes that
and its meaning changes depending on the type of representaion. [sic]
You can have a machine readable RDF version or a human readable HTMLand that this forces the structured web into a disregarded shadow of the human-readable web.
version but not both at the same time
<tommorris> Every time I see a movie from now on, I'm adding the IMDB URL to my FOAF file. <briansuda> with what predicate? <tommorris> rdf.opiumfield.com/movie/0.1/seen ... <briansuda> seenOn, is that a timestamp or a state-of-mind?(microformats(!) irc channel)
rel-license does the trick already? (We could still use RDF to specify the license details, and even the license link is only a simple conversion away from RDF.)
owl:sameAs assertions to allow full descriptions of remote resources, e.g.
<div id="arc"> <a rel="owl-sameAs" href="http://example.com/r/001#001"></a> <a rel="doap-maintainer" href="#ben">Benjamin</a> </div>is automatically converted to
<http://example.com/r/001#001> doap:maintainer <#ben>
<span id="p1">
<a rel="foaf-weblog" href="http://jd.com/blog" class="foaf-name">
John Doe
</a>
</span>
seems to be enough to implement the use case I mentioned. That's really cool as I'll now finally be able to hook an RDF store to my HTML publishing tools. It'll need some behaviour-like extensions, but it should be doable now without too many problems![[http://www.example.com/ Link label goes here]]
[blog http://jd.com/blog John Doe] said ...Hm, generating the internal markup could be supported by some SPARQL-based "suggest persons as you type" feature, but that's of course a completely different story (and to be told another time).