<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=BoeltDeltr</id>
	<title>Microformats Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=BoeltDeltr"/>
	<link rel="alternate" type="text/html" href="https://microformats.org/wiki/Special:Contributions/BoeltDeltr"/>
	<updated>2026-04-25T12:41:34Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=grouping-examples&amp;diff=35841</id>
		<title>grouping-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=grouping-examples&amp;diff=35841"/>
		<updated>2008-12-19T23:56:20Z</updated>

		<summary type="html">&lt;p&gt;BoeltDeltr: liercna&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;ricbolarelc&lt;br /&gt;
= Grouping =&lt;br /&gt;
&lt;br /&gt;
Grouping is a fundamental mechanism for understanding the relationship between objects. Where an object resides in a network of relationships can clarify its purpose. Grouping relationships are fundamental to how we understand object interactions.&lt;br /&gt;
&lt;br /&gt;
== The Problem ==&lt;br /&gt;
&lt;br /&gt;
It is useful to understand the relationship between objects on a website. A blogger may want to describe several different objects on a web page and group them explicitly. It is important that the structure of the page not affect this grouping as network relationships are often not hierarchical (HTML is always hierarchical).&lt;br /&gt;
&lt;br /&gt;
Where an object resides in a network of relationships can clarify its purpose. For example, an audio album can have a number of audio tracks. It is desirable that the tracks and the album can be associated with one another without needing to be hierarchically grouped. The same goes for chapters in a DVD movie, sections of a podcast, and a set of geographic points. &lt;br /&gt;
&lt;br /&gt;
Grouping relationships are fundamental to how we understand object interactions.&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* [[User:ManuSporny | Manu Sporny]], [http://www.bitmunk.com/ Bitmunk] - [http://blog.digitalbazaar.com Digital Bazaar], Inc. (PI, editor)&lt;br /&gt;
* Danny Ayers&lt;br /&gt;
* Rudy Desjardins&lt;br /&gt;
* Chris Griego&lt;br /&gt;
* Scott Reynen&lt;br /&gt;
* Brian Suda&lt;br /&gt;
* Mary Hodder&lt;br /&gt;
* Ryan King&lt;br /&gt;
* Kevin Marks&lt;br /&gt;
&lt;br /&gt;
== Discussions ==&lt;br /&gt;
&lt;br /&gt;
Discussions related to grouping:&lt;br /&gt;
&lt;br /&gt;
* April 17th, 2007 - [http://microformats.org/discuss/mail/microformats-new/2007-April/000152.html Suggestion for collections (audio, video, images)]&lt;br /&gt;
* April 22nd, 2007 - [http://microformats.org/discuss/mail/microformats-new/2007-April/000183.html collection-design-pattern proposal]&lt;br /&gt;
* April 23rd, 2007 - [http://microformats.org/discuss/mail/microformats-new/2007-April/000202.html collection-design-pattern proposal (cont.)]&lt;br /&gt;
* May 1st, 2007 - [http://microformats.org/discuss/mail/microformats-new/2007-May/000255.html Namespacing in hAudio]&lt;br /&gt;
* May 4th, 2007 - [http://microformats.org/discuss/mail/microformats-new/2007-May/000325.html More grouping discussion]&lt;br /&gt;
* May 14th, 2007 - [http://microformats.org/discuss/mail/microformats-new/2007-May/000396.html Grouping examples updated]&lt;br /&gt;
* May 14th, 2007 - [http://microformats.org/discuss/mail/microformats-new/2007-May/000397.html Revisiting grouping problem solution proposal: hset]&lt;br /&gt;
&lt;br /&gt;
== Real-World Examples ==&lt;br /&gt;
&lt;br /&gt;
=== PLEASE USE THIS TEMPLATE WHEN MARKING UP EXAMPLES ===&lt;br /&gt;
&lt;br /&gt;
* [http://www.sitename.com Site Name]&lt;br /&gt;
** [http://www.someexample.com/ Example]&lt;br /&gt;
*** Information: unordered, ordered, sparse, non-sparse&lt;br /&gt;
&lt;br /&gt;
==== Types of grouping ====&lt;br /&gt;
&lt;br /&gt;
* '''unordered''' - Unordered grouping is a type of grouping where the items in the group have no particular order or are not numbered in any way. These lists can be marked by &amp;amp;lt;ul&amp;amp;gt; HTML tags, but do not have to be.&lt;br /&gt;
* '''ordered''' - Ordered grouping is when items in a group have a very clear order. The easiest way to differentiate ordered grouping is if the items are numbered. These lists are almost always marked by &amp;amp;lt;ol&amp;amp;gt;&lt;br /&gt;
* '''sparse''' - Sparse grouping means that the items in the group are spread over the entire page and are not contained in a single list. Sparse groups are also created when items of the same type are interspersed, but don't belong to the same group. For example, an example of two sparse groups would be birds and fish: crow, dolphin, dove, shark, pigeon.&lt;br /&gt;
* '''non-sparse''' - Non-sparse grouping means that the items in the group are very close together on the page and are usually encapsulated in a single list. For example: crow, dove, pigeon.&lt;br /&gt;
&lt;br /&gt;
=== People and Song Grouping in Music Podcasting ===&lt;br /&gt;
&lt;br /&gt;
These sites usually list one big file containg multiples songs, speech, audio advertising and prerecorded audio (such as voicemail or promos). Effort is taken to list each section of the recording as a group (aka: playlist).&lt;br /&gt;
&lt;br /&gt;
* [http://www.coverville.com Coverville]&lt;br /&gt;
** [http://www.coverville.com/archives/2007/04/coverville_313.html Example episode ]&lt;br /&gt;
*** Information: unordered, sparse&lt;br /&gt;
&lt;br /&gt;
* [http://magnatune.com/podcasts/ Magnatune podcasts]&lt;br /&gt;
** [http://magnatune.com/podcasts/details/magnatune_middle-eastern_podcast_2006_12_14 episode example]&lt;br /&gt;
*** Information: ordered, sparse&lt;br /&gt;
&lt;br /&gt;
* [http://www.mutantpop.net/radioclash/ Radio Clash]&lt;br /&gt;
** [http://www.mutantpop.net/radioclash/archives/2007/03/24/rc-113/ episode example]&lt;br /&gt;
*** Information: unordered, sparse&lt;br /&gt;
&lt;br /&gt;
* [http://www.dailysourcecode.com/ Daily Source Code]&lt;br /&gt;
** [http://www.podshow.com/shows/?mode=detail&amp;amp;episode_id=56721 episode example]&lt;br /&gt;
*** Information: unordered, sparse&lt;br /&gt;
&lt;br /&gt;
* [http://tinyurl.com/ypfs3c  Rock and Roll Geek show]&lt;br /&gt;
** [http://indiecastwp.podshow.com/?p=76 episode example]&lt;br /&gt;
*** Information: unordered, non-sparse&lt;br /&gt;
&lt;br /&gt;
* [http://www.accidenthash.com/  Accidenth hash]&lt;br /&gt;
** [http://www.accidenthash.com/2007/04/02/gray-wet-yuck-monday/ episode example]&lt;br /&gt;
*** Information: unordered, sparse&lt;br /&gt;
&lt;br /&gt;
* [http://veercast.com/ Veer cast]&lt;br /&gt;
** [http://veercast.com/2007/03/23/episode-8-sorry-princess-aquaman-powned-your-paint-skillz/ episode example]&lt;br /&gt;
*** Information: unordered, sparse&lt;br /&gt;
&lt;br /&gt;
* [http://www.concertblast.com/ Concert Blast]&lt;br /&gt;
** [http://www.concertblast.com/ mp3 episode example]&lt;br /&gt;
*** Information: unordered, sparse&lt;br /&gt;
&lt;br /&gt;
* [http://threehive.libsyn.com/ 3 hive podcast]&lt;br /&gt;
** [http://threehive.libsyn.com/index.php?post_id=111596 episode example]&lt;br /&gt;
*** Information: unordered, non-sparse&lt;br /&gt;
&lt;br /&gt;
=== Album and Track Grouping in Music Services ===&lt;br /&gt;
&lt;br /&gt;
* [http://audiofind.ru/ AudioFind]&lt;br /&gt;
** [http://audiofind.ru/music/album/-/Lost%20Angel/Destination/?id=591 Album Example]&lt;br /&gt;
*** Information: ordered, sparse&lt;br /&gt;
&lt;br /&gt;
* [http://bigpondmusic.com Telstra BigPond]&lt;br /&gt;
** [http://bigpondmusic.com/Album/The-Decemberists/The-Crane-Wife.aspx Album Example]&lt;br /&gt;
*** Information: ordered, sparse&lt;br /&gt;
&lt;br /&gt;
* [http://www.bitmunk.com/ Bitmunk]&lt;br /&gt;
** [http://www.bitmunk.com/view/media/6068744 Album Example]&lt;br /&gt;
*** Information: ordered, sparse&lt;br /&gt;
&lt;br /&gt;
* [http://downloadpunk.com Download Punk]&lt;br /&gt;
** [http://www.downloadpunk.com/?webaction=AlbumDetail&amp;amp;albumid=13202 Album Example]&lt;br /&gt;
*** Information: unordered, non-sparse&lt;br /&gt;
&lt;br /&gt;
* [http://www.fye.com FYE]&lt;br /&gt;
** [http://www.fye.com/Not-Too-Late-Music_stcVVproductId7456462VVcatId458211VVviewprod.htm Album Example]&lt;br /&gt;
*** Information: ordered, unordered, sparse&lt;br /&gt;
&lt;br /&gt;
* [http://imusic.libero.it/ iMusic]&lt;br /&gt;
** [http://imusic.libero.it/compilation.php?icom_id=105902&amp;amp;ptipo=pus&amp;amp;pid=171437 Album Example]&lt;br /&gt;
*** Information: ordered, sparse&lt;br /&gt;
&lt;br /&gt;
* [http://musicdownload.aon.at/v7/ AON Music ]&lt;br /&gt;
** [http://www.omds.de/servlets/2452685121527Dispatch/31/Call?htmltemplate=./album/viewalbum.htm&amp;amp;lmtype=ALBUM&amp;amp;albumid=2310333 Album Example]&lt;br /&gt;
*** Information: ordered, non-sparse&lt;br /&gt;
&lt;br /&gt;
* [http://music.msn.com MSN]&lt;br /&gt;
** [http://music.msn.com/album/?album=50538895 Album Example]&lt;br /&gt;
*** Information: unordered, ordered, sparse&lt;br /&gt;
&lt;br /&gt;
* [http://musik.tdconline.dk/servlets/2452306090224Dispatch/19/Call?htmltemplate=./index.htm TDC Online]&lt;br /&gt;
** [http://musik.tdconline.dk/servlets/2452306090224Dispatch/19/call?htmltemplate=./album/viewalbum.htm&amp;amp;trackid=5010526 Album Example]&lt;br /&gt;
*** Information: unordered, sparse&lt;br /&gt;
&lt;br /&gt;
* [http://www.audiolunchbox.com Audio Lunchbox]&lt;br /&gt;
** [http://www.audiolunchbox.com/album?a=75751 Album Example]&lt;br /&gt;
*** Information: unordered, ordered, sparse, non-sparse&lt;br /&gt;
&lt;br /&gt;
* [http://www.chaosmusic.com/music/ Chaos Music]&lt;br /&gt;
** [http://chaos.com/product.asp?intProductID=739720&amp;amp;intArtistID=167488 Album Example]&lt;br /&gt;
*** Information: unordered, ordered, sparse, non-sparse&lt;br /&gt;
&lt;br /&gt;
* [http://www.digirama.co.nz/ Digirama]&lt;br /&gt;
** [http://www.digirama.co.nz/AlbumDetails.aspx?MediaID=578456 Album Example]&lt;br /&gt;
*** Information: ordered, non-sparse&lt;br /&gt;
&lt;br /&gt;
* [http://www.emusic.com eMusic]&lt;br /&gt;
** [http://www-v3.emusic.com/album/10917/10917324.html Album Example]&lt;br /&gt;
*** Information: unordered, ordered, sparse&lt;br /&gt;
&lt;br /&gt;
* [http://www.fnacmusic.com/ FNAC]&lt;br /&gt;
** [http://www.fnacmusic.com/album/7088f214-6187-4845-afdc-6391e103f67d.aspx Album Example]&lt;br /&gt;
*** Information: unordered, ordered, non-sparse&lt;br /&gt;
&lt;br /&gt;
* [http://sanity.com.au Sanity]&lt;br /&gt;
** [http://www.sanity.com.au/product/rockpop.asp?sku=-942394 Album Example]&lt;br /&gt;
*** Information: ordered, non-sparse&lt;br /&gt;
&lt;br /&gt;
* [http://www.misrolas.com/ MisRolas]&lt;br /&gt;
** [http://www.misrolas.com/downloadmusic/album.php?id=1316 Album Example]&lt;br /&gt;
*** Information: ordered, sparse&lt;br /&gt;
&lt;br /&gt;
* [http://www.mtv.com MTV]&lt;br /&gt;
** [http://www.mtv.com/#/music/artist/my_chemical_romance/albums.jhtml?albumId=1367908 Album Example]&lt;br /&gt;
*** Information: ordered, non-sparse&lt;br /&gt;
&lt;br /&gt;
* [http://www.musica360.com/ Musica360]&lt;br /&gt;
** [http://musica360.com/store/product_info.php?products_id=232 Album Example]&lt;br /&gt;
*** Information: unordered, ordered, sparse, non-sparse&lt;br /&gt;
&lt;br /&gt;
* [http://www.musicload.de/ Musicload]&lt;br /&gt;
** [http://www.musicload.de/item.ml?releaseid=1884260_2 Album Example]&lt;br /&gt;
*** Information: unordered, ordered, non-sparse&lt;br /&gt;
&lt;br /&gt;
* [http://www.napster.com Napster]&lt;br /&gt;
** [http://www.napster.com/view/album/index.html?id=12376484 Album Example]&lt;br /&gt;
*** Information: unordered, ordered, sparse, non-sparse&lt;br /&gt;
&lt;br /&gt;
* [http://www.partymob.com/edl/browse/?tab=music PartyMob]&lt;br /&gt;
** [http://www.partymob.com/edl/details/default.aspx?album=2089814 Album Example]&lt;br /&gt;
*** Information: unordered, non-sparse&lt;br /&gt;
&lt;br /&gt;
* [http://www.peerimpact.com Peer Impact]&lt;br /&gt;
** [http://www2.peerimpact.com/contentstorage-xml/album30.do?templateName=WEB-INF/conversion-templates/album30.vm&amp;amp;albumId=89449 Album Example]&lt;br /&gt;
*** Information: ordered, non-sparse&lt;br /&gt;
&lt;br /&gt;
* [http://www.puretracks.com Pure Tracks]&lt;br /&gt;
** [http://us.puretracks.com/catalog/details.aspx?pid=emi_094638723653 Album Example]&lt;br /&gt;
*** Information: ordered, non-sparse&lt;br /&gt;
&lt;br /&gt;
* [http://www.reggaecountry.com Reggae Country]&lt;br /&gt;
** [http://www.reggaecountry.com/shop/ItemInfo.aspx?AlbumID=9951 Album Example]&lt;br /&gt;
*** Information: unordered, sparse&lt;br /&gt;
&lt;br /&gt;
* [http://www.rhapsody.com Real/Rhapsody]&lt;br /&gt;
** [http://www.rhapsody.com/harryconnickjr/chansonduvieuxcarrconnickonpiano3 Album Example]&lt;br /&gt;
*** Information: unordered, ordered, non-sparse&lt;br /&gt;
&lt;br /&gt;
* [http://www.ruckusnetwork.com Ruckus]&lt;br /&gt;
** [http://wapps.ruckus.com/cgi-bin/WebObjects/ruckus.woa/2/wo/bQ5EBCLVYbWMuHOuCRElwM/0.0.27.15.13.1.16.3.3 Album Example]&lt;br /&gt;
*** Information: ordered, non-sparse&lt;br /&gt;
&lt;br /&gt;
* [http://www.starzik.com/starzik.php Starzik SARL]&lt;br /&gt;
** Album Example (hidden url)&lt;br /&gt;
*** Information: ordered, unordered, non-sparse, sparse&lt;br /&gt;
&lt;br /&gt;
* [http://www.thecellcity.com CellCity] &lt;br /&gt;
** [http://www.thecellcity.com/4DACTION/CDMProductQuery?CDMCommand=fuzzyquery&amp;amp;CDMdepartment=music&amp;amp;cdmalbum=What's%20The%20Word%20Vol.%201&amp;amp;CDMReturnURL=/music/albumdetails.shtml] Album Example]&lt;br /&gt;
*** Information: unordered, non-sparse&lt;br /&gt;
&lt;br /&gt;
* [http://www.top100.cn top100.cn]&lt;br /&gt;
** [http://www.top100.cn/Product/Product.aspx?ProductID=S0043406000 Album Example]&lt;br /&gt;
*** Information: ordered, non-sparse&lt;br /&gt;
&lt;br /&gt;
* [http://www.wippit.com/default.aspx Wippit] &lt;br /&gt;
** [http://www.wippit.com/AlbumDet.aspx?StrId=28724&amp;amp;StrCatType=S Album Example]&lt;br /&gt;
*** Information: unordered, ordered, non-sparse&lt;br /&gt;
&lt;br /&gt;
* [http://www.yanga.ru Yanga]&lt;br /&gt;
** [http://yanga.ru/music/album/-/Duke%20Ellington/Jack%20The%20Bear/?id=28510 Album Example]&lt;br /&gt;
*** Information: ordered, non-sparse&lt;br /&gt;
&lt;br /&gt;
* [http://www.somesongs.com/ somesongs]&lt;br /&gt;
** [http://www.somesongs.com/list_songs.php Album Example]&lt;br /&gt;
*** Information: unordered, non-sparse&lt;br /&gt;
&lt;br /&gt;
* [http://magnatune.com/ Magnatune]&lt;br /&gt;
** [http://magnatune.com/artists/albums/ammonite-recon/ Album Example]&lt;br /&gt;
*** Information: unordered, ordered, sparse, non-sparse&lt;br /&gt;
&lt;br /&gt;
* [http://www.songfight.org/ SONG FIGHT!]&lt;br /&gt;
** [http://www.songfight.org/artistpage.php?key=15-16_puzzle&amp;amp;sortkey=date Album Example]&lt;br /&gt;
*** Information: unordered, non-sparse&lt;br /&gt;
&lt;br /&gt;
* [http://www.yes.com/ Yes.com]&lt;br /&gt;
** [http://www.yes.com/ Album Example]&lt;br /&gt;
*** Information: ordered, non-sparse&lt;br /&gt;
&lt;br /&gt;
* [http://www.myspace.com MySpace]&lt;br /&gt;
** [http://myspace.com/theradioknives Album Example]&lt;br /&gt;
*** Information: unordered, sparse&lt;br /&gt;
&lt;br /&gt;
* [http://musicbrainz.org MusicBrainz.org]&lt;br /&gt;
** [http://musicbrainz.org/release/1138abc1-77f4-4ba9-900d-5cf52baaf4bf.html Album Example]&lt;br /&gt;
*** Information: unordered, ordered, sparse, non-sparse&lt;br /&gt;
&lt;br /&gt;
* [http://www.apple.com/itunes/podcasts/techspecs.html iTunes RSS extensions]&lt;br /&gt;
** [http://www.apple.com/itunes/store/podcaststechspecs.html#_Toc526931673 Album Example]&lt;br /&gt;
*** Information: unordered, ordered, sparse, non-sparse&lt;br /&gt;
&lt;br /&gt;
* [http://www.discogs.com/ Discogs]&lt;br /&gt;
** [http://www.discogs.com/release/705805 Album Example]&lt;br /&gt;
*** Information: ordered, non-sparse&lt;br /&gt;
&lt;br /&gt;
* [http://www.last.fm/ Last.fm]&lt;br /&gt;
** [http://www.last.fm/music/Muse/+albums Album Example]&lt;br /&gt;
*** Information: unordered, ordered, non-sparse&lt;br /&gt;
&lt;br /&gt;
=== Wikipedia Article Grouping Examples ===&lt;br /&gt;
&lt;br /&gt;
* [http://http://en.wikipedia.org/ Wikipedia]&lt;br /&gt;
** [http://en.wikipedia.org/wiki/Japan Japan Article Example]&lt;br /&gt;
*** Information: unordered, sparse, non-sparse&lt;br /&gt;
&lt;br /&gt;
* [http://http://en.wikipedia.org/ Wikipedia]&lt;br /&gt;
** [http://en.wikipedia.org/wiki/Bone_%28comics%29 Bone Comic Book Article Example]&lt;br /&gt;
*** Information: unordered, ordered, sparse, non-sparse&lt;br /&gt;
&lt;br /&gt;
* [http://http://en.wikipedia.org/ Wikipedia]&lt;br /&gt;
** [http://en.wikipedia.org/wiki/David David Article Example]&lt;br /&gt;
*** Information: unordered, ordered, sparse, non-sparse&lt;br /&gt;
&lt;br /&gt;
* [http://http://en.wikipedia.org/ Wikipedia]&lt;br /&gt;
** [http://en.wikipedia.org/wiki/Mazinger_Angels Mazinger Angels Article Example]&lt;br /&gt;
*** Information: unordered, sparse, non-sparse&lt;br /&gt;
&lt;br /&gt;
* [http://http://en.wikipedia.org/ Wikipedia]&lt;br /&gt;
** [http://en.wikipedia.org/wiki/Legacy_of_the_Aldenata Legacy of the Aldenata Article Example]&lt;br /&gt;
*** Information: unordered, ordered, sparse, non-sparse&lt;br /&gt;
&lt;br /&gt;
* [http://http://en.wikipedia.org/ Wikipedia]&lt;br /&gt;
** [http://en.wikipedia.org/wiki/Inline_speed_skating Inline Speed Skating Article Example]&lt;br /&gt;
*** Information: unordered, sparse&lt;br /&gt;
&lt;br /&gt;
* [http://http://en.wikipedia.org/ Wikipedia]&lt;br /&gt;
** [http://en.wikipedia.org/wiki/Intelligent_network Intelligent Network Article Example]&lt;br /&gt;
*** Information: unordered, sparse, non-sparse&lt;br /&gt;
&lt;br /&gt;
* [http://http://en.wikipedia.org/ Wikipedia]&lt;br /&gt;
** [http://en.wikipedia.org/wiki/Richmond%2C_Ohio Richmond Ohio Article Example]&lt;br /&gt;
*** Information: unordered, sparse, non-sparse&lt;br /&gt;
&lt;br /&gt;
* [http://http://en.wikipedia.org/ Wikipedia]&lt;br /&gt;
** [http://en.wikipedia.org/wiki/Pachycephalosauria Pachycephalosauria Article Example]&lt;br /&gt;
*** Information: unordered, sparse, non-sparse&lt;br /&gt;
&lt;br /&gt;
* [http://http://en.wikipedia.org/ Wikipedia]&lt;br /&gt;
** [http://en.wikipedia.org/wiki/PowerPC_5000 PowerPC 5000 Article Example]&lt;br /&gt;
*** Information: unordered, sparse, non-sparse&lt;br /&gt;
&lt;br /&gt;
* [http://http://en.wikipedia.org/ Wikipedia]&lt;br /&gt;
** [http://en.wikipedia.org/wiki/Great_White_Fleet Great White Fleet Article Example]&lt;br /&gt;
*** Information: unordered, sparse, non-sparse&lt;br /&gt;
&lt;br /&gt;
* [http://http://en.wikipedia.org/ Wikipedia]&lt;br /&gt;
** [http://en.wikipedia.org/wiki/Green_Monster Green Monster Article Example]&lt;br /&gt;
*** Information: unordered, sparse&lt;br /&gt;
&lt;br /&gt;
* [http://http://en.wikipedia.org/ Wikipedia]&lt;br /&gt;
** [http://en.wikipedia.org/wiki/Abney_Park_Chapel Abney Park Chapel Article Example]&lt;br /&gt;
*** Information: unordered, sparse, non-sparse&lt;br /&gt;
&lt;br /&gt;
* [http://http://en.wikipedia.org/ Wikipedia]&lt;br /&gt;
** [http://en.wikipedia.org/wiki/Immigration_to_the_United_States US Immigration Article Example]&lt;br /&gt;
*** Information: unordered, ordered, sparse, non-sparse&lt;br /&gt;
&lt;br /&gt;
* [http://http://en.wikipedia.org/ Wikipedia]&lt;br /&gt;
** [http://en.wikipedia.org/wiki/HBO HBO Article Example]&lt;br /&gt;
*** Information: unordered, ordered, sparse, non-sparse&lt;br /&gt;
&lt;br /&gt;
* [http://http://en.wikipedia.org/ Wikipedia]&lt;br /&gt;
** [http://en.wikipedia.org/wiki/Project_Mercury Project Mercury Article Example]&lt;br /&gt;
*** Information: unordered, ordered, sparse, non-sparse&lt;br /&gt;
&lt;br /&gt;
* [http://http://en.wikipedia.org/ Wikipedia]&lt;br /&gt;
** [http://en.wikipedia.org/wiki/Ezra_Cornell Ezra Cornell Article Example]&lt;br /&gt;
*** Information: unordered, sparse, non-sparse&lt;br /&gt;
&lt;br /&gt;
* [http://http://en.wikipedia.org/ Wikipedia]&lt;br /&gt;
** [http://en.wikipedia.org/wiki/Axel_F_%28Crazy_Frog_song%29 Axel F Article Example]&lt;br /&gt;
*** Information: unordered, ordered, sparse, non-sparse&lt;br /&gt;
&lt;br /&gt;
* [http://http://en.wikipedia.org/ Wikipedia]&lt;br /&gt;
** [http://en.wikipedia.org/wiki/Citrate Citrate Article Example]&lt;br /&gt;
*** Information: unordered, sparse, non-sparse&lt;br /&gt;
&lt;br /&gt;
* [http://http://en.wikipedia.org/ Wikipedia]&lt;br /&gt;
** [http://en.wikipedia.org/wiki/Milla_Jovovich Milla Jovovich Article Example]&lt;br /&gt;
*** Information: unordered, sparse, non-sparse&lt;br /&gt;
&lt;br /&gt;
=== Analysis ===&lt;br /&gt;
&lt;br /&gt;
This analysis was performed on May 14th on all of the grouping examples listed on the page at that point.&lt;br /&gt;
&lt;br /&gt;
Total examples:  68&lt;br /&gt;
&lt;br /&gt;
* 100% of examples contained some form of grouping&lt;br /&gt;
* 75%: unordered&lt;br /&gt;
* 71%: non-sparse&lt;br /&gt;
* 66%: sparse&lt;br /&gt;
* 59%: ordered&lt;br /&gt;
&lt;br /&gt;
== Existing Practices ==&lt;br /&gt;
&lt;br /&gt;
Listed below is an overview of existing patterns and practices found in the wild for grouping metadata.&lt;br /&gt;
&lt;br /&gt;
===Summary of common patterns discovered===&lt;br /&gt;
&lt;br /&gt;
* There are typically 4 different methods of grouping: sparse, non-sparse, ordered and unordered.&lt;br /&gt;
&lt;br /&gt;
===Other attempts to solve The Problem===&lt;br /&gt;
&lt;br /&gt;
* [[collections-examples]] - Grouping information in libraries.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;/div&gt;</summary>
		<author><name>BoeltDeltr</name></author>
	</entry>
</feed>