Microformat

For the photographic miniaturization of documents, see Microform. For details of microformats used on Wikipedia, see Wikipedia:Microformats.

A microformat (sometimes abbreviated μF) is a World Wide Web-based approach to semantic markup which uses HTML/XHTML tags supported for other purposes to convey additional metadata[1] and other attributes in web pages and other contexts that support (X)HTML, such as RSS. This approach allows software to process information intended for end-users (such as contact information, geographic coordinates, calendar events, and similar information) automatically.

Although the content of web pages has been capable of some "automated processing" since the inception of the web, such processing is difficult because the markup tags used to display information on the web do not describe what the information means.[2] Microformats can bridge this gap by attaching semantics, and thereby obviate other, more complicated, methods of automated processing, such as natural language processing or screen scraping. The use, adoption and processing of microformats enables data items to be indexed, searched for, saved or cross-referenced, so that information can be reused or combined.[2]

As of 2013 microformats allow the encoding and extraction of event details, contact information, social relationships and similar information. Established microformats such as hCard are published on the web more than alternatives like schema (microdata) and RDFa.[3]

Background

Microformats emerged around 2005[4] as part of a grassroots movement to make recognizable data items (such as events, contact details or geographical locations) capable of automated processing by software, as well as directly readable by end-users.[2][5] Link-based microformats emerged first. These include vote links that express opinions of the linked page, which search engines can tally into instant polls.[6]

CommerceNet, a nonprofit organization that promotes e-commerce on the Internet, has helped sponsor and promote the technology and support the microformats community in various ways.[6] CommerceNet also helped co-found the Microformats.org community site.[6]

Neither CommerceNet nor Microformats.org operates as a standards body. The microformats community functions through an open wiki, a mailing list, and an Internet relay chat (IRC) channel.[6] Most of the existing microformats originated at the Microformats.org wiki and the associated mailing list by a process of gathering examples of web-publishing behaviour, then codifying it. Some other microformats (such as rel=nofollow and unAPI) have been proposed, or developed, elsewhere.

Technical overview

XHTML and HTML standards allow for the embedding and encoding of semantics within the attributes of markup tags. Microformats take advantage of these standards by indicating the presence of metadata using the following attributes:

class
Classname
rel
relationship, description of the target address in an anchor-element (<a href=... rel=...>...</a>)
rev
reverse relationship, description of the referenced document (in one case, otherwise deprecated in microformats[7])

For example, in the text "The birds roosted at 52.48, -1.89" is a pair of numbers which may be understood, from their context, to be a set of geographic coordinates. With wrapping in spans (or other HTML elements) with specific class names (in this case geo, latitude and longitude, all part of the geo microformat specification):

The birds roosted at
   <span class="geo">
     <span class="latitude">52.48</span>,
     <span class="longitude">-1.89</span>
   </span>

software agents can recognize exactly what each value represents and can then perform a variety of tasks such as indexing, locating it on a map and exporting it to a GPS device.

Examples

In this example, the contact information is presented as follows:

 <ul>
   <li>Joe Doe</li>
   <li>The Example Company</li>
   <li>604-555-1234</li>
   <li><a href="http://example.com/">http://example.com/</a></li>
 </ul>

With hCard microformat markup, that becomes:

 <ul class="vcard">
   <li class="fn">Joe Doe</li>
   <li class="org">The Example Company</li>
   <li class="tel">604-555-1234</li>
   <li><a class="url" href="http://example.com/">http://example.com/</a></li>
 </ul>

Here, the formatted name (fn), organisation (org), telephone number (tel) and web address (url) have been identified using specific class names and the whole thing is wrapped in class="vcard", which indicates that the other classes form an hCard (short for "HTML vCard") and are not merely coincidentally named. Other, optional, hCard classes also exist. Software, such as browser plug-ins, can now extract the information, and transfer it to other applications, such as an address book.

Specific microformats

Several microformats have been developed to enable semantic markup of particular types of information. However, only hCard and hCalendar have been ratified, the others remaining as drafts:

Uses of microformats

Using microformats within HTML code provides additional formatting and semantic data that applications can use. For example, applications such as web crawlers can collect data about on-line resources, or desktop applications such as e-mail clients or scheduling software can compile details. The use of microformats can also facilitate "mash ups" such as exporting all of the geographical locations on a web page into (for example) Google Maps to visualize them spatially.

Several browser extensions, such as Operator for Firefox and Oomph for Internet Explorer, provide the ability to detect microformats within an HTML document. When hCard or hCalendar are involved, such browser extensions allow microformats to be exported into formats compatible with contact management and calendar utilities, such as Microsoft Outlook. When dealing with geographical coordinates, they allow the location to be sent to applications such as Google Maps. Yahoo! Query Language can be used to extract microformats from web pages.[14] On 12 May 2009 Google announced that they would be parsing the hCard, hReview and hProduct microformats, and using them to populate search result pages.[15] They have since extended this to use hCalendar for events[16] and hRecipe for cookery recipes.[16] Similarly, microformats are also processed by Bing[17] and Yahoo!.[18] Together, these are the world's top three search engines.[19]

