1 / 39

RDFa

RDFa. Brian Sletten Bosatsu Consulting, Inc. @bsletten. <div resource=" http://uberconf.com #uberconf" typeof="cal:Vevent"> <p>Please join us at <a property="cal:summary">Uberconf 2010</a> to be held at <span property="cal:location">Westin Westminster</span>

alaqua
Download Presentation

RDFa

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. RDFa • Brian Sletten • Bosatsu Consulting, Inc. • @bsletten

  2. <div resource="http://uberconf.com#uberconf" typeof="cal:Vevent"> <p>Please join us at <a property="cal:summary">Uberconf 2010</a> to be held at <span property="cal:location">Westin Westminster</span> from <span property="cal:dstart" datatype="xsd:date">2010-06-14</span> to <span property="cal:dtend" datatype="xsd:date">2010-06-17</span>. </p> </div>

  3. <div resource="http://uberconf.com#uberconf"typeof="cal:Vevent"> <p>Please join us at <a property="cal:summary">Uberconf 2010</a> to be held at <span property="cal:location">Westin Westminster</span> from <span property="cal:dstart" datatype="xsd:date">2010-06-14</span> to <span property="cal:dtend" datatype="xsd:date">2010-06-17</span>. </p> </div>

  4. <http://uberconf.com#uberconf>acal:Vevent ; cal:dstart"2010-06-14"^^xsd:date ; cal:dtend"2010-06-17"^^xsd:date ; cal:location"Westin Westminster" ; cal:summary"Uberconf 2010" .

  5. <li resource="urn:ISBN:0978739213"> <span rel="dc:creator"> <a href="http://uberconf.com/conference/speaker/michael_nygard#mike" typeof="foaf:Person" property="foaf:name">Mike Nygard</a> </span>, author of <span property="dc:title">"Release It!"</span> </li>

  6. <li resource="urn:ISBN:0978739213"> <span rel="dc:creator"> <a href="http://uberconf.com/conference/speaker/michael_nygard#mike" typeof="foaf:Person" property="foaf:name">Mike Nygard</a> </span>, author of <span property="dc:title">"Release It!"</span> </li>

  7. <li resource="urn:ISBN:0978739213"> <span rel="dc:creator"> <a href="http://uberconf.com/conference/speaker/michael_nygard#mike" typeof="foaf:Person" property="foaf:name">Mike Nygard</a> </span>, author of <span property="dc:title">"Release It!"</span> </li>

  8. <urn:ISBN:0978739213>dc:creator<http://uberconf.com/conference/speaker/michael_nygard#mike> ; dc:title"\"Release It!\"" .<http://uberconf.com/conference/speaker/michael_nygard#mike>afoaf:Person ; foaf:name"Mike Nygard" .

  9. This document, <span xmlns:dc="http://purl.org/dc/elements/1.1/" property="dc:title">Uberconf 2010</span>, by <a xmlns:cc="http://creativecommons.org/ns#" href="http://bosatsu.net" property="cc:attributionName" rel="cc:attributionURL">Brian Sletten</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc/3.0/us/">Creative Commons Attribution-Noncommercial 3.0 United States License</a>

  10. <http://bosatsu.net/uberconf.html> cc:attributionName"Brian Sletten" ; cc:attributionURL<http://bosatsu.net> ; dc1:title"Uberconf 2010" ; xhv:license<http://creativecommons.org/licenses/by-nc/3.0/us/> .

More Related