1. The Semantic Web Real World Examples with Microformats

    Andy Pemberton Consultant CapTech Ventures, Inc.
  2. First Things First

  3. What, then, is the Semantic Web?

  4. Upper Case: The Semantic Web

  5. Lower Case: the semantic web

  6. The Semantic Web: Roots

  7. The Semantic Web: Goals

  8. The Semantic Web: Benefits

  9. Semantic HTML

  10. Semantic HTML Elements

  11. Semantic HTML Context

  12. Semantic HTML Class Names

  13. MicroFormats

  14. What Are They?

  15. People: hCard

    
    
    		                          http://www.andypemberton.com/
    			                         Andy 
    			                          Pemberton
    		
    		                    Consultant
    		                     http://www.captechventures.com  CapTech Ventures
    	
    
  16. People: hCard

    
    	<div              >
    		<a                  href="http://www.andypemberton.com/">
    			<span                   >Andy</span> 
    			<span                    >Pemberton</span>
    		</a>
    		<span              >Consultant</span>
    		<a             href="http://www.captechventures.com">CapTech Ventures</a>
    	</div>
    
  17. People: hCard

    
    	<div class="vcard">
    		<a class="url fn n" href="http://www.andypemberton.com/">
    			<span class="given-name">Andy</span> 
    			<span class="family-name">Pemberton</span>
    		</a>
    		<span class="title">Consultant</span>
    		<a class="org" href="http://www.captechventures.com">CapTech Ventures</a>
    	</div>
    
  18. Show Me the Portability

  19. Where's This Heading?

  20. Who's Involved?

  21. Who's Using MicroFormats Today?

  22. Advanced Examples

  23. Open Discussion