Microsoft said they needed to incorporate Microformats into upcoming projects,[20] as did other software companies.

Alex Faaborg summarizes the arguments for putting the responsibility for microformat user interfaces in the web browser rather than making more complicated HTML:[21]

Evaluation of microformats

Various commentators have offered review and discussion on the design principles and practical aspects of microformats. Microformats have been compared to other approaches that seek to serve the same or similar purpose.[22] From time to time, there is criticism of one, or all, microformats.[22] The spread and use of microformats has been advocated.[23][24] Opera Software CTO and CSS creator Håkon Wium Lie said in 2005 "We will also see a bunch of microformats being developed, and that’s how the semantic web will be built, I believe."[25] However, in August 2008 Toby Inkster, author of the "Swignition" (formerly "Cognition") microformat parsing service, pointed out that no new microformat specifications had been published since 2005.[26]

Evaluation of microformats

Various commentators have offered review and discussion on the design principles and practical aspects of microformats. Microformats have been compared to other approaches that seek to serve the same or similar purpose.[22] From time to time, there is criticism of one, or all, microformats.[22] The spread and use of microformats has been advocated.[23][24] Opera Software CTO and CSS creator Håkon Wium Lie said in 2005 "We will also see a bunch of microformats being developed, and that’s how the semantic web will be built, I believe."[25] However, in August 2008 Toby Inkster, author of the "Swignition" (formerly "Cognition") microformat parsing service, pointed out that no new microformat specifications had been published since 2005.[26]

Design principles

Computer scientist and entrepreneur, Rohit Khare stated that reduce, reuse, and recycle is "shorthand for several design principles" that motivated the development and practices behind microformats.[6]:71-72 These aspects can be summarized as follows:

Accessibility

Because some microformats make use of title attribute of HTML's <abbr> element to conceal machine-readable data (particularly date-times and geographical coordinates) in the "abbr design pattern", the plain text content of the element is inaccessible to screen readers that expand abbreviations.[27] In June 2008 the BBC announced that it would be dropping use of microformats using the abbr design pattern because of accessibility concerns.[28]

Comparison with alternative approaches

Microformats are not the only solution for providing "more intelligent data" on the web; alternative approaches are used and are under development. For example, the use of XML markup and standards of the Semantic Web are cited as alternative approaches.[6] Some contrast these with microformats in that they do not necessarily coincide with the design principles of "reduce, reuse, and recycle", at least not to the same extent.[6]

One advocate of microformats, Tantek Çelik, characterized a problem with alternative approaches:

Here's a new language we want you to learn, and now you need to output these additional files on your server. It's a hassle. (Microformats) lower the barrier to entry.[2]

For some applications the use of other approaches may be valid. If the type of data to be described does not map to an existing microformat, RDFa can embed arbitrary vocabularies into HTML, such as for example domain-specific scientific data such as zoological or chemical data for which there is no microformat. Standards such as W3C's GRDDL allow microformats to be converted into data compatible with the Semantic Web.[29]

Another advocate of microformats, Ryan King, put the compatibility of microformats with other approaches this way:

Microformats provide an easy way for many people to contribute semantic data to the web. With GRDDL all of that data is made available for RDF Semantic Web tools. Microformats and GRDDL can work together to build a better web.[29]

Accessibility

Because some microformats make use of title attribute of HTML's abbr element to conceal machine-readable data (particularly date-times and geographical coordinates) in the "abbr design pattern", the plain text content of the element is inaccessible to screen readers that expand abbreviations.[27] In June 2008 the BBC announced that it would be dropping use of microformats using the abbr design pattern because of accessibility concerns.[28]

Comparison with alternative approaches

Microformats are not the only solution for providing "more intelligent data" on the web; alternative approaches are used and are under development. For example, the use of XML markup and standards of the Semantic Web are cited as alternative approaches.[6] Some contrast these with microformats in that they do not necessarily coincide with the design principles of "reduce, reuse, and recycle", at least not to the same extent.[6]

One advocate of microformats, Tantek Çelik, characterized a problem with alternative approaches:

Here's a new language we want you to learn, and now you need to output these additional files on your server. It's a hassle. (Microformats) lower the barrier to entry.[2]

For some applications the use of other approaches may be valid. If the type of data to be described does not map to an existing microformat, RDFa can embed arbitrary vocabularies into HTML, such as for example domain-specific scientific data such as zoological or chemical data for which there is no microformat. Standards such as W3C's GRDDL allow microformats to be converted into data compatible with the Semantic Web.[29]

