Hal Abelson
Ben Adida
Mike Linksvayer
Nathan R. Yergler,
Creative Commons
3
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns="http://www.w3.org/1999/xhtml/vocab#">
<rdf:Description rdf:about="http://www.lessig.org/blog/">
<license rdf:resource="http://creativecommons.org/licenses/by/3.0/" />
</rdf:Description>
</rdf:RDF>
Programs should be able to answer simple questions about licensed works.
"Compared to the previous recommendation,
ccREL is intended
to be both easier for content
creators and publishers to provide,
and more
convenient for user communities and tool builders
to consume, extend, and redistribute."
distributed under a
<a href="http://creativecommons.org/licenses/by/3.0/">CC License</a>
To:
distributed under a
<a href="http://creativecommons.org/licenses/by-nc/3.0/">CC License</a>


distributed under a
<a href="http://creativecommons.org/licenses/by/3.0/">
Creative Commons License
</a>

distributed under a
<a rel="license" href="http://creativecommons.org/licenses/by/3.0/">
Creative Commons License
</a>
<h2>The Trouble with Bob</h2> <h3>Alice</h3>
<h2 property="dc:title">The Trouble with Bob</h2> <h3 property="dc:creator">Alice</h3>
<div xmlns:dc="http://purl.org/dc/elements/1.1/">
....
</div>
<div xmlns:dc="http://purl.org/dc/elements/1.1/"> <h2 property="dc:title">The Trouble with Bob</h2> <h3 property="dc:creator">Alice</h3> </div>

<div ...>
<h2 property="dc:title">The Trouble with Bob</h2>
<h3 property="dc:creator">Alice</h3>
</div>
...
<div ...>
<h2 property="dc:title">Jo's Barbecue</h2>
<h3 property="dc:creator">Eve</h3>
</div>
<div about="/alice/posts/trouble_with_bob"...> <h2 property="dc:title">The Trouble with Bob</h2> <h3 property="dc:creator">Alice</h3> </div> ... <div about="/alice/posts/jos_barbecue"...> <h2 property="dc:title">Jo's Barbecue</h2> <h3 property="dc:creator">Eve</h3> </div>
<div about="/alice/posts/trouble_with_bob"...>
<h2 property="dc:title">The Trouble with Bob</h2>
<h3 property="dc:creator">Alice</h3>
</div>
<div about="/alice/posts/trouble_with_bob"...>
<h2 property="dc:title">The Trouble with Bob</h2>
<h3 property="dc:creator">Alice</h3>
<p>The trouble with Bob is that he takes
much better photos than I do:</p>
<div>
<img src="/bob/photos/sunset.jpg" />
<span>Beautiful Sunset</span>
by <a href="/bob/">Bob</a>
</div>
</div>
<div about="/alice/posts/trouble_with_bob"...>
<h2 property="dc:title">The Trouble with Bob</h2>
<h3 property="dc:creator">Alice</h3>
<p>The trouble with Bob is that he takes
much better photos than I do:</p>
<div about="/bob/photos/sunset.jpg">
<img src="/bob/photos/sunset.jpg" />
<span property="dc:title">Beautiful Sunset</span>
by <a rel="dc:creator" href="/bob/">Bob</a>
</div>
</div>