1. The document discusses using semantic web technologies like RDFa to encode metadata in HTML pages in order to make information on the web more accessible to machines and humans.
2. It provides examples of embedding Creative Commons license information using RDFa attributes and describes how this allows programs to understand the licensing of works.
3. The author advocates for using RDFa to publish structured metadata from websites in order to enable mashups, remixes, and generally build a more open and valuable web.
49. Where should I link to? >>> import rdfadict >>> dessert = 'http://www.flickr.com/photos/nathan_y/3637818168/' >>> p = rdfadict.RdfaParser() >>> p.parse_url(dessert)[dessert]['http://creativecommons.org/ns#attributionURL'] ['http://www.flickr.com/photos/nathan_y/']