Another advocate of microformats, Ryan King, put the compatibility of microformats with other approaches this way:

Microformats provide an easy way for many people to contribute semantic data to the web. With GRDDL all of that data is made available for RDF Semantic Web tools. Microformats and GRDDL can work together to build a better web.[29]

See also

Notes

  1. "Class Names Across All Microformats". Microformats.org. 2007-09-23. Retrieved 2008-09-06.
  2. 1 2 3 4 5 "What's the Next Big Thing on the Web? It May Be a Small, Simple Thing -- Microformats". Knowledge@Wharton. Wharton School of the University of Pennsylvania. 2005-07-27.
  3. "Web Data Commons – RDFa, Microdata, and Microformat Data Sets". section 3.1, "Extraction Results from the November 2013 Common Crawl Corpus". 2013. Retrieved 2015-02-21.
  4. The microformats is a community-standard maintained by its Wiki, and the Wiki arrived ~2005.
  5. In this context, the definition of "end-user" includes a person reading a web page on a computer screen or mobile device, or an assistive technology such as a screen reader.
  6. 1 2 3 4 5 6 7 8 9 10 Khare, Rohit (January–February 2006). "Microformats: The Next (Small) Thing on the Semantic Web?". IEEE Internet Computing. IEEE Computer Society. 10 (1): 68–75. doi:10.1109/MIC.2006.13. Retrieved 2008-09-06.
  7. ""rel" attribute frequently asked questions". Microformats.org. 2008-08-06. Retrieved 2008-09-06.
  8. hMedia · Microformats Wiki
  9. Ultimate Guide to Microformats: Reference and Examples
  10. rel-directory · Microformats Wiki
  11. rel="enclosure" · Microformats Wiki
  12. rel="license" · Microformats Wiki
  13. rel="tag" · Microformats Wiki
  14. Heilman, Chris (2009-01-19). "Retrieving and displaying data from Wikipedia with YQL". Yahoo Developer Network. Yahoo. Retrieved 2009-01-19.
  15. Goel, Kavi; Ramanathan V. Guha; Othar Hansson (2009-05-12). "Introducing Rich Snippets". Google Webmaster Central Blog. Google. Retrieved 2009-05-25.
  16. 1 2 Gong, Jun; Kosuke Suzuki; Yu Watanabe (2010-04-13). "Better recipes on the web: Introducing recipe rich snippets". Google. Retrieved 17 March 2011.
  17. "Bing Introducing Schema.org: Bing, Google and Yahoo Unite to Build the Web of Objects - Search Blog - Site Blogs - Bing Community". Bing. 2011-06-02. Retrieved 2 June 2011.
  18. "Introducing schema.org: A Collaboration on Structured Data". 2011-06-02. Retrieved 2 June 2011.
  19. "Top 5 Search Engines from Oct to Dec 10 | StatCounter Global Stats". StatCounter. Retrieved 17 January 2011.
  20. "Bill Gates at Mix06 – "We need microformats"". 2006-03-20. Retrieved 2008-09-06. We need microformats and to get people to agree on them. It is going to bootstrap exchanging data on the Web… …we need them for things like contact cards, events, directions…
  21. Microformats – Part 4: The User Interface of Microformat Detection « Alex Faaborg
  22. 1 2 3 4 "Criticism". Microformats.org. 2007-03-24. Retrieved 2007-08-15.
  23. 1 2 "Advocacy". Microformats.org. 2008-08-27. Retrieved 2007-08-15.
  24. 1 2 "Spread Microformats". Microformats.org. 2008-08-29. Retrieved 2007-08-15. This includes community resources for marketing microformats such as buttons, banners, wallpaper / desktop screens, logo graphics, etc.
  25. 1 2 Holzschlag, Molly E. (2005-03-31). "Interview with Håkon Wium Lie". Molly.com. Retrieved 2007-11-18.
  26. 1 2 Inkster, Toby A. (2008-04-22). "More than three years". Microformats.org. Retrieved 2008-08-24.
  27. 1 2 Craig, James (2007-04-27). "hAccessibility". Web Standards Project. Retrieved 2007-08-16.
  28. 1 2 Smethurst, Michael (2008-06-23). "Removing Microformats from bbc.co.uk/programmes". BBC. Retrieved 2008-08-24.
  29. 1 2 3 4 "W3C GRDDL Recommendation Bridges HTML/Microformats and the Semantic Web". XML Coverpages. OASIS. 2007-09-13. Retrieved 2007-11-23.

References

Further reading

Wikimedia Commons has media related to Microformat screenshots.
This article is issued from Wikipedia - version of the 12/5/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.