<?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=SeanHayes</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=SeanHayes"/>
	<link rel="alternate" type="text/html" href="https://microformats.org/wiki/Special:Contributions/SeanHayes"/>
	<updated>2026-06-09T08:33:21Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=abbr-design-pattern&amp;diff=15988</id>
		<title>abbr-design-pattern</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=abbr-design-pattern&amp;diff=15988"/>
		<updated>2007-04-20T01:49:57Z</updated>

		<summary type="html">&lt;p&gt;SeanHayes: /* Discussion */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Abbr design pattern =&lt;br /&gt;
&lt;br /&gt;
== Purpose ==&lt;br /&gt;
* Use the [[abbr-design-pattern]] to make text that is human readable also formally machine readable&lt;br /&gt;
* Avoiding using the [[abbr-design-pattern]] to re-encode human text or to hide data&lt;br /&gt;
&lt;br /&gt;
== How to use it ==&lt;br /&gt;
* enclose the human-friendly text that you want to make machine readable with &amp;lt;code&amp;gt;&amp;amp;lt;abbr&amp;gt;&amp;lt;/code&amp;gt; &lt;br /&gt;
* as per the [[class-design-pattern]], add the appropriate &amp;lt;code&amp;gt;class&amp;lt;/code&amp;gt; attribute to the &amp;lt;code&amp;gt;abbr&amp;lt;/code&amp;gt; element&lt;br /&gt;
* add a &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt; attribute to the &amp;lt;code&amp;gt;abbr&amp;lt;/code&amp;gt; element with the machine readable data as the value&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
The [[datetime-design-pattern]] formally encodes (the notoriously unparsable) datetimes into an &amp;lt;code&amp;gt;abbr&amp;lt;/code&amp;gt; element.&lt;br /&gt;
&lt;br /&gt;
Before:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
The party is at 10 o'clock on the 10th.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
After:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
The party is at &lt;br /&gt;
&amp;lt;abbr class=&amp;quot;dtstart&amp;quot; title=&amp;quot;20051010T10:10:10-0100&amp;quot;&amp;gt;10 o'clock on the 10th&amp;lt;/abbr&amp;gt;.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Discussion ==&lt;br /&gt;
''This discussion is culled from [http://microformats.org/discuss/mail/microformats-discuss/2005-October/001277.html here]''. Consider two possible uses for the [[abbr-design-pattern]]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&lt;br /&gt;
using ABBR to encode machine readable data around human readable data&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;abbr class=&amp;quot;dtstart&amp;quot; title=&amp;quot;20051010T10:10:10-0100&amp;quot;&amp;gt;10 o'clock on the 10th&amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&lt;br /&gt;
using ABBR to encode more formal human data around something less formal &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;abbr class=&amp;quot;author&amp;quot; title=&amp;quot;Danny Ayers&amp;quot;&amp;gt;Danny&amp;lt;/abbr&amp;gt; &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Use #1 is encouraged if there's a reasonable need for it. Use #2 is discouraged under the [http://c2.com/cgi-bin/wiki?DontRepeatYourself Don't Repeat Yourself principle], as: &amp;quot;#2 is a case of *more* information being invisibly present, namely, the&lt;br /&gt;
last name in this case. If someone is not willing to make some information visible, then we&lt;br /&gt;
shouldn't be encouraging them to store that information invisibly, for all&lt;br /&gt;
the same reasons that invisible metadata is bad/futile in the first place.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
''I'd like to delete this below, as the points are covered above''&lt;br /&gt;
&lt;br /&gt;
* Theoretically, this could be done with almost any HTML element. But is it a good idea? If it's not, is abbr the only one? [[DavidJanes]]&lt;br /&gt;
* abbr-design-pattern should be avoided, if possible. [[User:RobertBachmann|RobertBachmann]]&lt;br /&gt;
** why, or under what circumstances? For example, it is quite useful with datetimes. Should there not be other potentially analogous situations? [[DavidJanes]]&lt;br /&gt;
** Under circumstances where the text in the title would be gobbledegook if read by a screenreader. JAWS and other screenreaders use title attributes from abbr, when used properly (as in this example from the WCAG group), to pronounce words which would otherwise be unreadable or confusing. Using machine data such as datetime as a title is an bending of the dictionary definition of abbreviation (contraction by ommision or initialisation, applied at the word and not semantic level), this may not be a great issue in itself, but if screen readers are unable to turn title content into something comprehensible, this will lead to accessibility failures.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Sugar is commonly sold in 5 &amp;lt;abbr title=&amp;quot;pound&amp;quot;&amp;gt;lb.&amp;lt;abbr&amp;gt; bags.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Welcome to the &amp;lt;abbr title=&amp;quot;World Wide Web&amp;quot;&amp;gt;WWW&amp;lt;/abbr&amp;gt;!&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[Main_Page#Design_Patterns|All microformat design patterns]]&lt;br /&gt;
* [http://microformats.org/discuss/mail/microformats-discuss/2005-October/001277.html discussion in microformats-discuss]&lt;br /&gt;
* [[datetime-design-pattern]] uses [[abbr-design-pattern]]&lt;br /&gt;
* [http://www.w3.org/TR/REC-html40/struct/text.html#edef-ABBR HTML 4.01 definition]&lt;/div&gt;</summary>
		<author><name>SeanHayes</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=genealogy-formats&amp;diff=19284</id>
		<title>genealogy-formats</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=genealogy-formats&amp;diff=19284"/>
		<updated>2007-04-19T12:27:48Z</updated>

		<summary type="html">&lt;p&gt;SeanHayes: /* GEDCOM */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Genealogy Formats =&lt;br /&gt;
&lt;br /&gt;
I started this page because someone (Bob Jonkman apparently) added a bunch of stuff to the [http://developers.technorati.com/wiki/MicroFormats Technorati microformats page] on genealogy, and I moved it here. -[http://tantek.com/log/ Tantek]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== In the wild ==&lt;br /&gt;
&lt;br /&gt;
see: The Dring tree [http://www.sussexbarn.com/dring/web/dring/pafg01.htm] for an interesting family tree website.&lt;br /&gt;
&lt;br /&gt;
[http://www.comp.utas.edu.au/users/rsmith/levett/wc01/wc01_045.html this family group] is pretty much a direct translation of a gedcom FAM structure, but with some names added to the links. It also includes back links to parents.&lt;br /&gt;
&lt;br /&gt;
[http://www.comp.utas.edu.au/users/rsmith/levett/ps02/ps02_361.html an individual from the same tree] This is basically an INDI record from GEDCOM.&lt;br /&gt;
&lt;br /&gt;
== problem statement ==&lt;br /&gt;
The main problem for geneaology on the web is that many people are posting their family trees, but if you were searching for your ancestors, there is no semantic in these pages which helps you link them to similar named individuals in your own tree. some sites like freeCEN and freeBMD have databases which can assist in this linkage, but they are incomplete and frustrating to use.&lt;br /&gt;
&lt;br /&gt;
If there were some kind of order to this process, ordinary web searching might be used; and we could interlink family trees more readily.&lt;br /&gt;
&lt;br /&gt;
[http://jay.askren.net/Projects/SemWeb/ RDF] and the semantic web has been used to tackle this problem, but this doesnt help people that want to publish, or search published trees until there is a real semantic web.&lt;br /&gt;
&lt;br /&gt;
What I think we need is some kind of microformat markup to add to examples like [http://jay.askren.net/Projects/SemWeb/FamilyTrees/AbrahamLincoln.html this tree of Abraham Lincoln].&lt;br /&gt;
&lt;br /&gt;
== GEDCOM ==&lt;br /&gt;
&lt;br /&gt;
GEDCOM has become pretty much the defacto standard for sharing data between geneaology systems, it is a transmission format. It is not specifically a format for geneaology, but rather a religious tool created by the Church of Jesus Christ of Latter-Day Saints who have a specific interest in family history. It is hierachical and link based, much like HTML; but it encodes family structure (which is a general graph) outside of this structural hierachy.&lt;br /&gt;
&lt;br /&gt;
* Coding the GEDCOM standard into hGEDCOM. I don't know of any projects working on this, but nominate [http://www.starkeffect.com/ged2html/3.6a/ Gene Stark's GED2HTML translator] (esp. the [http://www.starkeffect.com/ged2html/3.6a/templates.html modifiable output program]) as a suitable candidate for hGEDCOM hacking. See also [http://homepages.rootsweb.com/~pmcbride/genweb.html#gedcom Paul McBride's links] to GEDCOM standards and resources. --[mailto:bjonkman@sobac.com Bob Jonkman]&lt;br /&gt;
&lt;br /&gt;
* I'm not sure whether it makes sense to do GEDCOM as its own format, the FAM structure and the need to present different reports, suggest to me that we need some kind of post GEDCOM markup. To see how direct use of GEDCOM might pan out I hacked up this [[GEDCOM Worked example]]. To me the main issue seems to revolve around the FAM structure. I think the [http://jay.askren.net/Projects/SemWeb/ Jay Askren] approach might be better thsn the Gene Stark work as a starting point.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Had a look at some examples of what GEDCOM creates [http://en.wikipedia.org/wiki/GEDCOM#Example].  Basically, seems to be [[xfn|XFN]] relationships (siblings, spouses etc.) and [[hcard|hCard]] information (could genealogy be inferred from existing XFNs regardless of a hGED format?). The only additional information we do not currently hold in a format is that of gender. GEDCOM specifies male or female for each individual. Creating something using these formats would be quite straightforward, but not sure its takeup would be good unless someone was interested in creating a hGEDCOM2GEDCOM. -- [[user:Phae|Frances Berriman]]&lt;br /&gt;
&lt;br /&gt;
* GEDCOM is basically a set of INDIvidual records, related by FAMily nodes the family nodes contain the HUSBand, WIFE and CHILd. The INDI records are quite similar and might be replaced by hCard records, but the graph structure is a little harder to capture; families arent strict trees, so a direct mapping to XML doesnt really work. Publishing a GEDCOM database directly to the web might not be the most logical thing to do.&lt;br /&gt;
&lt;br /&gt;
* Genealogical information has date-of-death, which is also missing in hCard format (although hCard does have date-of-birth).  Much of genealogical information is event based: Date of birth, date of death, dates of marriages and divorces, and many other significant events such as religious observances (Baptisms, Bar/Bat Mitzvahs) and migrations (&amp;quot;Moved to Canada from the Netherlands&amp;quot;).  This all translates wonderfully to [[hCalendar]].  Additionally, a properly researched family tree will cite sources for all the data listed, and so could use [[citation|hCite]].  The biggest problem I see in using hCalendar is that genealogical data allows approximate dates, specifically &amp;quot;ABT 4 July 1776&amp;quot;, &amp;quot;BEF 25 Dec 1903&amp;quot;, &amp;quot;AFT 11 Nov 1918&amp;quot;. It also also allows ambiguous dates, &amp;quot;July 1867&amp;quot; or just &amp;quot;1886&amp;quot;, or even &amp;quot;4 July&amp;quot;.  And these in combination, (Approximately ambiguous dates?  Ambiguously approximate dates?), eg. &amp;quot;BEF Feb 2007&amp;quot;, &amp;quot;AFT 1945&amp;quot;.  The most ambiguous entries I've seen for dates are &amp;quot;DECEASED&amp;quot; when date-of-death is unknown, and &amp;quot;NOT MARRIED&amp;quot; for couples who have not had a wedding ceremony.  (Info from ''Guidelines for event dates'' in the PAF Help File).&lt;br /&gt;
&lt;br /&gt;
::The only relationship links in GEDCOM are HUSBand, WIFE and CHILd.  All other relationships (brother, sister, grandparents, grandchildren, uncles, aunts, nieces, nephews, cousins) can be inferred by traversing family records.  This does mean that any collection of genealogical pages need some way to cross-reference to each other.  This isn't a problem for all pages on a single Web site, which use RIN (Record Identifier) or REFN (User Reference Number).  However, different Web pages maintained by different genealogists may have conflicting RINs and REFNs. There is a globally-unique AFN (Ancestral File Number) issued by the Church of Jesus Christ of Latter-Day Saints (LDS), but I don't know how they're issued and most genealogical sites don't use them anyway.  &lt;br /&gt;
&lt;br /&gt;
::The GEDCOM format contains much other data specific to the LDS, but I don't know how widespread it is, nor how appropriate it would be to code it into a microformat intended to reach well beyond the LDS.&lt;br /&gt;
&lt;br /&gt;
::Regardless of whether an hGED microformat is developed, it would still be valuable to mark up genealogical information with microformats on Web pages for the semantic value.&lt;br /&gt;
&lt;br /&gt;
::[[User:Bob Jonkman|Bob Jonkman]] 07:58, 9 Feb 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
==Wikipedia's Persondata==&lt;br /&gt;
Wikipedia's [http://en.wikipedia.org/wiki/Wikipedia:Persondata Persondata] aligns very closely with hCard, but has additional date and place of birth &amp;amp; death fields. [[User:AndyMabbett|Andy Mabbett]] 13:04, 28 Jan 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
*GEDCOM specifications are documented on the FamilySearch website: [http://www.familysearch.org/Eng/Home/FAQ/faq_gedcom.asp]&lt;br /&gt;
** [http://www.familysearch.org/GEDCOM/GEDCOM55.EXE GEDCOM 5.5 Standard] (Executable file in Envoy format) (broken?)&lt;br /&gt;
** HTML translation [http://homepages.rootsweb.com/~pmcbride/gedcom/55gctoc.htm  GEDCOM 5.5 Standard]&lt;br /&gt;
** [http://www.familysearch.org/GEDCOM/GedXML60.pdf Draft Specification for GEDCOM XML 6.0] (PDF)&lt;br /&gt;
*Personal Ancestral File (PAF)&lt;br /&gt;
**[http://en.wikipedia.org/wiki/Personal_Ancestral_File Personal Ancestral File]&lt;br /&gt;
**[http://productsupport.familysearch.org/supportroot/eng/frameset_products.asp PAF support page]&lt;br /&gt;
**[http://en.wikipedia.org/wiki/Ancestral_File_Number Ancestral File Number]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[genealogy-brainstorming]]&lt;br /&gt;
*[[hcard|hCard]]&lt;/div&gt;</summary>
		<author><name>SeanHayes</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=genealogy-formats&amp;diff=15804</id>
		<title>genealogy-formats</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=genealogy-formats&amp;diff=15804"/>
		<updated>2007-04-19T12:19:50Z</updated>

		<summary type="html">&lt;p&gt;SeanHayes: /* In the wild */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Genealogy Formats =&lt;br /&gt;
&lt;br /&gt;
I started this page because someone (Bob Jonkman apparently) added a bunch of stuff to the [http://developers.technorati.com/wiki/MicroFormats Technorati microformats page] on genealogy, and I moved it here. -[http://tantek.com/log/ Tantek]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== In the wild ==&lt;br /&gt;
&lt;br /&gt;
see: The Dring tree [http://www.sussexbarn.com/dring/web/dring/pafg01.htm] for an interesting family tree website.&lt;br /&gt;
&lt;br /&gt;
[http://www.comp.utas.edu.au/users/rsmith/levett/wc01/wc01_045.html this family group] is pretty much a direct translation of a gedcom FAM structure, but with some names added to the links. It also includes back links to parents.&lt;br /&gt;
&lt;br /&gt;
[http://www.comp.utas.edu.au/users/rsmith/levett/ps02/ps02_361.html an individual from the same tree] This is basically an INDI record from GEDCOM.&lt;br /&gt;
&lt;br /&gt;
== problem statement ==&lt;br /&gt;
The main problem for geneaology on the web is that many people are posting their family trees, but if you were searching for your ancestors, there is no semantic in these pages which helps you link them to similar named individuals in your own tree. some sites like freeCEN and freeBMD have databases which can assist in this linkage, but they are incomplete and frustrating to use.&lt;br /&gt;
&lt;br /&gt;
If there were some kind of order to this process, ordinary web searching might be used; and we could interlink family trees more readily.&lt;br /&gt;
&lt;br /&gt;
[http://jay.askren.net/Projects/SemWeb/ RDF] and the semantic web has been used to tackle this problem, but this doesnt help people that want to publish, or search published trees until there is a real semantic web.&lt;br /&gt;
&lt;br /&gt;
What I think we need is some kind of microformat markup to add to examples like [http://jay.askren.net/Projects/SemWeb/FamilyTrees/AbrahamLincoln.html this tree of Abraham Lincoln].&lt;br /&gt;
&lt;br /&gt;
== GEDCOM ==&lt;br /&gt;
&lt;br /&gt;
GEDCOM has become pretty much the defacto standard for sharing data between geneaology systems, it is a transmission format. It is not specifically a format for geneaology, but rather a religious tool created by the Church of Jesus Christ of Latter-Day Saints who have a specific interest in family history. It is hierachical and link based, much like HTML; but it encodes family structure (which is a general graph) outside of this structural hierachy.&lt;br /&gt;
&lt;br /&gt;
* Coding the GEDCOM standard into hGEDCOM. I don't know of any projects working on this, but nominate [http://www.starkeffect.com/ged2html/3.6a/ Gene Stark's GED2HTML translator] (esp. the [http://www.starkeffect.com/ged2html/3.6a/templates.html modifiable output program]) as a suitable candidate for hGEDCOM hacking. See also [http://homepages.rootsweb.com/~pmcbride/genweb.html#gedcom Paul McBride's links] to GEDCOM standards and resources. --[mailto:bjonkman@sobac.com Bob Jonkman]&lt;br /&gt;
&lt;br /&gt;
* I'm not sure whether it makes sense to do GEDCOM as its own format, or as an extention of some kind to [[hcard|hCard]], I'm working out some ideas in this [[GEDCOM Worked example]]. This is very sketchy right now, but I'm working it out in real time.-[[User:SeanHayes|SeanHayes]] it might go away at any time. The issue seems to revolve around the FAM structure.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Had a look at some examples of what GEDCOM creates [http://en.wikipedia.org/wiki/GEDCOM#Example].  Basically, seems to be [[xfn|XFN]] relationships (siblings, spouses etc.) and [[hcard|hCard]] information (could genealogy be inferred from existing XFNs regardless of a hGED format?). The only additional information we do not currently hold in a format is that of gender. GEDCOM specifies male or female for each individual. Creating something using these formats would be quite straightforward, but not sure its takeup would be good unless someone was interested in creating a hGEDCOM2GEDCOM. -- [[user:Phae|Frances Berriman]]&lt;br /&gt;
&lt;br /&gt;
* GEDCOM is basically a set of INDIvidual records, related by FAMily nodes the family nodes contain the HUSBand, WIFE and CHILd. The INDI records are quite similar and might be replaced by hCard records, but the graph structure is a little harder to capture; families arent strict trees, so a direct mapping to XML doesnt really work. Publishing a GEDCOM database directly to the web might not be the most logical thing to do.&lt;br /&gt;
&lt;br /&gt;
* Genealogical information has date-of-death, which is also missing in hCard format (although hCard does have date-of-birth).  Much of genealogical information is event based: Date of birth, date of death, dates of marriages and divorces, and many other significant events such as religious observances (Baptisms, Bar/Bat Mitzvahs) and migrations (&amp;quot;Moved to Canada from the Netherlands&amp;quot;).  This all translates wonderfully to [[hCalendar]].  Additionally, a properly researched family tree will cite sources for all the data listed, and so could use [[citation|hCite]].  The biggest problem I see in using hCalendar is that genealogical data allows approximate dates, specifically &amp;quot;ABT 4 July 1776&amp;quot;, &amp;quot;BEF 25 Dec 1903&amp;quot;, &amp;quot;AFT 11 Nov 1918&amp;quot;. It also also allows ambiguous dates, &amp;quot;July 1867&amp;quot; or just &amp;quot;1886&amp;quot;, or even &amp;quot;4 July&amp;quot;.  And these in combination, (Approximately ambiguous dates?  Ambiguously approximate dates?), eg. &amp;quot;BEF Feb 2007&amp;quot;, &amp;quot;AFT 1945&amp;quot;.  The most ambiguous entries I've seen for dates are &amp;quot;DECEASED&amp;quot; when date-of-death is unknown, and &amp;quot;NOT MARRIED&amp;quot; for couples who have not had a wedding ceremony.  (Info from ''Guidelines for event dates'' in the PAF Help File).&lt;br /&gt;
&lt;br /&gt;
::The only relationship links in GEDCOM are HUSBand, WIFE and CHILd.  All other relationships (brother, sister, grandparents, grandchildren, uncles, aunts, nieces, nephews, cousins) can be inferred by traversing family records.  This does mean that any collection of genealogical pages need some way to cross-reference to each other.  This isn't a problem for all pages on a single Web site, which use RIN (Record Identifier) or REFN (User Reference Number).  However, different Web pages maintained by different genealogists may have conflicting RINs and REFNs. There is a globally-unique AFN (Ancestral File Number) issued by the Church of Jesus Christ of Latter-Day Saints (LDS), but I don't know how they're issued and most genealogical sites don't use them anyway.  &lt;br /&gt;
&lt;br /&gt;
::The GEDCOM format contains much other data specific to the LDS, but I don't know how widespread it is, nor how appropriate it would be to code it into a microformat intended to reach well beyond the LDS.&lt;br /&gt;
&lt;br /&gt;
::Regardless of whether an hGED microformat is developed, it would still be valuable to mark up genealogical information with microformats on Web pages for the semantic value.&lt;br /&gt;
&lt;br /&gt;
::[[User:Bob Jonkman|Bob Jonkman]] 07:58, 9 Feb 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
==Wikipedia's Persondata==&lt;br /&gt;
Wikipedia's [http://en.wikipedia.org/wiki/Wikipedia:Persondata Persondata] aligns very closely with hCard, but has additional date and place of birth &amp;amp; death fields. [[User:AndyMabbett|Andy Mabbett]] 13:04, 28 Jan 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
*GEDCOM specifications are documented on the FamilySearch website: [http://www.familysearch.org/Eng/Home/FAQ/faq_gedcom.asp]&lt;br /&gt;
** [http://www.familysearch.org/GEDCOM/GEDCOM55.EXE GEDCOM 5.5 Standard] (Executable file in Envoy format) (broken?)&lt;br /&gt;
** HTML translation [http://homepages.rootsweb.com/~pmcbride/gedcom/55gctoc.htm  GEDCOM 5.5 Standard]&lt;br /&gt;
** [http://www.familysearch.org/GEDCOM/GedXML60.pdf Draft Specification for GEDCOM XML 6.0] (PDF)&lt;br /&gt;
*Personal Ancestral File (PAF)&lt;br /&gt;
**[http://en.wikipedia.org/wiki/Personal_Ancestral_File Personal Ancestral File]&lt;br /&gt;
**[http://productsupport.familysearch.org/supportroot/eng/frameset_products.asp PAF support page]&lt;br /&gt;
**[http://en.wikipedia.org/wiki/Ancestral_File_Number Ancestral File Number]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[genealogy-brainstorming]]&lt;br /&gt;
*[[hcard|hCard]]&lt;/div&gt;</summary>
		<author><name>SeanHayes</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=genealogy-formats&amp;diff=15803</id>
		<title>genealogy-formats</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=genealogy-formats&amp;diff=15803"/>
		<updated>2007-04-19T12:18:32Z</updated>

		<summary type="html">&lt;p&gt;SeanHayes: /* problem statement */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Genealogy Formats =&lt;br /&gt;
&lt;br /&gt;
I started this page because someone (Bob Jonkman apparently) added a bunch of stuff to the [http://developers.technorati.com/wiki/MicroFormats Technorati microformats page] on genealogy, and I moved it here. -[http://tantek.com/log/ Tantek]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== In the wild ==&lt;br /&gt;
&lt;br /&gt;
see: The Dring tree [http://www.sussexbarn.com/dring/web/dring/pafg01.htm] for an interesting family tree website.&lt;br /&gt;
&lt;br /&gt;
[http://www.comp.utas.edu.au/users/rsmith/levett/wc01/wc01_045.html] this is pretty much a direct translation of a gedcom FAM structure, but with some names added to the links. It also includes back links to parents.&lt;br /&gt;
&lt;br /&gt;
[http://www.comp.utas.edu.au/users/rsmith/levett/ps02/ps02_361.html an individual from the same tree] This is basically an INDI record from GEDCOM.&lt;br /&gt;
&lt;br /&gt;
== problem statement ==&lt;br /&gt;
The main problem for geneaology on the web is that many people are posting their family trees, but if you were searching for your ancestors, there is no semantic in these pages which helps you link them to similar named individuals in your own tree. some sites like freeCEN and freeBMD have databases which can assist in this linkage, but they are incomplete and frustrating to use.&lt;br /&gt;
&lt;br /&gt;
If there were some kind of order to this process, ordinary web searching might be used; and we could interlink family trees more readily.&lt;br /&gt;
&lt;br /&gt;
[http://jay.askren.net/Projects/SemWeb/ RDF] and the semantic web has been used to tackle this problem, but this doesnt help people that want to publish, or search published trees until there is a real semantic web.&lt;br /&gt;
&lt;br /&gt;
What I think we need is some kind of microformat markup to add to examples like [http://jay.askren.net/Projects/SemWeb/FamilyTrees/AbrahamLincoln.html this tree of Abraham Lincoln].&lt;br /&gt;
&lt;br /&gt;
== GEDCOM ==&lt;br /&gt;
&lt;br /&gt;
GEDCOM has become pretty much the defacto standard for sharing data between geneaology systems, it is a transmission format. It is not specifically a format for geneaology, but rather a religious tool created by the Church of Jesus Christ of Latter-Day Saints who have a specific interest in family history. It is hierachical and link based, much like HTML; but it encodes family structure (which is a general graph) outside of this structural hierachy.&lt;br /&gt;
&lt;br /&gt;
* Coding the GEDCOM standard into hGEDCOM. I don't know of any projects working on this, but nominate [http://www.starkeffect.com/ged2html/3.6a/ Gene Stark's GED2HTML translator] (esp. the [http://www.starkeffect.com/ged2html/3.6a/templates.html modifiable output program]) as a suitable candidate for hGEDCOM hacking. See also [http://homepages.rootsweb.com/~pmcbride/genweb.html#gedcom Paul McBride's links] to GEDCOM standards and resources. --[mailto:bjonkman@sobac.com Bob Jonkman]&lt;br /&gt;
&lt;br /&gt;
* I'm not sure whether it makes sense to do GEDCOM as its own format, or as an extention of some kind to [[hcard|hCard]], I'm working out some ideas in this [[GEDCOM Worked example]]. This is very sketchy right now, but I'm working it out in real time.-[[User:SeanHayes|SeanHayes]] it might go away at any time. The issue seems to revolve around the FAM structure.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Had a look at some examples of what GEDCOM creates [http://en.wikipedia.org/wiki/GEDCOM#Example].  Basically, seems to be [[xfn|XFN]] relationships (siblings, spouses etc.) and [[hcard|hCard]] information (could genealogy be inferred from existing XFNs regardless of a hGED format?). The only additional information we do not currently hold in a format is that of gender. GEDCOM specifies male or female for each individual. Creating something using these formats would be quite straightforward, but not sure its takeup would be good unless someone was interested in creating a hGEDCOM2GEDCOM. -- [[user:Phae|Frances Berriman]]&lt;br /&gt;
&lt;br /&gt;
* GEDCOM is basically a set of INDIvidual records, related by FAMily nodes the family nodes contain the HUSBand, WIFE and CHILd. The INDI records are quite similar and might be replaced by hCard records, but the graph structure is a little harder to capture; families arent strict trees, so a direct mapping to XML doesnt really work. Publishing a GEDCOM database directly to the web might not be the most logical thing to do.&lt;br /&gt;
&lt;br /&gt;
* Genealogical information has date-of-death, which is also missing in hCard format (although hCard does have date-of-birth).  Much of genealogical information is event based: Date of birth, date of death, dates of marriages and divorces, and many other significant events such as religious observances (Baptisms, Bar/Bat Mitzvahs) and migrations (&amp;quot;Moved to Canada from the Netherlands&amp;quot;).  This all translates wonderfully to [[hCalendar]].  Additionally, a properly researched family tree will cite sources for all the data listed, and so could use [[citation|hCite]].  The biggest problem I see in using hCalendar is that genealogical data allows approximate dates, specifically &amp;quot;ABT 4 July 1776&amp;quot;, &amp;quot;BEF 25 Dec 1903&amp;quot;, &amp;quot;AFT 11 Nov 1918&amp;quot;. It also also allows ambiguous dates, &amp;quot;July 1867&amp;quot; or just &amp;quot;1886&amp;quot;, or even &amp;quot;4 July&amp;quot;.  And these in combination, (Approximately ambiguous dates?  Ambiguously approximate dates?), eg. &amp;quot;BEF Feb 2007&amp;quot;, &amp;quot;AFT 1945&amp;quot;.  The most ambiguous entries I've seen for dates are &amp;quot;DECEASED&amp;quot; when date-of-death is unknown, and &amp;quot;NOT MARRIED&amp;quot; for couples who have not had a wedding ceremony.  (Info from ''Guidelines for event dates'' in the PAF Help File).&lt;br /&gt;
&lt;br /&gt;
::The only relationship links in GEDCOM are HUSBand, WIFE and CHILd.  All other relationships (brother, sister, grandparents, grandchildren, uncles, aunts, nieces, nephews, cousins) can be inferred by traversing family records.  This does mean that any collection of genealogical pages need some way to cross-reference to each other.  This isn't a problem for all pages on a single Web site, which use RIN (Record Identifier) or REFN (User Reference Number).  However, different Web pages maintained by different genealogists may have conflicting RINs and REFNs. There is a globally-unique AFN (Ancestral File Number) issued by the Church of Jesus Christ of Latter-Day Saints (LDS), but I don't know how they're issued and most genealogical sites don't use them anyway.  &lt;br /&gt;
&lt;br /&gt;
::The GEDCOM format contains much other data specific to the LDS, but I don't know how widespread it is, nor how appropriate it would be to code it into a microformat intended to reach well beyond the LDS.&lt;br /&gt;
&lt;br /&gt;
::Regardless of whether an hGED microformat is developed, it would still be valuable to mark up genealogical information with microformats on Web pages for the semantic value.&lt;br /&gt;
&lt;br /&gt;
::[[User:Bob Jonkman|Bob Jonkman]] 07:58, 9 Feb 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
==Wikipedia's Persondata==&lt;br /&gt;
Wikipedia's [http://en.wikipedia.org/wiki/Wikipedia:Persondata Persondata] aligns very closely with hCard, but has additional date and place of birth &amp;amp; death fields. [[User:AndyMabbett|Andy Mabbett]] 13:04, 28 Jan 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
*GEDCOM specifications are documented on the FamilySearch website: [http://www.familysearch.org/Eng/Home/FAQ/faq_gedcom.asp]&lt;br /&gt;
** [http://www.familysearch.org/GEDCOM/GEDCOM55.EXE GEDCOM 5.5 Standard] (Executable file in Envoy format) (broken?)&lt;br /&gt;
** HTML translation [http://homepages.rootsweb.com/~pmcbride/gedcom/55gctoc.htm  GEDCOM 5.5 Standard]&lt;br /&gt;
** [http://www.familysearch.org/GEDCOM/GedXML60.pdf Draft Specification for GEDCOM XML 6.0] (PDF)&lt;br /&gt;
*Personal Ancestral File (PAF)&lt;br /&gt;
**[http://en.wikipedia.org/wiki/Personal_Ancestral_File Personal Ancestral File]&lt;br /&gt;
**[http://productsupport.familysearch.org/supportroot/eng/frameset_products.asp PAF support page]&lt;br /&gt;
**[http://en.wikipedia.org/wiki/Ancestral_File_Number Ancestral File Number]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[genealogy-brainstorming]]&lt;br /&gt;
*[[hcard|hCard]]&lt;/div&gt;</summary>
		<author><name>SeanHayes</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=genealogy-formats&amp;diff=15802</id>
		<title>genealogy-formats</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=genealogy-formats&amp;diff=15802"/>
		<updated>2007-04-19T12:15:34Z</updated>

		<summary type="html">&lt;p&gt;SeanHayes: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Genealogy Formats =&lt;br /&gt;
&lt;br /&gt;
I started this page because someone (Bob Jonkman apparently) added a bunch of stuff to the [http://developers.technorati.com/wiki/MicroFormats Technorati microformats page] on genealogy, and I moved it here. -[http://tantek.com/log/ Tantek]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== In the wild ==&lt;br /&gt;
&lt;br /&gt;
see: The Dring tree [http://www.sussexbarn.com/dring/web/dring/pafg01.htm] for an interesting family tree website.&lt;br /&gt;
&lt;br /&gt;
[http://www.comp.utas.edu.au/users/rsmith/levett/wc01/wc01_045.html] this is pretty much a direct translation of a gedcom FAM structure, but with some names added to the links. It also includes back links to parents.&lt;br /&gt;
&lt;br /&gt;
[http://www.comp.utas.edu.au/users/rsmith/levett/ps02/ps02_361.html an individual from the same tree] This is basically an INDI record from GEDCOM.&lt;br /&gt;
&lt;br /&gt;
== problem statement ==&lt;br /&gt;
The main problem for geneaology on the web is that many people are posting their family trees, but if you were searching for your ancestors, there is no semantic in these pages which helps you link them to similar named individuals in your own tree. some sites like freeCEN and freeBMD have databases which can assist in this linkage, but they are incomplete and frustrating to use.&lt;br /&gt;
&lt;br /&gt;
If there were some kind of order to this process, ordinary web searching might be used; and we could interlink family trees more readily.&lt;br /&gt;
&lt;br /&gt;
[http://jay.askren.net/Projects/SemWeb/ RDF] and the semantic web has been used to tackle this problem, but this doesnt help people that want to publish, or search published trees until there is a real semantic web.&lt;br /&gt;
&lt;br /&gt;
== GEDCOM ==&lt;br /&gt;
&lt;br /&gt;
GEDCOM has become pretty much the defacto standard for sharing data between geneaology systems, it is a transmission format. It is not specifically a format for geneaology, but rather a religious tool created by the Church of Jesus Christ of Latter-Day Saints who have a specific interest in family history. It is hierachical and link based, much like HTML; but it encodes family structure (which is a general graph) outside of this structural hierachy.&lt;br /&gt;
&lt;br /&gt;
* Coding the GEDCOM standard into hGEDCOM. I don't know of any projects working on this, but nominate [http://www.starkeffect.com/ged2html/3.6a/ Gene Stark's GED2HTML translator] (esp. the [http://www.starkeffect.com/ged2html/3.6a/templates.html modifiable output program]) as a suitable candidate for hGEDCOM hacking. See also [http://homepages.rootsweb.com/~pmcbride/genweb.html#gedcom Paul McBride's links] to GEDCOM standards and resources. --[mailto:bjonkman@sobac.com Bob Jonkman]&lt;br /&gt;
&lt;br /&gt;
* I'm not sure whether it makes sense to do GEDCOM as its own format, or as an extention of some kind to [[hcard|hCard]], I'm working out some ideas in this [[GEDCOM Worked example]]. This is very sketchy right now, but I'm working it out in real time.-[[User:SeanHayes|SeanHayes]] it might go away at any time. The issue seems to revolve around the FAM structure.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Had a look at some examples of what GEDCOM creates [http://en.wikipedia.org/wiki/GEDCOM#Example].  Basically, seems to be [[xfn|XFN]] relationships (siblings, spouses etc.) and [[hcard|hCard]] information (could genealogy be inferred from existing XFNs regardless of a hGED format?). The only additional information we do not currently hold in a format is that of gender. GEDCOM specifies male or female for each individual. Creating something using these formats would be quite straightforward, but not sure its takeup would be good unless someone was interested in creating a hGEDCOM2GEDCOM. -- [[user:Phae|Frances Berriman]]&lt;br /&gt;
&lt;br /&gt;
* GEDCOM is basically a set of INDIvidual records, related by FAMily nodes the family nodes contain the HUSBand, WIFE and CHILd. The INDI records are quite similar and might be replaced by hCard records, but the graph structure is a little harder to capture; families arent strict trees, so a direct mapping to XML doesnt really work. Publishing a GEDCOM database directly to the web might not be the most logical thing to do.&lt;br /&gt;
&lt;br /&gt;
* Genealogical information has date-of-death, which is also missing in hCard format (although hCard does have date-of-birth).  Much of genealogical information is event based: Date of birth, date of death, dates of marriages and divorces, and many other significant events such as religious observances (Baptisms, Bar/Bat Mitzvahs) and migrations (&amp;quot;Moved to Canada from the Netherlands&amp;quot;).  This all translates wonderfully to [[hCalendar]].  Additionally, a properly researched family tree will cite sources for all the data listed, and so could use [[citation|hCite]].  The biggest problem I see in using hCalendar is that genealogical data allows approximate dates, specifically &amp;quot;ABT 4 July 1776&amp;quot;, &amp;quot;BEF 25 Dec 1903&amp;quot;, &amp;quot;AFT 11 Nov 1918&amp;quot;. It also also allows ambiguous dates, &amp;quot;July 1867&amp;quot; or just &amp;quot;1886&amp;quot;, or even &amp;quot;4 July&amp;quot;.  And these in combination, (Approximately ambiguous dates?  Ambiguously approximate dates?), eg. &amp;quot;BEF Feb 2007&amp;quot;, &amp;quot;AFT 1945&amp;quot;.  The most ambiguous entries I've seen for dates are &amp;quot;DECEASED&amp;quot; when date-of-death is unknown, and &amp;quot;NOT MARRIED&amp;quot; for couples who have not had a wedding ceremony.  (Info from ''Guidelines for event dates'' in the PAF Help File).&lt;br /&gt;
&lt;br /&gt;
::The only relationship links in GEDCOM are HUSBand, WIFE and CHILd.  All other relationships (brother, sister, grandparents, grandchildren, uncles, aunts, nieces, nephews, cousins) can be inferred by traversing family records.  This does mean that any collection of genealogical pages need some way to cross-reference to each other.  This isn't a problem for all pages on a single Web site, which use RIN (Record Identifier) or REFN (User Reference Number).  However, different Web pages maintained by different genealogists may have conflicting RINs and REFNs. There is a globally-unique AFN (Ancestral File Number) issued by the Church of Jesus Christ of Latter-Day Saints (LDS), but I don't know how they're issued and most genealogical sites don't use them anyway.  &lt;br /&gt;
&lt;br /&gt;
::The GEDCOM format contains much other data specific to the LDS, but I don't know how widespread it is, nor how appropriate it would be to code it into a microformat intended to reach well beyond the LDS.&lt;br /&gt;
&lt;br /&gt;
::Regardless of whether an hGED microformat is developed, it would still be valuable to mark up genealogical information with microformats on Web pages for the semantic value.&lt;br /&gt;
&lt;br /&gt;
::[[User:Bob Jonkman|Bob Jonkman]] 07:58, 9 Feb 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
==Wikipedia's Persondata==&lt;br /&gt;
Wikipedia's [http://en.wikipedia.org/wiki/Wikipedia:Persondata Persondata] aligns very closely with hCard, but has additional date and place of birth &amp;amp; death fields. [[User:AndyMabbett|Andy Mabbett]] 13:04, 28 Jan 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
*GEDCOM specifications are documented on the FamilySearch website: [http://www.familysearch.org/Eng/Home/FAQ/faq_gedcom.asp]&lt;br /&gt;
** [http://www.familysearch.org/GEDCOM/GEDCOM55.EXE GEDCOM 5.5 Standard] (Executable file in Envoy format) (broken?)&lt;br /&gt;
** HTML translation [http://homepages.rootsweb.com/~pmcbride/gedcom/55gctoc.htm  GEDCOM 5.5 Standard]&lt;br /&gt;
** [http://www.familysearch.org/GEDCOM/GedXML60.pdf Draft Specification for GEDCOM XML 6.0] (PDF)&lt;br /&gt;
*Personal Ancestral File (PAF)&lt;br /&gt;
**[http://en.wikipedia.org/wiki/Personal_Ancestral_File Personal Ancestral File]&lt;br /&gt;
**[http://productsupport.familysearch.org/supportroot/eng/frameset_products.asp PAF support page]&lt;br /&gt;
**[http://en.wikipedia.org/wiki/Ancestral_File_Number Ancestral File Number]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[genealogy-brainstorming]]&lt;br /&gt;
*[[hcard|hCard]]&lt;/div&gt;</summary>
		<author><name>SeanHayes</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=genealogy-formats&amp;diff=15801</id>
		<title>genealogy-formats</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=genealogy-formats&amp;diff=15801"/>
		<updated>2007-04-19T11:52:41Z</updated>

		<summary type="html">&lt;p&gt;SeanHayes: /* GEDCOM */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Genealogy Formats =&lt;br /&gt;
&lt;br /&gt;
I started this page because someone (Bob Jonkman apparently) added a bunch of stuff to the [http://developers.technorati.com/wiki/MicroFormats Technorati microformats page] on genealogy, and I moved it here. -[http://tantek.com/log/ Tantek]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== In the wild ==&lt;br /&gt;
&lt;br /&gt;
see: The Dring tree [http://www.sussexbarn.com/dring/web/dring/pafg01.htm] for an interesting family tree website.&lt;br /&gt;
&lt;br /&gt;
[http://www.comp.utas.edu.au/users/rsmith/levett/wc01/wc01_045.html] this is pretty much a direct translation of a gedcom FAM structure, but with some names added to the links. It also includes back links to parents.&lt;br /&gt;
&lt;br /&gt;
[http://www.comp.utas.edu.au/users/rsmith/levett/ps02/ps02_361.html an individual from the same tree] This is basically an INDI record from GEDCOM.&lt;br /&gt;
&lt;br /&gt;
== problem statement ==&lt;br /&gt;
The main problem for geneaology on the web is that many people are posting their family trees, but if you were searching for your ancestors, there is no semantic in these pages which helps you link them to similar named individuals in your own tree. some sites like freeCEN and freeBMD have databases which can assist in this linkage, but they are incomplete and frustrating to use.&lt;br /&gt;
&lt;br /&gt;
If there were some kind of order to this process, ordinary web searching might be used; and we could interlink family trees more readily.&lt;br /&gt;
&lt;br /&gt;
== GEDCOM ==&lt;br /&gt;
&lt;br /&gt;
GEDCOM has become pretty much the defacto standard for sharing data between geneaology systems, it is a transmission format. It is not specifically a format for geneaology, but rather a religious tool created by the Church of Jesus Christ of Latter-Day Saints who have a specific interest in family history. It is hierachical and link based, much like HTML; but it encodes family structure (which is a general graph) outside of this structural hierachy.&lt;br /&gt;
&lt;br /&gt;
* Coding the GEDCOM standard into hGEDCOM. I don't know of any projects working on this, but nominate [http://www.starkeffect.com/ged2html/3.6a/ Gene Stark's GED2HTML translator] (esp. the [http://www.starkeffect.com/ged2html/3.6a/templates.html modifiable output program]) as a suitable candidate for hGEDCOM hacking. See also [http://homepages.rootsweb.com/~pmcbride/genweb.html#gedcom Paul McBride's links] to GEDCOM standards and resources. --[mailto:bjonkman@sobac.com Bob Jonkman]&lt;br /&gt;
&lt;br /&gt;
* I'm not sure whether it makes sense to do GEDCOM as its own format, or as an extention of some kind to [[hcard|hCard]], I'm working out some ideas in this [[GEDCOM Worked example]]. This is very sketchy right now, but I'm working it out in real time.-[[User:SeanHayes|SeanHayes]] it might go away at any time. The issue seems to revolve around the FAM structure.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Had a look at some examples of what GEDCOM creates [http://en.wikipedia.org/wiki/GEDCOM#Example].  Basically, seems to be [[xfn|XFN]] relationships (siblings, spouses etc.) and [[hcard|hCard]] information (could genealogy be inferred from existing XFNs regardless of a hGED format?). The only additional information we do not currently hold in a format is that of gender. GEDCOM specifies male or female for each individual. Creating something using these formats would be quite straightforward, but not sure its takeup would be good unless someone was interested in creating a hGEDCOM2GEDCOM. -- [[user:Phae|Frances Berriman]]&lt;br /&gt;
&lt;br /&gt;
* GEDCOM is basically a set of INDIvidual records, related by FAMily nodes the family nodes contain the HUSBand, WIFE and CHILd. The INDI records are quite similar and might be replaced by hCard records, but the graph structure is a little harder to capture; families arent strict trees, so a direct mapping to XML doesnt really work. Publishing a GEDCOM database directly to the web might not be the most logical thing to do.&lt;br /&gt;
&lt;br /&gt;
* Genealogical information has date-of-death, which is also missing in hCard format (although hCard does have date-of-birth).  Much of genealogical information is event based: Date of birth, date of death, dates of marriages and divorces, and many other significant events such as religious observances (Baptisms, Bar/Bat Mitzvahs) and migrations (&amp;quot;Moved to Canada from the Netherlands&amp;quot;).  This all translates wonderfully to [[hCalendar]].  Additionally, a properly researched family tree will cite sources for all the data listed, and so could use [[citation|hCite]].  The biggest problem I see in using hCalendar is that genealogical data allows approximate dates, specifically &amp;quot;ABT 4 July 1776&amp;quot;, &amp;quot;BEF 25 Dec 1903&amp;quot;, &amp;quot;AFT 11 Nov 1918&amp;quot;. It also also allows ambiguous dates, &amp;quot;July 1867&amp;quot; or just &amp;quot;1886&amp;quot;, or even &amp;quot;4 July&amp;quot;.  And these in combination, (Approximately ambiguous dates?  Ambiguously approximate dates?), eg. &amp;quot;BEF Feb 2007&amp;quot;, &amp;quot;AFT 1945&amp;quot;.  The most ambiguous entries I've seen for dates are &amp;quot;DECEASED&amp;quot; when date-of-death is unknown, and &amp;quot;NOT MARRIED&amp;quot; for couples who have not had a wedding ceremony.  (Info from ''Guidelines for event dates'' in the PAF Help File).&lt;br /&gt;
&lt;br /&gt;
::The only relationship links in GEDCOM are HUSBand, WIFE and CHILd.  All other relationships (brother, sister, grandparents, grandchildren, uncles, aunts, nieces, nephews, cousins) can be inferred by traversing family records.  This does mean that any collection of genealogical pages need some way to cross-reference to each other.  This isn't a problem for all pages on a single Web site, which use RIN (Record Identifier) or REFN (User Reference Number).  However, different Web pages maintained by different genealogists may have conflicting RINs and REFNs. There is a globally-unique AFN (Ancestral File Number) issued by the Church of Jesus Christ of Latter-Day Saints (LDS), but I don't know how they're issued and most genealogical sites don't use them anyway.  &lt;br /&gt;
&lt;br /&gt;
::The GEDCOM format contains much other data specific to the LDS, but I don't know how widespread it is, nor how appropriate it would be to code it into a microformat intended to reach well beyond the LDS.&lt;br /&gt;
&lt;br /&gt;
::Regardless of whether an hGED microformat is developed, it would still be valuable to mark up genealogical information with microformats on Web pages for the semantic value.&lt;br /&gt;
&lt;br /&gt;
::[[User:Bob Jonkman|Bob Jonkman]] 07:58, 9 Feb 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
==Wikipedia's Persondata==&lt;br /&gt;
Wikipedia's [http://en.wikipedia.org/wiki/Wikipedia:Persondata Persondata] aligns very closely with hCard, but has additional date and place of birth &amp;amp; death fields. [[User:AndyMabbett|Andy Mabbett]] 13:04, 28 Jan 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
*GEDCOM specifications are documented on the FamilySearch website: [http://www.familysearch.org/Eng/Home/FAQ/faq_gedcom.asp]&lt;br /&gt;
** [http://www.familysearch.org/GEDCOM/GEDCOM55.EXE GEDCOM 5.5 Standard] (Executable file in Envoy format) (broken?)&lt;br /&gt;
** HTML translation [http://homepages.rootsweb.com/~pmcbride/gedcom/55gctoc.htm  GEDCOM 5.5 Standard]&lt;br /&gt;
** [http://www.familysearch.org/GEDCOM/GedXML60.pdf Draft Specification for GEDCOM XML 6.0] (PDF)&lt;br /&gt;
*Personal Ancestral File (PAF)&lt;br /&gt;
**[http://en.wikipedia.org/wiki/Personal_Ancestral_File Personal Ancestral File]&lt;br /&gt;
**[http://productsupport.familysearch.org/supportroot/eng/frameset_products.asp PAF support page]&lt;br /&gt;
**[http://en.wikipedia.org/wiki/Ancestral_File_Number Ancestral File Number]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[genealogy-brainstorming]]&lt;br /&gt;
*[[hcard|hCard]]&lt;/div&gt;</summary>
		<author><name>SeanHayes</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=genealogy-formats&amp;diff=15800</id>
		<title>genealogy-formats</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=genealogy-formats&amp;diff=15800"/>
		<updated>2007-04-19T11:46:41Z</updated>

		<summary type="html">&lt;p&gt;SeanHayes: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Genealogy Formats =&lt;br /&gt;
&lt;br /&gt;
I started this page because someone (Bob Jonkman apparently) added a bunch of stuff to the [http://developers.technorati.com/wiki/MicroFormats Technorati microformats page] on genealogy, and I moved it here. -[http://tantek.com/log/ Tantek]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== In the wild ==&lt;br /&gt;
&lt;br /&gt;
see: The Dring tree [http://www.sussexbarn.com/dring/web/dring/pafg01.htm] for an interesting family tree website.&lt;br /&gt;
&lt;br /&gt;
[http://www.comp.utas.edu.au/users/rsmith/levett/wc01/wc01_045.html] this is pretty much a direct translation of a gedcom FAM structure, but with some names added to the links. It also includes back links to parents.&lt;br /&gt;
&lt;br /&gt;
[http://www.comp.utas.edu.au/users/rsmith/levett/ps02/ps02_361.html an individual from the same tree] This is basically an INDI record from GEDCOM.&lt;br /&gt;
&lt;br /&gt;
== problem statement ==&lt;br /&gt;
The main problem for geneaology on the web is that many people are posting their family trees, but if you were searching for your ancestors, there is no semantic in these pages which helps you link them to similar named individuals in your own tree. some sites like freeCEN and freeBMD have databases which can assist in this linkage, but they are incomplete and frustrating to use.&lt;br /&gt;
&lt;br /&gt;
If there were some kind of order to this process, ordinary web searching might be used; and we could interlink family trees more readily.&lt;br /&gt;
&lt;br /&gt;
== GEDCOM ==&lt;br /&gt;
&lt;br /&gt;
* Coding the GEDCOM standard into hGEDCOM. I don't know of any projects working on this, but nominate [http://www.starkeffect.com/ged2html/3.6a/ Gene Stark's GED2HTML translator] (esp. the [http://www.starkeffect.com/ged2html/3.6a/templates.html modifiable output program]) as a suitable candidate for hGEDCOM hacking. See also [http://homepages.rootsweb.com/~pmcbride/genweb.html#gedcom Paul McBride's links] to GEDCOM standards and resources. --[mailto:bjonkman@sobac.com Bob Jonkman]&lt;br /&gt;
&lt;br /&gt;
* I'm not sure whether it makes sense to do GEDCOM as its own format, or as an extention of some kind to [[hcard|hCard]], I'm working out some ideas in this [[GEDCOM Worked example]]. This is very sketchy right now, but I'm working it out in real time.-[[User:SeanHayes|SeanHayes]] it might go away at any time. The issue seems to revolve around the FAM structure.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Had a look at some examples of what GEDCOM creates [http://en.wikipedia.org/wiki/GEDCOM#Example].  Basically, seems to be [[xfn|XFN]] relationships (siblings, spouses etc.) and [[hcard|hCard]] information (could genealogy be inferred from existing XFNs regardless of a hGED format?). The only additional information we do not currently hold in a format is that of gender. GEDCOM specifies male or female for each individual. Creating something using these formats would be quite straightforward, but not sure its takeup would be good unless someone was interested in creating a hGEDCOM2GEDCOM. -- [[user:Phae|Frances Berriman]]&lt;br /&gt;
&lt;br /&gt;
* GEDCOM is basically a set of INDIvidual records, related by FAMily nodes the family nodes contain the HUSBand, WIFE and CHILd. The INDI records are quite similar and might be replaced by hCard records, but the graph structure is a little harder to capture; families arent strict trees, so a direct mapping to XML doesnt really work. Publishing a GEDCOM database directly to the web might not be the most logical thing to do.&lt;br /&gt;
&lt;br /&gt;
* Genealogical information has date-of-death, which is also missing in hCard format (although hCard does have date-of-birth).  Much of genealogical information is event based: Date of birth, date of death, dates of marriages and divorces, and many other significant events such as religious observances (Baptisms, Bar/Bat Mitzvahs) and migrations (&amp;quot;Moved to Canada from the Netherlands&amp;quot;).  This all translates wonderfully to [[hCalendar]].  Additionally, a properly researched family tree will cite sources for all the data listed, and so could use [[citation|hCite]].  The biggest problem I see in using hCalendar is that genealogical data allows approximate dates, specifically &amp;quot;ABT 4 July 1776&amp;quot;, &amp;quot;BEF 25 Dec 1903&amp;quot;, &amp;quot;AFT 11 Nov 1918&amp;quot;. It also also allows ambiguous dates, &amp;quot;July 1867&amp;quot; or just &amp;quot;1886&amp;quot;, or even &amp;quot;4 July&amp;quot;.  And these in combination, (Approximately ambiguous dates?  Ambiguously approximate dates?), eg. &amp;quot;BEF Feb 2007&amp;quot;, &amp;quot;AFT 1945&amp;quot;.  The most ambiguous entries I've seen for dates are &amp;quot;DECEASED&amp;quot; when date-of-death is unknown, and &amp;quot;NOT MARRIED&amp;quot; for couples who have not had a wedding ceremony.  (Info from ''Guidelines for event dates'' in the PAF Help File).&lt;br /&gt;
&lt;br /&gt;
::The only relationship links in GEDCOM are HUSBand, WIFE and CHILd.  All other relationships (brother, sister, grandparents, grandchildren, uncles, aunts, nieces, nephews, cousins) can be inferred by traversing family records.  This does mean that any collection of genealogical pages need some way to cross-reference to each other.  This isn't a problem for all pages on a single Web site, which use RIN (Record Identifier) or REFN (User Reference Number).  However, different Web pages maintained by different genealogists may have conflicting RINs and REFNs. There is a globally-unique AFN (Ancestral File Number) issued by the Church of Jesus Christ of Latter-Day Saints (LDS), but I don't know how they're issued and most genealogical sites don't use them anyway.  &lt;br /&gt;
&lt;br /&gt;
::The GEDCOM format contains much other data specific to the LDS, but I don't know how widespread it is, nor how appropriate it would be to code it into a microformat intended to reach well beyond the LDS.&lt;br /&gt;
&lt;br /&gt;
::Regardless of whether an hGED microformat is developed, it would still be valuable to mark up genealogical information with microformats on Web pages for the semantic value.&lt;br /&gt;
&lt;br /&gt;
::[[User:Bob Jonkman|Bob Jonkman]] 07:58, 9 Feb 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
==Wikipedia's Persondata==&lt;br /&gt;
Wikipedia's [http://en.wikipedia.org/wiki/Wikipedia:Persondata Persondata] aligns very closely with hCard, but has additional date and place of birth &amp;amp; death fields. [[User:AndyMabbett|Andy Mabbett]] 13:04, 28 Jan 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
*GEDCOM specifications are documented on the FamilySearch website: [http://www.familysearch.org/Eng/Home/FAQ/faq_gedcom.asp]&lt;br /&gt;
** [http://www.familysearch.org/GEDCOM/GEDCOM55.EXE GEDCOM 5.5 Standard] (Executable file in Envoy format) (broken?)&lt;br /&gt;
** HTML translation [http://homepages.rootsweb.com/~pmcbride/gedcom/55gctoc.htm  GEDCOM 5.5 Standard]&lt;br /&gt;
** [http://www.familysearch.org/GEDCOM/GedXML60.pdf Draft Specification for GEDCOM XML 6.0] (PDF)&lt;br /&gt;
*Personal Ancestral File (PAF)&lt;br /&gt;
**[http://en.wikipedia.org/wiki/Personal_Ancestral_File Personal Ancestral File]&lt;br /&gt;
**[http://productsupport.familysearch.org/supportroot/eng/frameset_products.asp PAF support page]&lt;br /&gt;
**[http://en.wikipedia.org/wiki/Ancestral_File_Number Ancestral File Number]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[genealogy-brainstorming]]&lt;br /&gt;
*[[hcard|hCard]]&lt;/div&gt;</summary>
		<author><name>SeanHayes</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=GEDCOM_Worked_example&amp;diff=32073</id>
		<title>GEDCOM Worked example</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=GEDCOM_Worked_example&amp;diff=32073"/>
		<updated>2007-04-19T11:33:45Z</updated>

		<summary type="html">&lt;p&gt;SeanHayes: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''This document is not following the [[process]]. Before proposing a micro(or 'mini')format, please research examples in the wild and derive and implied schema. -- RyanKing'''&lt;br /&gt;
&lt;br /&gt;
Actually this document '''is part of''' the [[genealogy-formats|genealogy exploration]] process. This is a work in progress. think of it as an extended public brainfart if it helps. It is simple exploring some ideas from that discussion.&lt;br /&gt;
--&lt;br /&gt;
&lt;br /&gt;
==  Example GEDCOM file ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
0 HEAD&lt;br /&gt;
1 SOUR TESTAPP&lt;br /&gt;
2 VERS V0.1&lt;br /&gt;
2 CORP Test Data&lt;br /&gt;
1 DEST REUNION&lt;br /&gt;
1 DATE 18 APR 2007&lt;br /&gt;
1 FILE Master Database&lt;br /&gt;
1 GEDC&lt;br /&gt;
2 VERS 5.01&lt;br /&gt;
1 CHAR ASCII&lt;br /&gt;
0 @I1@ INDI&lt;br /&gt;
1 NAME Edward Sean /Hayes/&lt;br /&gt;
1 SEX M&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 1 DEC 1961&lt;br /&gt;
2 PLAC Royal Free Hospital London&lt;br /&gt;
1 OCCU Program Manager&lt;br /&gt;
1 EDUC Westfield College&lt;br /&gt;
1 FAMS @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @I2@ INDI&lt;br /&gt;
1 NAME Tamsin Clare /Hayes/&lt;br /&gt;
1 SEX F&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 25 JUL 1963&lt;br /&gt;
2 PLAC London&lt;br /&gt;
1 OCCU Therapist&lt;br /&gt;
1 EDUC School&lt;br /&gt;
1 RELI None&lt;br /&gt;
1 FAMS @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @I3@ INDI&lt;br /&gt;
1 NAME Alice Rose /Hayes/&lt;br /&gt;
1 SEX F&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 17 FEB 1986&lt;br /&gt;
2 PLAC Park Royal, London&lt;br /&gt;
1 RELI None&lt;br /&gt;
1 FAMC @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @I4@ INDI&lt;br /&gt;
1 NAME Megan Christine /Hayes/&lt;br /&gt;
1 SEX F&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 21 NOV 1986&lt;br /&gt;
2 PLAC Bristol&lt;br /&gt;
1 RELI None&lt;br /&gt;
1 FAMC @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @F1@ FAM&lt;br /&gt;
1 HUSB @I1@&lt;br /&gt;
1 WIFE @I2@&lt;br /&gt;
1 CHIL @I3@&lt;br /&gt;
1 CHIL @I4@&lt;br /&gt;
1 MARR&lt;br /&gt;
2 DATE 25 SEP 1985&lt;br /&gt;
2 PLAC London&lt;br /&gt;
0 TRLR&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Possible microformat ==&lt;br /&gt;
&lt;br /&gt;
The below is a pretty literal translation of the above. GEDCOM uses a hierachical record structure, which maps to XML relatively easily, and also uses links which map reasonably well to id and &amp;lt;a&amp;gt; in HTML. I've done a simple styling here which positions the family grouping. I'll try and get this up on a webserver somewhere soon. This is not really a proposal at this stage, but an exploration to see if a GEDCOM microformat even makes sense.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD XHTML 1.0 Strict//EN&amp;quot; &amp;quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;html xmlns=&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;head&amp;gt;&lt;br /&gt;
		&amp;lt;title&amp;gt;Enter the title of your XHTML document here&amp;lt;/title&amp;gt;&lt;br /&gt;
		&amp;lt;style type=&amp;quot;text/css&amp;quot;&amp;gt;&lt;br /&gt;
		.CHAN { display:none }&lt;br /&gt;
		.HEAD { display:none }&lt;br /&gt;
		.INDI { font-family:'Arial'; font-size:7pt; position: absolute; width:20em; height:14; left: 0; text-align: Center; border: 1pt solid black;margin-top: 0pt; margin-bottom: 1pt }			      .MARR { font-family:'Arial'; font-size:7pt; position: absolute; left:21em; top:4.5em; width:9.7em; height:14;  text-align: Center; border: 1pt solid black;margin-top: 0pt; margin-bottom: 1pt }	&lt;br /&gt;
	      .FAM { font-family:'Arial'; font-size:7pt; position: absolute; text-align: Center; border: 1pt solid black;margin-top: 0pt; margin-bottom: 1pt }	&lt;br /&gt;
	      .FAMS { font-family:'Arial'; font-size:6pt; padding-left: 20em; }	&lt;br /&gt;
		&amp;lt;/style&amp;gt;&lt;br /&gt;
	&amp;lt;/head&amp;gt;&lt;br /&gt;
	&amp;lt;body&amp;gt;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;gedcom&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;div class=&amp;quot;HEAD&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;a class=&amp;quot;SOUR&amp;quot; href=&amp;quot;www.seanhayes.tv/geneaology/testapp&amp;quot;&amp;gt;TESTAPP&amp;lt;/a&amp;gt;&lt;br /&gt;
				&amp;lt;span class=&amp;quot;VERS&amp;quot;&amp;gt; V0.1&amp;lt;/span&amp;gt;&lt;br /&gt;
				&amp;lt;a class=&amp;quot;CORP&amp;quot; href=&amp;quot;www.seanhayes.tv/geneaology&amp;quot;&amp;gt;Test Data&amp;lt;/a&amp;gt;&lt;br /&gt;
				&amp;lt;a class=&amp;quot;DEST&amp;quot; href=&amp;quot;www.seanhayes.tv/geneaology/reunion&amp;quot;&amp;gt;REUNION&amp;lt;/a&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt;18 APR 2007&amp;lt;/div&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;FILE&amp;quot;&amp;gt;Master Database&amp;lt;/div&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;GEDC&amp;quot;&amp;gt;&lt;br /&gt;
					&amp;lt;span class=&amp;quot;VERS&amp;quot;&amp;gt;5.01 &amp;lt;/span&amp;gt;&lt;br /&gt;
					&amp;lt;span class=&amp;quot;CHAR&amp;quot;&amp;gt;ASCII &amp;lt;/span&amp;gt;&lt;br /&gt;
				&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;div id=&amp;quot;I1&amp;quot; class=&amp;quot;INDI&amp;quot; style=&amp;quot;left:10em; top:10em&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;NAME&amp;quot;&amp;gt;&lt;br /&gt;
					Edward Sean&lt;br /&gt;
					&amp;lt;span class=&amp;quot;FAML&amp;quot;&amp;gt;Hayes&amp;lt;/span&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;SEX&amp;quot;&amp;gt;M&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;BIRT&amp;quot;&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt; 1 DEC 1961&amp;lt;/div&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;PLAC&amp;quot;&amp;gt; Royal Free Hospital London&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;OCCU&amp;quot;&amp;gt; Program Manager&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;EDUC&amp;quot;&amp;gt; Westfield College&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;a class=&amp;quot;FAMS&amp;quot; href=&amp;quot;#F1&amp;quot;&amp;gt;@F1@&amp;lt;/a&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;CHAN&amp;quot;&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt; 18 APR 2007&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;/div&amp;gt;&lt;br /&gt;
				&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;div id=&amp;quot;I2&amp;quot; class=&amp;quot;INDI&amp;quot; style=&amp;quot;left:40em; top:10em&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;NAME&amp;quot;&amp;gt;&lt;br /&gt;
					Tamsin Clare &amp;lt;span class=&amp;quot;FAML&amp;quot;&amp;gt;Hayes&amp;lt;/span&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;SEX&amp;quot;&amp;gt;F&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;BIRT&amp;quot;&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt;25 JUL 1963&amp;lt;/div&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;PLAC&amp;quot;&amp;gt;London&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;OCCU&amp;quot;&amp;gt;Therapist&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;EDUC&amp;quot;&amp;gt;School&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;a class=&amp;quot;FAMS&amp;quot; href=&amp;quot;#F1&amp;quot;&amp;gt;@F1@&amp;lt;/a&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;CHAN&amp;quot;&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt; 18 APR 2007&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;/div&amp;gt;&lt;br /&gt;
				&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;div id=&amp;quot;I3&amp;quot; class=&amp;quot;INDI&amp;quot; style=&amp;quot;left:10em; top:30em&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;NAME&amp;quot;&amp;gt;&lt;br /&gt;
					Alice Rose &amp;lt;span class=&amp;quot;FAML&amp;quot;&amp;gt;Hayes&amp;lt;/span&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;SEX&amp;quot;&amp;gt;F&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;BIRT&amp;quot;&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt;17 FEB 1986&amp;lt;/div&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;PLAC&amp;quot;&amp;gt;Park Royal Hospital London&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;OCCU&amp;quot;&amp;gt;Student&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;EDUC&amp;quot;&amp;gt;BristolCollege&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;a class=&amp;quot;FAMS&amp;quot; href=&amp;quot;#F1&amp;quot;&amp;gt;@F1@&amp;lt;/a&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;CHAN&amp;quot;&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt; 18 APR 2007&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;/div&amp;gt;&lt;br /&gt;
				&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;div id=&amp;quot;I4&amp;quot; class=&amp;quot;INDI&amp;quot; style=&amp;quot;left:40em; top:30em&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;NAME&amp;quot;&amp;gt;&lt;br /&gt;
					Megan Christine &amp;lt;span class=&amp;quot;FAML&amp;quot;&amp;gt;Hayes&amp;lt;/span&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;SEX&amp;quot;&amp;gt;F&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;BIRT&amp;quot;&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt;21 NOV 1988&amp;lt;/div&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;PLAC&amp;quot;&amp;gt;Southmead Hospital Bristol&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;OCCU&amp;quot;&amp;gt;Student&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;EDUC&amp;quot;&amp;gt;Bristol College&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;a class=&amp;quot;FAMS&amp;quot; href=&amp;quot;#F1&amp;quot;&amp;gt;@F1@&amp;lt;/a&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;CHAN&amp;quot;&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt; 18 APR 2007&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;/div&amp;gt;&lt;br /&gt;
				&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;div class=&amp;quot;FAM&amp;quot; id=&amp;quot;F1&amp;quot; style=&amp;quot;left:9em; top:8em; width:52em; height:32em; &amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;a class=&amp;quot;HUSB&amp;quot; href=&amp;quot;#I1&amp;quot;&amp;gt; @I1@&amp;lt;/a&amp;gt;&lt;br /&gt;
				&amp;lt;a class=&amp;quot;WIFE&amp;quot; href=&amp;quot;#I2&amp;quot;&amp;gt; @I2@&amp;lt;/a&amp;gt;&lt;br /&gt;
				&amp;lt;a class=&amp;quot;CHIL&amp;quot; href=&amp;quot;#I3&amp;quot;&amp;gt; @I3@&amp;lt;/a&amp;gt;&lt;br /&gt;
				&amp;lt;a class=&amp;quot;CHIL&amp;quot; href=&amp;quot;#I4&amp;quot;&amp;gt; @I4@&amp;lt;/a&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;MARR&amp;quot;&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt; 25 SEP 1985&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;PLAC&amp;quot;&amp;gt; London&amp;lt;/div&amp;gt;&lt;br /&gt;
				&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;/div&amp;gt;&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
	&amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*The INDI records could be replaced by hCard records. Need to look at a tag by tag mapping here.&lt;br /&gt;
&lt;br /&gt;
*This example doesnt use EVENt tags, which might map to hCalendar&lt;br /&gt;
&lt;br /&gt;
*The FAM records are the graph structure. This is really what is needed over and above an hCard, along with the more specialised SOURce records which record documentaiton (hCite?). &lt;br /&gt;
&lt;br /&gt;
*It's basically a linkage structure, made slightly more complicated by the fact that an INDIvidual can appear in more than one FAMily record. e.g. if they remarry. rather than a specific geneaology microformat, maybe a general hGraph structure might be appropriate?&lt;/div&gt;</summary>
		<author><name>SeanHayes</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=abbr-design-pattern&amp;diff=15836</id>
		<title>abbr-design-pattern</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=abbr-design-pattern&amp;diff=15836"/>
		<updated>2007-04-19T11:11:32Z</updated>

		<summary type="html">&lt;p&gt;SeanHayes: /* Discussion */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Abbr design pattern =&lt;br /&gt;
&lt;br /&gt;
== Purpose ==&lt;br /&gt;
* Use the [[abbr-design-pattern]] to make text that is human readable also formally machine readable&lt;br /&gt;
* Avoiding using the [[abbr-design-pattern]] to re-encode human text or to hide data&lt;br /&gt;
&lt;br /&gt;
== How to use it ==&lt;br /&gt;
* enclose the human-friendly text that you want to make machine readable with &amp;lt;code&amp;gt;&amp;amp;lt;abbr&amp;gt;&amp;lt;/code&amp;gt; &lt;br /&gt;
* as per the [[class-design-pattern]], add the appropriate &amp;lt;code&amp;gt;class&amp;lt;/code&amp;gt; attribute to the &amp;lt;code&amp;gt;abbr&amp;lt;/code&amp;gt; element&lt;br /&gt;
* add a &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt; attribute to the &amp;lt;code&amp;gt;abbr&amp;lt;/code&amp;gt; element with the machine readable data as the value&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
The [[datetime-design-pattern]] formally encodes (the notoriously unparsable) datetimes into an &amp;lt;code&amp;gt;abbr&amp;lt;/code&amp;gt; element.&lt;br /&gt;
&lt;br /&gt;
Before:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
The party is at 10 o'clock on the 10th.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
After:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
The party is at &lt;br /&gt;
&amp;lt;abbr class=&amp;quot;dtstart&amp;quot; title=&amp;quot;20051010T10:10:10-0100&amp;quot;&amp;gt;10 o'clock on the 10th&amp;lt;/abbr&amp;gt;.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Discussion ==&lt;br /&gt;
''This discussion is culled from [http://microformats.org/discuss/mail/microformats-discuss/2005-October/001277.html here]''. Consider two possible uses for the [[abbr-design-pattern]]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&lt;br /&gt;
using ABBR to encode machine readable data around human readable data&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;abbr class=&amp;quot;dtstart&amp;quot; title=&amp;quot;20051010T10:10:10-0100&amp;quot;&amp;gt;10 o'clock on the 10th&amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&lt;br /&gt;
using ABBR to encode more formal human data around something less formal &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;abbr class=&amp;quot;author&amp;quot; title=&amp;quot;Danny Ayers&amp;quot;&amp;gt;Danny&amp;lt;/abbr&amp;gt; &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Use #1 is encouraged if there's a reasonable need for it. Use #2 is discouraged under the [http://c2.com/cgi-bin/wiki?DontRepeatYourself Don't Repeat Yourself principle], as: &amp;quot;#2 is a case of *more* information being invisibly present, namely, the&lt;br /&gt;
last name in this case. If someone is not willing to make some information visible, then we&lt;br /&gt;
shouldn't be encouraging them to store that information invisibly, for all&lt;br /&gt;
the same reasons that invisible metadata is bad/futile in the first place.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
''I'd like to delete this below, as the points are covered above''&lt;br /&gt;
&lt;br /&gt;
* Theoretically, this could be done with almost any HTML element. But is it a good idea? If it's not, is abbr the only one? [[DavidJanes]]&lt;br /&gt;
* abbr-design-pattern should be avoided, if possible. [[User:RobertBachmann|RobertBachmann]]&lt;br /&gt;
** why, or under what circumstances? For example, it is quite useful with datetimes. Should there not be other potentially analogous situations? [[DavidJanes]]&lt;br /&gt;
** Under circumstances where the text in the title would be gobbledegook if read by a screenreader. JAWS and other screenreaders use abbr, when used properly (as in this example from the WCAG group) to pronounce words which would otherwise be unreadable or confusing. Using Datetime as a title might technically be a correct semantic use of abbr, but until screen readers can turn DATETIME's into something comprehensible, this will lead to poor accessibility.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Sugar is commonly sold in 5 &amp;lt;abbr title=&amp;quot;pound&amp;quot;&amp;gt;lb.&amp;lt;abbr&amp;gt; bags.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Welcome to the &amp;lt;abbr title=&amp;quot;World Wide Web&amp;quot;&amp;gt;WWW&amp;lt;/abbr&amp;gt;!&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[Main_Page#Design_Patterns|All microformat design patterns]]&lt;br /&gt;
* [http://microformats.org/discuss/mail/microformats-discuss/2005-October/001277.html discussion in microformats-discuss]&lt;br /&gt;
* [[datetime-design-pattern]] uses [[abbr-design-pattern]]&lt;br /&gt;
* [http://www.w3.org/TR/REC-html40/struct/text.html#edef-ABBR HTML 4.01 definition]&lt;/div&gt;</summary>
		<author><name>SeanHayes</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=abbr-design-pattern&amp;diff=15797</id>
		<title>abbr-design-pattern</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=abbr-design-pattern&amp;diff=15797"/>
		<updated>2007-04-19T11:10:32Z</updated>

		<summary type="html">&lt;p&gt;SeanHayes: /* Discussion */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Abbr design pattern =&lt;br /&gt;
&lt;br /&gt;
== Purpose ==&lt;br /&gt;
* Use the [[abbr-design-pattern]] to make text that is human readable also formally machine readable&lt;br /&gt;
* Avoiding using the [[abbr-design-pattern]] to re-encode human text or to hide data&lt;br /&gt;
&lt;br /&gt;
== How to use it ==&lt;br /&gt;
* enclose the human-friendly text that you want to make machine readable with &amp;lt;code&amp;gt;&amp;amp;lt;abbr&amp;gt;&amp;lt;/code&amp;gt; &lt;br /&gt;
* as per the [[class-design-pattern]], add the appropriate &amp;lt;code&amp;gt;class&amp;lt;/code&amp;gt; attribute to the &amp;lt;code&amp;gt;abbr&amp;lt;/code&amp;gt; element&lt;br /&gt;
* add a &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt; attribute to the &amp;lt;code&amp;gt;abbr&amp;lt;/code&amp;gt; element with the machine readable data as the value&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
The [[datetime-design-pattern]] formally encodes (the notoriously unparsable) datetimes into an &amp;lt;code&amp;gt;abbr&amp;lt;/code&amp;gt; element.&lt;br /&gt;
&lt;br /&gt;
Before:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
The party is at 10 o'clock on the 10th.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
After:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
The party is at &lt;br /&gt;
&amp;lt;abbr class=&amp;quot;dtstart&amp;quot; title=&amp;quot;20051010T10:10:10-0100&amp;quot;&amp;gt;10 o'clock on the 10th&amp;lt;/abbr&amp;gt;.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Discussion ==&lt;br /&gt;
''This discussion is culled from [http://microformats.org/discuss/mail/microformats-discuss/2005-October/001277.html here]''. Consider two possible uses for the [[abbr-design-pattern]]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&lt;br /&gt;
using ABBR to encode machine readable data around human readable data&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;abbr class=&amp;quot;dtstart&amp;quot; title=&amp;quot;20051010T10:10:10-0100&amp;quot;&amp;gt;10 o'clock on the 10th&amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&lt;br /&gt;
using ABBR to encode more formal human data around something less formal &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;abbr class=&amp;quot;author&amp;quot; title=&amp;quot;Danny Ayers&amp;quot;&amp;gt;Danny&amp;lt;/abbr&amp;gt; &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Use #1 is encouraged if there's a reasonable need for it. Use #2 is discouraged under the [http://c2.com/cgi-bin/wiki?DontRepeatYourself Don't Repeat Yourself principle], as: &amp;quot;#2 is a case of *more* information being invisibly present, namely, the&lt;br /&gt;
last name in this case. If someone is not willing to make some information visible, then we&lt;br /&gt;
shouldn't be encouraging them to store that information invisibly, for all&lt;br /&gt;
the same reasons that invisible metadata is bad/futile in the first place.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
''I'd like to delete this below, as the points are covered above''&lt;br /&gt;
&lt;br /&gt;
* Theoretically, this could be done with almost any HTML element. But is it a good idea? If it's not, is abbr the only one? [[DavidJanes]]&lt;br /&gt;
* abbr-design-pattern should be avoided, if possible. [[User:RobertBachmann|RobertBachmann]]&lt;br /&gt;
** why, or under what circumstances? For example, it is quite useful with datetimes. Should there not be other potentially analogous situations? [[DavidJanes]]&lt;br /&gt;
** Under circumstances where the text in the title would be gobbledegook if read by a screenreader. JAWS and other screenreaders use abbr, when used properly (as in this example from the WCAG group) to pronounce words which would otherwise be unreadable or confusing.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Sugar is commonly sold in 5 &amp;lt;abbr title=&amp;quot;pound&amp;quot;&amp;gt;lb.&amp;lt;abbr&amp;gt; bags.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Welcome to the &amp;lt;abbr title=&amp;quot;World Wide Web&amp;quot;&amp;gt;WWW&amp;lt;/abbr&amp;gt;!&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Using Datetime as a title might technically be a correct semantic use of abbr, but until screen readers can turn DATETIME's into something comprehensible, this will lead to poor accessibility.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[Main_Page#Design_Patterns|All microformat design patterns]]&lt;br /&gt;
* [http://microformats.org/discuss/mail/microformats-discuss/2005-October/001277.html discussion in microformats-discuss]&lt;br /&gt;
* [[datetime-design-pattern]] uses [[abbr-design-pattern]]&lt;br /&gt;
* [http://www.w3.org/TR/REC-html40/struct/text.html#edef-ABBR HTML 4.01 definition]&lt;/div&gt;</summary>
		<author><name>SeanHayes</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=abbr-design-pattern&amp;diff=15796</id>
		<title>abbr-design-pattern</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=abbr-design-pattern&amp;diff=15796"/>
		<updated>2007-04-19T11:08:42Z</updated>

		<summary type="html">&lt;p&gt;SeanHayes: /* Discussion */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Abbr design pattern =&lt;br /&gt;
&lt;br /&gt;
== Purpose ==&lt;br /&gt;
* Use the [[abbr-design-pattern]] to make text that is human readable also formally machine readable&lt;br /&gt;
* Avoiding using the [[abbr-design-pattern]] to re-encode human text or to hide data&lt;br /&gt;
&lt;br /&gt;
== How to use it ==&lt;br /&gt;
* enclose the human-friendly text that you want to make machine readable with &amp;lt;code&amp;gt;&amp;amp;lt;abbr&amp;gt;&amp;lt;/code&amp;gt; &lt;br /&gt;
* as per the [[class-design-pattern]], add the appropriate &amp;lt;code&amp;gt;class&amp;lt;/code&amp;gt; attribute to the &amp;lt;code&amp;gt;abbr&amp;lt;/code&amp;gt; element&lt;br /&gt;
* add a &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt; attribute to the &amp;lt;code&amp;gt;abbr&amp;lt;/code&amp;gt; element with the machine readable data as the value&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
The [[datetime-design-pattern]] formally encodes (the notoriously unparsable) datetimes into an &amp;lt;code&amp;gt;abbr&amp;lt;/code&amp;gt; element.&lt;br /&gt;
&lt;br /&gt;
Before:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
The party is at 10 o'clock on the 10th.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
After:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
The party is at &lt;br /&gt;
&amp;lt;abbr class=&amp;quot;dtstart&amp;quot; title=&amp;quot;20051010T10:10:10-0100&amp;quot;&amp;gt;10 o'clock on the 10th&amp;lt;/abbr&amp;gt;.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Discussion ==&lt;br /&gt;
''This discussion is culled from [http://microformats.org/discuss/mail/microformats-discuss/2005-October/001277.html here]''. Consider two possible uses for the [[abbr-design-pattern]]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&lt;br /&gt;
using ABBR to encode machine readable data around human readable data&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;abbr class=&amp;quot;dtstart&amp;quot; title=&amp;quot;20051010T10:10:10-0100&amp;quot;&amp;gt;10 o'clock on the 10th&amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&lt;br /&gt;
using ABBR to encode more formal human data around something less formal &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;abbr class=&amp;quot;author&amp;quot; title=&amp;quot;Danny Ayers&amp;quot;&amp;gt;Danny&amp;lt;/abbr&amp;gt; &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Use #1 is encouraged if there's a reasonable need for it. Use #2 is discouraged under the [http://c2.com/cgi-bin/wiki?DontRepeatYourself Don't Repeat Yourself principle], as: &amp;quot;#2 is a case of *more* information being invisibly present, namely, the&lt;br /&gt;
last name in this case. If someone is not willing to make some information visible, then we&lt;br /&gt;
shouldn't be encouraging them to store that information invisibly, for all&lt;br /&gt;
the same reasons that invisible metadata is bad/futile in the first place.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
''I'd like to delete this below, as the points are covered above''&lt;br /&gt;
&lt;br /&gt;
* Theoretically, this could be done with almost any HTML element. But is it a good idea? If it's not, is abbr the only one? [[DavidJanes]]&lt;br /&gt;
* abbr-design-pattern should be avoided, if possible. [[User:RobertBachmann|RobertBachmann]]&lt;br /&gt;
** why, or under what circumstances? For example, it is quite useful with datetimes. Should there not be other potentially analogous situations? [[DavidJanes]]&lt;br /&gt;
** Under circumstances where the text in the title would be gobbledegook if read by a screenreader. JAWS and other screenreaders use abbr, when used properly (as in this example from the WCAG group) to pronounce words which would otherwise be unreadable or confusing.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Sugar is commonly sold in 5 &amp;lt;abbr title=&amp;quot;pound&amp;quot;&amp;gt;lb.&amp;lt;abbr&amp;gt; bags.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Welcome to the &amp;lt;abbr title=&amp;quot;World Wide Web&amp;quot;&amp;gt;WWW&amp;lt;/abbr&amp;gt;!&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A Datetime as a title would not be a good use of abbr, and is using abbr in the wrong direction.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[Main_Page#Design_Patterns|All microformat design patterns]]&lt;br /&gt;
* [http://microformats.org/discuss/mail/microformats-discuss/2005-October/001277.html discussion in microformats-discuss]&lt;br /&gt;
* [[datetime-design-pattern]] uses [[abbr-design-pattern]]&lt;br /&gt;
* [http://www.w3.org/TR/REC-html40/struct/text.html#edef-ABBR HTML 4.01 definition]&lt;/div&gt;</summary>
		<author><name>SeanHayes</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=datetime-design-pattern&amp;diff=16005</id>
		<title>datetime-design-pattern</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=datetime-design-pattern&amp;diff=16005"/>
		<updated>2007-04-19T10:46:03Z</updated>

		<summary type="html">&lt;p&gt;SeanHayes: /* Current uses */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''This page is a draft.'''&lt;br /&gt;
&lt;br /&gt;
= Datetime Design Pattern =&lt;br /&gt;
This is a page for exploring a datetime design pattern.&lt;br /&gt;
&lt;br /&gt;
== Purpose ==&lt;br /&gt;
* Use the [[datetime-design-pattern]] to make datetimes that are human readable also formally machine readable.&lt;br /&gt;
&lt;br /&gt;
== Practical Need ==&lt;br /&gt;
* This design pattern arose as a result of solving the practical need for human readable dates for [[hcalendar|hCalendar]].&lt;br /&gt;
&lt;br /&gt;
== How to use it ==&lt;br /&gt;
* enclose the human-friendly datetime that you want to make machine readable with &amp;lt;code&amp;gt;&amp;amp;lt;abbr&amp;gt;&amp;lt;/code&amp;gt; &lt;br /&gt;
* as per the [[class-design-pattern]], add the appropriate &amp;lt;code&amp;gt;class&amp;lt;/code&amp;gt; attribute to the &amp;lt;code&amp;gt;abbr&amp;lt;/code&amp;gt; element&lt;br /&gt;
* add a &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt; attribute to the &amp;lt;code&amp;gt;abbr&amp;lt;/code&amp;gt; element with the machine readable ISO8601 datetime or date as the value&lt;br /&gt;
&lt;br /&gt;
== Current uses ==&lt;br /&gt;
&lt;br /&gt;
'''note using these formats will mean your content will likely fail WCAG2.0 accessibility'''&lt;br /&gt;
&lt;br /&gt;
The pattern which is now used in [[hcalendar|hCalendar]] and [[hreview|hReview]] is something like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;amp;lt;abbr class=&amp;quot;foo&amp;quot; title=&amp;quot;YYYY-MM-DDTHH:MM:SS+ZZ:ZZ&amp;quot;&amp;amp;gt;Date Time&amp;amp;lt;/abbr&amp;amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where foo is the semantic classname which is being applied to this date/time, the title of the &amp;amp;lt;abbr&amp;amp;gt; is an ISO 8601 date/time and &amp;quot;Date Time&amp;quot; is a human-friendly representation of the same date/time.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
An alternative, if you are using UTC-based timestamps, would be:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;amp;lt;abbr class=&amp;quot;foo&amp;quot; title=&amp;quot;YYYY-MM-DDTHH:MM:SSZ&amp;quot;&amp;amp;gt;Date Time&amp;amp;lt;/abbr&amp;amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
with a single &amp;quot;Z&amp;quot; as per [http://en.wikipedia.org/wiki/ISO_8601 ISO 8601]&lt;br /&gt;
&lt;br /&gt;
== Profile of ISO8601 ==&lt;br /&gt;
&lt;br /&gt;
We recommend that any [[microformat]] using the date-time-design pattern use a profile of ISO8601.  There are currently two widely used profiles which SHOULD be reused.&lt;br /&gt;
&lt;br /&gt;
* RFC 3339&lt;br /&gt;
* [http://www.w3.org/TR/NOTE-datetime W3C Note on Datetimes] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Discussion ==&lt;br /&gt;
&lt;br /&gt;
This pattern is likely to be highly resuable.&lt;br /&gt;
&lt;br /&gt;
--[[User:RyanKing]]&lt;br /&gt;
&lt;br /&gt;
Can this not be viewed as a microformat in itself?&lt;br /&gt;
&lt;br /&gt;
--[[User:DimitriGlazkov]]&lt;br /&gt;
&lt;br /&gt;
It could, but inventing a microformat for the sake of inventing a microformat is against the microformat principles.&lt;br /&gt;
If there is a specific real world problem (and uses cases) that such an elemental microformat would solve, then it would be worth considering.&lt;br /&gt;
&lt;br /&gt;
Until then it is best to keep the &amp;amp;lt;abbr&amp;amp;gt; datetime concept merely as a microformat design pattern, to be used in _actual_ microformats that have a demonstrated practical need.&lt;br /&gt;
&lt;br /&gt;
-- [http://tantek.com/log/ Tantek]&lt;br /&gt;
&lt;br /&gt;
Excerpt from #microformats Aug 18th. Please edit!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Aug 18 15:16:14 &amp;lt;Tantek&amp;gt;	DanC, what do you think of RFC3339?&lt;br /&gt;
Aug 18 15:17:14 &amp;lt;Tantek&amp;gt;	ISO8601 subset&lt;br /&gt;
Aug 18 15:17:19 &amp;lt;DanC&amp;gt;	        Date and Time on the Internet: Timestamps http://www.ietf.org/rfc/rfc3339.txt&lt;br /&gt;
Aug 18 15:17:30 &amp;lt;DanC&amp;gt;	        Klyne is a good guy. I wonder if I talked with him about this.&lt;br /&gt;
Aug 18 15:17:32 &amp;lt;Tantek&amp;gt;	compat with W3C-NOTE-DATETIME&lt;br /&gt;
Aug 18 15:17:50 &amp;lt;Tantek&amp;gt;	compat with xsd:dateTime&lt;br /&gt;
Aug 18 15:17:57 &amp;lt;Tantek&amp;gt;	it's a strict intersection subset&lt;br /&gt;
Aug 18 15:17:59 &amp;lt;DanC&amp;gt;	        I consider W3C-NOTE-DATETIME obsoleted by XML Schema datatype-- yeah.. xsd:dateTime&lt;br /&gt;
Aug 18 15:18:32 &amp;lt;Tantek&amp;gt;	compare/contrast normatively using xsd:dateTime vs. RFC3339&lt;br /&gt;
Aug 18 15:18:41 &amp;lt;Tantek&amp;gt;	note: Atom 1.0 chose RFC3339&lt;br /&gt;
Aug 18 15:18:50 &amp;lt;Tantek&amp;gt;	i would like input from the microformats community on this&lt;br /&gt;
Aug 18 15:19:27 &amp;lt;DanC&amp;gt;	        in what context are you evaluating RFC 3339?&lt;br /&gt;
Aug 18 15:19:28 &amp;lt;jcgregorio&amp;gt;	http://bitworking.org/news/Date_Constructs_in_the_Atom_Syndication_Format&lt;br /&gt;
Aug 18 15:21:24 &amp;lt;DanC&amp;gt;	        which microformat is the question coming from, Tantek ?&lt;br /&gt;
Aug 18 15:23:31 &amp;lt;DanC&amp;gt;	        &amp;quot;   The grammar element time-second may have the value &amp;quot;60&amp;quot; at the end of&lt;br /&gt;
Aug 18 15:23:31 &amp;lt;DanC&amp;gt;	        months in which a leap second occurs&amp;quot; The XML Schema WG is in the 27th level of&lt;br /&gt;
                                leap-second-hell for the past few months, I gather.&lt;br /&gt;
Aug 18 15:24:21 &amp;lt;DanC&amp;gt;	        yeah... here's the scary bit: &amp;quot;   Leap seconds cannot be predicted far into the&lt;br /&gt;
                                future.  The&lt;br /&gt;
Aug 18 15:24:21 &amp;lt;DanC&amp;gt;	        International Earth Rotation Service publishes bulletins [IERS] that&lt;br /&gt;
Aug 18 15:24:21 &amp;lt;DanC&amp;gt;	        announce leap seconds with a few weeks' warning.&amp;quot;&lt;br /&gt;
Aug 18 15:26:03 &amp;lt;Tantek&amp;gt;	DanC, which microformats? any/all that use datetime fields.&lt;br /&gt;
Aug 18 15:26:36 &amp;lt;DanC&amp;gt;	        hard to give useful advice, then.&lt;br /&gt;
Aug 18 15:26:58 &amp;lt;DanC&amp;gt;	        I expect they'll use datetime fields for different things that have different&lt;br /&gt;
                                cost/benefit trade-offs&lt;br /&gt;
Aug 18 15:27:26 &amp;lt;DanC&amp;gt;	        do you know of any particular differences that matter to anybody?&lt;br /&gt;
Aug 18 15:56:43 &amp;lt;KragenSitaker&amp;gt;	RFC3339 suggests -07:00, which seems like an improvement over -0700 anyway&lt;br /&gt;
Aug 18 15:56:49 &amp;lt;Tantek&amp;gt;	Kragen, agreed&lt;br /&gt;
Aug 18 15:57:01 &amp;lt;Tantek&amp;gt;	RFC3339 is certainly preferable to the ISO8601 subset in iCalendar&lt;br /&gt;
Aug 18 16:05:57 &amp;lt;DanC&amp;gt;	        Tantek's right, Kragen; iCalendar looks like it solves the local timezone&lt;br /&gt;
                                problem but doesn't.&lt;br /&gt;
Aug 18 16:06:14 &amp;lt;DanC&amp;gt;	        and it's true that there's no standard solution to the local timezone problem&lt;br /&gt;
Aug 18 16:06:39 &amp;lt;Tantek&amp;gt;	so instead of appearing to solve the problem but not solving it, we chose to&lt;br /&gt;
                                provide the ability to *approximate* the local timezone using e.g. &amp;quot;-07:00&amp;quot;&lt;br /&gt;
Aug 18 16:06:49 &amp;lt;DanC&amp;gt;	        the simplest thing is to have people use Z time in hCalendar. But I gather&lt;br /&gt;
                                that's unacceptably unusable?&lt;br /&gt;
Aug 18 16:07:35 &amp;lt;Tantek&amp;gt;	DanC, yes, the simplest thing is to have everyone use UTC Z&lt;br /&gt;
Aug 18 16:07:38 &amp;lt;Tantek&amp;gt;	However&lt;br /&gt;
Aug 18 16:07:50 &amp;lt;Tantek&amp;gt;	it is not *nearly* as usuable/verifiable&lt;br /&gt;
Aug 18 16:07:55 &amp;lt;Tantek&amp;gt;	as -07:00 etc.&lt;br /&gt;
Aug 18 16:08:02 &amp;lt;Tantek&amp;gt;	hence the decision to go with the latter&lt;br /&gt;
Aug 18 16:08:12 &amp;lt;Tantek&amp;gt;	some degree of human verifiability is important here&lt;br /&gt;
Aug 18 16:14:21 &amp;lt;Tantek&amp;gt;	DanC, my perception is that RFC3339 is a subset&lt;br /&gt;
Aug 18 16:17:00 &amp;lt;DanC&amp;gt;	        time-numoffset  = (&amp;quot;+&amp;quot; / &amp;quot;-&amp;quot;) time-hour &amp;quot;:&amp;quot; time-minute&lt;br /&gt;
Aug 18 16:17:34 &amp;lt;DanC&amp;gt;	        ok, then I can't see any differences. (modulo recent leap seconds issues that&lt;br /&gt;
                                may affect xsd:dateTime )&lt;br /&gt;
Aug 18 16:18:07 &amp;lt;Tantek&amp;gt;	would be interesting to know why Atom 1.0 chose RFC3339 over xsd:dateTime&lt;br /&gt;
Aug 18 16:18:21 &amp;lt;Tantek&amp;gt;	if there was a &amp;quot;real&amp;quot; reason or if it was arbitrary / coin-flip.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here's an exhaustive [http://www.imc.org/atom-syntax/mail-archive/msg13103.html comparison] from ndw. I think xsd:dateTime also allows unqualified local times, while RFC3339 allows only UTC with no known timezone (-00:00). In the end, Atompub followed the advice of [http://www.imc.org/atom-syntax/mail-archive/msg13244.html Sam Ruby] and [http://www.imc.org/atom-syntax/mail-archive/msg13248.html Scott Hollenbeck], our area director. Atom dates make some additional restrictions on RFC3339, such as uppercase T and Z characters for compatibility with xsd:dateTime, RFC3339, W3C-DTF, and ISO8601. --[http://franklinmint.fm Robert Sayre]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Aug 18 16:18:43 &amp;lt;KragenSitaker&amp;gt;	rfc3339 is pretty short.&lt;br /&gt;
Aug 18 16:19:36 &amp;lt;Tantek&amp;gt;	DanC, BTW, which came first? REC for xsd:dateTime or RFC3339?&lt;br /&gt;
Aug 18 16:19:50 &amp;lt;DanC&amp;gt;	        RFC3339 is dated July 2002 ...&lt;br /&gt;
Aug 18 16:19:54 &amp;lt;KragenSitaker&amp;gt;	Right --- and you might be able to understand xsd:dateTime without&lt;br /&gt;
                                reading all of xml schema, you wouldn't be confident of it&lt;br /&gt;
Aug 18 16:20:25 &amp;lt;DanC&amp;gt;	        W3C Recommendation 28 October 2004 ... but that's 2nd ed...&lt;br /&gt;
Aug 18 16:20:47 &amp;lt;DanC&amp;gt;	        W3C Recommendation 02 May 2001&lt;br /&gt;
Aug 18 16:22:10 &amp;lt;DanC&amp;gt;	        I don't see a BNF in http://www.w3.org/TR/2001/REC-xmlschema-2-20010502/#dateTime ...&lt;br /&gt;
Aug 18 16:22:43 &amp;lt;KragenSitaker&amp;gt;	yeah, appendix D of the current xml schema datatypes document seems&lt;br /&gt;
                                a little scanty, actually&lt;br /&gt;
Aug 18 16:23:28 &amp;lt;DanC&amp;gt;	        ah... 2nd ed of http://www.w3.org/TR/xmlschema-2/#date is much more&lt;br /&gt;
                                explicit about syntax.&lt;br /&gt;
Aug 18 16:23:30 &amp;lt;KragenSitaker&amp;gt;	it's 1100 words but still doesn't give any examples&lt;br /&gt;
Aug 18 16:23:35 &amp;lt;DanC&amp;gt;	        still, it's given in prose and not BNF&lt;br /&gt;
Aug 18 16:24:17 &amp;lt;KragenSitaker&amp;gt;	sections 3.2.9 through 3.2.14 seem to be the relevant ones around #date&lt;br /&gt;
Aug 18 16:24:29 &amp;lt;KragenSitaker&amp;gt;	which is another 2200 words&lt;br /&gt;
Aug 18 16:24:42 &amp;lt;DanC&amp;gt;	        wow... they changed the canonical form of date from always-Z to&lt;br /&gt;
                                timezone-allowed between 1st edition and 2nd edition&lt;br /&gt;
Aug 18 16:25:01 &amp;lt;Tantek&amp;gt;	Kragen, DanC, these are very good analyses&lt;br /&gt;
Aug 18 16:25:21 &amp;lt;Tantek&amp;gt;	could I ask you to summarize the pros/cons for each in a new section at&lt;br /&gt;
                                end of http://microformats.org/wiki/datetime-design-pattern&lt;br /&gt;
Aug 18 16:25:22 &amp;lt;Tantek&amp;gt;	?&lt;br /&gt;
Aug 18 16:25:58 &amp;lt;KragenSitaker&amp;gt;	rfc 3339 is 4000 words, excluding the last two pages of boilerplate.&lt;br /&gt;
Aug 18 16:26:31 &amp;lt;KragenSitaker&amp;gt;	so it's actually longer than the datetime-relevant parts of XSD but it&lt;br /&gt;
                                seems much more rigorous and clear&lt;br /&gt;
Aug 18 16:28:37 &amp;lt;DanC&amp;gt;	        my advice is: normatively cite both, and claim they specify the same&lt;br /&gt;
                                syntax, and let anybody who discovers otherwise send you a bug report&lt;br /&gt;
                                with a test case&lt;br /&gt;
Aug 18 16:29:12 &amp;lt;KragenSitaker&amp;gt;	danc: nice hack&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The RFC3339 has a mandatory TIME portion of the DATE-TIME. Some vCard/iCalendar DATE-TIME stamps can omit the TIME. For instance, DTSTART, if that is a full day event, then you can omit the time. BDAY in vCard can be respresented by only a DATE. I like the idea of restricting the possible date formats, but i think that TIME should be optional, which it isn't in RFC3339. - [http://suda.co.uk/ brian suda]&lt;br /&gt;
&lt;br /&gt;
RFC 3339 allows lowercase 't' and 'z' while XSD doesn't. Specifying RFC 3339 plus 'T' and 'Z' MUST be caps will make them the same. - [http://bitworking.org Joe Gregorio]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Code ==&lt;br /&gt;
The following regular expression (parsed VERBOSE) should break apart a datetime and cover many lightly broken cases seen in the wild. This has been tested under Python.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
 ^&lt;br /&gt;
 (?P&amp;lt;year&amp;gt;\d\d\d\d)&lt;br /&gt;
 ([-])?(?P&amp;lt;month&amp;gt;\d\d)&lt;br /&gt;
 ([-])?(?P&amp;lt;day&amp;gt;\d\d)&lt;br /&gt;
 (&lt;br /&gt;
  (T|\s+)&lt;br /&gt;
  (?P&amp;lt;hour&amp;gt;\d\d)&lt;br /&gt;
  (&lt;br /&gt;
   ([:])?(?P&amp;lt;minute&amp;gt;\d\d)&lt;br /&gt;
   (&lt;br /&gt;
    ([:])?(?P&amp;lt;second&amp;gt;\d\d)&lt;br /&gt;
    (&lt;br /&gt;
     ([.])?(?P&amp;lt;fraction&amp;gt;\d+)&lt;br /&gt;
    )?&lt;br /&gt;
   )?&lt;br /&gt;
  )?&lt;br /&gt;
 )?&lt;br /&gt;
 (&lt;br /&gt;
  (?P&amp;lt;tzzulu&amp;gt;Z)&lt;br /&gt;
  |&lt;br /&gt;
  (?P&amp;lt;tzoffset&amp;gt;[-+])&lt;br /&gt;
  (?P&amp;lt;tzhour&amp;gt;\d\d)&lt;br /&gt;
  ([:])?(?P&amp;lt;tzminute&amp;gt;\d\d)&lt;br /&gt;
 )?&lt;br /&gt;
 $&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
* [[Main_Page#Design_Patterns|All microformat design patterns]]&lt;br /&gt;
* [[abbr-design-pattern]] is used by [[datetime-design-pattern]]&lt;br /&gt;
* HTML 4.01 definition of &amp;lt;code&amp;gt;&amp;amp;lt;[http://www.w3.org/TR/REC-html40/struct/text.html#edef-ABBR abbr]&amp;gt;&amp;lt;/code&amp;gt; element&lt;br /&gt;
* RFC [http://www.faqs.org/rfcs/rfc3339.html 3339]: Date and Time on the Internet: Timestamps&lt;br /&gt;
* W3C: [http://www.w3.org/TR/NOTE-datetime Note on Datetimes] &lt;br /&gt;
* Markus Kuhn: [http://www.cl.cam.ac.uk/~mgk25/iso-time.html A summary of the international standard date and time notation]&lt;br /&gt;
* Wikipedia: [http://en.wikipedia.org/wiki/ISO_8601 ISO 8601]&lt;/div&gt;</summary>
		<author><name>SeanHayes</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=abbr-design-pattern&amp;diff=15795</id>
		<title>abbr-design-pattern</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=abbr-design-pattern&amp;diff=15795"/>
		<updated>2007-04-19T10:42:35Z</updated>

		<summary type="html">&lt;p&gt;SeanHayes: /* Discussion */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Abbr design pattern =&lt;br /&gt;
&lt;br /&gt;
== Purpose ==&lt;br /&gt;
* Use the [[abbr-design-pattern]] to make text that is human readable also formally machine readable&lt;br /&gt;
* Avoiding using the [[abbr-design-pattern]] to re-encode human text or to hide data&lt;br /&gt;
&lt;br /&gt;
== How to use it ==&lt;br /&gt;
* enclose the human-friendly text that you want to make machine readable with &amp;lt;code&amp;gt;&amp;amp;lt;abbr&amp;gt;&amp;lt;/code&amp;gt; &lt;br /&gt;
* as per the [[class-design-pattern]], add the appropriate &amp;lt;code&amp;gt;class&amp;lt;/code&amp;gt; attribute to the &amp;lt;code&amp;gt;abbr&amp;lt;/code&amp;gt; element&lt;br /&gt;
* add a &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt; attribute to the &amp;lt;code&amp;gt;abbr&amp;lt;/code&amp;gt; element with the machine readable data as the value&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
The [[datetime-design-pattern]] formally encodes (the notoriously unparsable) datetimes into an &amp;lt;code&amp;gt;abbr&amp;lt;/code&amp;gt; element.&lt;br /&gt;
&lt;br /&gt;
Before:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
The party is at 10 o'clock on the 10th.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
After:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
The party is at &lt;br /&gt;
&amp;lt;abbr class=&amp;quot;dtstart&amp;quot; title=&amp;quot;20051010T10:10:10-0100&amp;quot;&amp;gt;10 o'clock on the 10th&amp;lt;/abbr&amp;gt;.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Discussion ==&lt;br /&gt;
''This discussion is culled from [http://microformats.org/discuss/mail/microformats-discuss/2005-October/001277.html here]''. Consider two possible uses for the [[abbr-design-pattern]]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&lt;br /&gt;
using ABBR to encode machine readable data around human readable data&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;abbr class=&amp;quot;dtstart&amp;quot; title=&amp;quot;20051010T10:10:10-0100&amp;quot;&amp;gt;10 o'clock on the 10th&amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&lt;br /&gt;
using ABBR to encode more formal human data around something less formal &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;abbr class=&amp;quot;author&amp;quot; title=&amp;quot;Danny Ayers&amp;quot;&amp;gt;Danny&amp;lt;/abbr&amp;gt; &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Use #1 is encouraged if there's a reasonable need for it. Use #2 is discouraged under the [http://c2.com/cgi-bin/wiki?DontRepeatYourself Don't Repeat Yourself principle], as: &amp;quot;#2 is a case of *more* information being invisibly present, namely, the&lt;br /&gt;
last name in this case. If someone is not willing to make some information visible, then we&lt;br /&gt;
shouldn't be encouraging them to store that information invisibly, for all&lt;br /&gt;
the same reasons that invisible metadata is bad/futile in the first place.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
''I'd like to delete this below, as the points are covered above''&lt;br /&gt;
&lt;br /&gt;
* Theoretically, this could be done with almost any HTML element. But is it a good idea? If it's not, is abbr the only one? [[DavidJanes]]&lt;br /&gt;
* abbr-design-pattern should be avoided, if possible. [[User:RobertBachmann|RobertBachmann]]&lt;br /&gt;
** why, or under what circumstances? For example, it is quite useful with datetimes. Should there not be other potentially analogous situations? [[DavidJanes]]&lt;br /&gt;
&lt;br /&gt;
** Under circumstances where the text in the title would be gobbledegook if read by a screenreader. JAWS and other screenreaders use abbr, when used properly (as in this example from the WCAG group) to pronounce words which would otherwise be unreadable or confusing.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Sugar is commonly sold in 5 &amp;lt;abbr title=&amp;quot;pound&amp;quot;&amp;gt;lb.&amp;lt;abbr&amp;gt; bags.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Welcome to the &amp;lt;abbr title=&amp;quot;World Wide Web&amp;quot;&amp;gt;WWW&amp;lt;/abbr&amp;gt;!&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A Datetime as a title would not be a good use of abbr, and is using abbr in the wrong direction.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[Main_Page#Design_Patterns|All microformat design patterns]]&lt;br /&gt;
* [http://microformats.org/discuss/mail/microformats-discuss/2005-October/001277.html discussion in microformats-discuss]&lt;br /&gt;
* [[datetime-design-pattern]] uses [[abbr-design-pattern]]&lt;br /&gt;
* [http://www.w3.org/TR/REC-html40/struct/text.html#edef-ABBR HTML 4.01 definition]&lt;/div&gt;</summary>
		<author><name>SeanHayes</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=genealogy-formats&amp;diff=15799</id>
		<title>genealogy-formats</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=genealogy-formats&amp;diff=15799"/>
		<updated>2007-04-19T10:16:25Z</updated>

		<summary type="html">&lt;p&gt;SeanHayes: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Genealogy Formats =&lt;br /&gt;
&lt;br /&gt;
I started this page because someone (Bob Jonkman apparently) added a bunch of stuff to the [http://developers.technorati.com/wiki/MicroFormats Technorati microformats page] on genealogy, and I moved it here. -[http://tantek.com/log/ Tantek]&lt;br /&gt;
&lt;br /&gt;
I'm not sure whether it makes sense to do GEDCOM as its own format, or as an extention of some kind to [[hcard|hCard]], I'm working out some ideas in this [[GEDCOM Worked example]]. This is very sketchy right now, but I'm working it out in real time.-[[User:SeanHayes|SeanHayes]] it might go away at any time.&lt;br /&gt;
&lt;br /&gt;
see: The Dring tree [http://www.sussexbarn.com/dring/web/dring/pafg01.htm] for an interesting family tree website.&lt;br /&gt;
&lt;br /&gt;
== GEDCOM ==&lt;br /&gt;
&lt;br /&gt;
* Coding the GEDCOM standard into hGEDCOM. I don't know of any projects working on this, but nominate [http://www.starkeffect.com/ged2html/3.6a/ Gene Stark's GED2HTML translator] (esp. the [http://www.starkeffect.com/ged2html/3.6a/templates.html modifiable output program]) as a suitable candidate for hGEDCOM hacking. See also [http://homepages.rootsweb.com/~pmcbride/genweb.html#gedcom Paul McBride's links] to GEDCOM standards and resources. --[mailto:bjonkman@sobac.com Bob Jonkman]&lt;br /&gt;
&lt;br /&gt;
* Had a look at some examples of what GEDCOM creates [http://en.wikipedia.org/wiki/GEDCOM#Example].  Basically, seems to be [[xfn|XFN]] relationships (siblings, spouses etc.) and [[hcard|hCard]] information (could genealogy be inferred from existing XFNs regardless of a hGED format?). The only additional information we do not currently hold in a format is that of gender. GEDCOM specifies male or female for each individual. Creating something using these formats would be quite straightforward, but not sure its takeup would be good unless someone was interested in creating a hGEDCOM2GEDCOM. -- [[user:Phae|Frances Berriman]]&lt;br /&gt;
&lt;br /&gt;
* GEDCOM is basically a set of INDIvidual records, related by FAMily nodes the family nodes contain the HUSBand, WIFE and CHILd. The INDI records are quite similar and might be replaced by hCard records, but the graph structure is a little harder to capture; families arent strict trees, so a direct mapping to XML doesnt really work. Publishing a GEDCOM database directly to the web might not be the most logical thing to do.&lt;br /&gt;
&lt;br /&gt;
* Genealogical information has date-of-death, which is also missing in hCard format (although hCard does have date-of-birth).  Much of genealogical information is event based: Date of birth, date of death, dates of marriages and divorces, and many other significant events such as religious observances (Baptisms, Bar/Bat Mitzvahs) and migrations (&amp;quot;Moved to Canada from the Netherlands&amp;quot;).  This all translates wonderfully to [[hCalendar]].  Additionally, a properly researched family tree will cite sources for all the data listed, and so could use [[citation|hCite]].  The biggest problem I see in using hCalendar is that genealogical data allows approximate dates, specifically &amp;quot;ABT 4 July 1776&amp;quot;, &amp;quot;BEF 25 Dec 1903&amp;quot;, &amp;quot;AFT 11 Nov 1918&amp;quot;. It also also allows ambiguous dates, &amp;quot;July 1867&amp;quot; or just &amp;quot;1886&amp;quot;, or even &amp;quot;4 July&amp;quot;.  And these in combination, (Approximately ambiguous dates?  Ambiguously approximate dates?), eg. &amp;quot;BEF Feb 2007&amp;quot;, &amp;quot;AFT 1945&amp;quot;.  The most ambiguous entries I've seen for dates are &amp;quot;DECEASED&amp;quot; when date-of-death is unknown, and &amp;quot;NOT MARRIED&amp;quot; for couples who have not had a wedding ceremony.  (Info from ''Guidelines for event dates'' in the PAF Help File).&lt;br /&gt;
&lt;br /&gt;
::The only relationship links in GEDCOM are HUSBand, WIFE and CHILd.  All other relationships (brother, sister, grandparents, grandchildren, uncles, aunts, nieces, nephews, cousins) can be inferred by traversing family records.  This does mean that any collection of genealogical pages need some way to cross-reference to each other.  This isn't a problem for all pages on a single Web site, which use RIN (Record Identifier) or REFN (User Reference Number).  However, different Web pages maintained by different genealogists may have conflicting RINs and REFNs. There is a globally-unique AFN (Ancestral File Number) issued by the Church of Jesus Christ of Latter-Day Saints (LDS), but I don't know how they're issued and most genealogical sites don't use them anyway.  &lt;br /&gt;
&lt;br /&gt;
::The GEDCOM format contains much other data specific to the LDS, but I don't know how widespread it is, nor how appropriate it would be to code it into a microformat intended to reach well beyond the LDS.&lt;br /&gt;
&lt;br /&gt;
::Regardless of whether an hGED microformat is developed, it would still be valuable to mark up genealogical information with microformats on Web pages for the semantic value.&lt;br /&gt;
&lt;br /&gt;
::[[User:Bob Jonkman|Bob Jonkman]] 07:58, 9 Feb 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
==Wikipedia's Persondata==&lt;br /&gt;
Wikipedia's [http://en.wikipedia.org/wiki/Wikipedia:Persondata Persondata] aligns very closely with hCard, but has additional date and place of birth &amp;amp; death fields. [[User:AndyMabbett|Andy Mabbett]] 13:04, 28 Jan 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
*GEDCOM specifications are documented on the FamilySearch website: [http://www.familysearch.org/Eng/Home/FAQ/faq_gedcom.asp]&lt;br /&gt;
** [http://www.familysearch.org/GEDCOM/GEDCOM55.EXE GEDCOM 5.5 Standard] (Executable file in Envoy format) (broken?)&lt;br /&gt;
** HTML translation [http://homepages.rootsweb.com/~pmcbride/gedcom/55gctoc.htm  GEDCOM 5.5 Standard]&lt;br /&gt;
** [http://www.familysearch.org/GEDCOM/GedXML60.pdf Draft Specification for GEDCOM XML 6.0] (PDF)&lt;br /&gt;
*Personal Ancestral File (PAF)&lt;br /&gt;
**[http://en.wikipedia.org/wiki/Personal_Ancestral_File Personal Ancestral File]&lt;br /&gt;
**[http://productsupport.familysearch.org/supportroot/eng/frameset_products.asp PAF support page]&lt;br /&gt;
**[http://en.wikipedia.org/wiki/Ancestral_File_Number Ancestral File Number]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[genealogy-brainstorming]]&lt;br /&gt;
*[[hcard|hCard]]&lt;/div&gt;</summary>
		<author><name>SeanHayes</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=GEDCOM_Worked_example&amp;diff=15798</id>
		<title>GEDCOM Worked example</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=GEDCOM_Worked_example&amp;diff=15798"/>
		<updated>2007-04-19T10:15:15Z</updated>

		<summary type="html">&lt;p&gt;SeanHayes: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''This document is not following the [[process]]. Before proposing a micro(or 'mini')format, please research examples in the wild and derive and implied schema. -- RyanKing'''&lt;br /&gt;
&lt;br /&gt;
Actually this document '''is''' the process. This is a work in progress. think of it as an extended public brainfart if it helps. It is building on some ideas from, and will go in the main [[genealogy-formats|genealogy exploration]] section when done&lt;br /&gt;
--&lt;br /&gt;
&lt;br /&gt;
==  Example GEDCOM file ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
0 HEAD&lt;br /&gt;
1 SOUR TESTAPP&lt;br /&gt;
2 VERS V0.1&lt;br /&gt;
2 CORP Test Data&lt;br /&gt;
1 DEST REUNION&lt;br /&gt;
1 DATE 18 APR 2007&lt;br /&gt;
1 FILE Master Database&lt;br /&gt;
1 GEDC&lt;br /&gt;
2 VERS 5.01&lt;br /&gt;
1 CHAR ASCII&lt;br /&gt;
0 @I1@ INDI&lt;br /&gt;
1 NAME Edward Sean /Hayes/&lt;br /&gt;
1 SEX M&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 1 DEC 1961&lt;br /&gt;
2 PLAC Royal Free Hospital London&lt;br /&gt;
1 OCCU Program Manager&lt;br /&gt;
1 EDUC Westfield College&lt;br /&gt;
1 FAMS @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @I2@ INDI&lt;br /&gt;
1 NAME Tamsin Clare /Hayes/&lt;br /&gt;
1 SEX F&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 25 JUL 1963&lt;br /&gt;
2 PLAC London&lt;br /&gt;
1 OCCU Therapist&lt;br /&gt;
1 EDUC School&lt;br /&gt;
1 RELI None&lt;br /&gt;
1 FAMS @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @I3@ INDI&lt;br /&gt;
1 NAME Alice Rose /Hayes/&lt;br /&gt;
1 SEX F&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 17 FEB 1986&lt;br /&gt;
2 PLAC Park Royal, London&lt;br /&gt;
1 RELI None&lt;br /&gt;
1 FAMC @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @I4@ INDI&lt;br /&gt;
1 NAME Megan Christine /Hayes/&lt;br /&gt;
1 SEX F&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 21 NOV 1986&lt;br /&gt;
2 PLAC Bristol&lt;br /&gt;
1 RELI None&lt;br /&gt;
1 FAMC @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @F1@ FAM&lt;br /&gt;
1 HUSB @I1@&lt;br /&gt;
1 WIFE @I2@&lt;br /&gt;
1 CHIL @I3@&lt;br /&gt;
1 CHIL @I4@&lt;br /&gt;
1 MARR&lt;br /&gt;
2 DATE 25 SEP 1985&lt;br /&gt;
2 PLAC London&lt;br /&gt;
0 TRLR&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Possible microformat ==&lt;br /&gt;
&lt;br /&gt;
The below is a pretty literal translation of the above. GEDCOM uses a hierachical record structure, which maps to XML relatively easily, and also uses links which map reasonably well to id and &amp;lt;a&amp;gt; in HTML. I've done a simple styling here which positions the family grouping. I'll try and get this up on a webserver somewhere soon. This is not really a proposal at this stage, but an exploration to see if a GEDCOM microformat even makes sense.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD XHTML 1.0 Strict//EN&amp;quot; &amp;quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;html xmlns=&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;head&amp;gt;&lt;br /&gt;
		&amp;lt;title&amp;gt;Enter the title of your XHTML document here&amp;lt;/title&amp;gt;&lt;br /&gt;
		&amp;lt;style type=&amp;quot;text/css&amp;quot;&amp;gt;&lt;br /&gt;
		.CHAN { display:none }&lt;br /&gt;
		.HEAD { display:none }&lt;br /&gt;
		.INDI { font-family:'Arial'; font-size:7pt; position: absolute; width:20em; height:14; left: 0; text-align: Center; border: 1pt solid black;margin-top: 0pt; margin-bottom: 1pt }			      .MARR { font-family:'Arial'; font-size:7pt; position: absolute; left:21em; top:4.5em; width:9.7em; height:14;  text-align: Center; border: 1pt solid black;margin-top: 0pt; margin-bottom: 1pt }	&lt;br /&gt;
	      .FAM { font-family:'Arial'; font-size:7pt; position: absolute; text-align: Center; border: 1pt solid black;margin-top: 0pt; margin-bottom: 1pt }	&lt;br /&gt;
	      .FAMS { font-family:'Arial'; font-size:6pt; padding-left: 20em; }	&lt;br /&gt;
		&amp;lt;/style&amp;gt;&lt;br /&gt;
	&amp;lt;/head&amp;gt;&lt;br /&gt;
	&amp;lt;body&amp;gt;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;gedcom&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;div class=&amp;quot;HEAD&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;a class=&amp;quot;SOUR&amp;quot; href=&amp;quot;www.seanhayes.tv/geneaology/testapp&amp;quot;&amp;gt;TESTAPP&amp;lt;/a&amp;gt;&lt;br /&gt;
				&amp;lt;span class=&amp;quot;VERS&amp;quot;&amp;gt; V0.1&amp;lt;/span&amp;gt;&lt;br /&gt;
				&amp;lt;a class=&amp;quot;CORP&amp;quot; href=&amp;quot;www.seanhayes.tv/geneaology&amp;quot;&amp;gt;Test Data&amp;lt;/a&amp;gt;&lt;br /&gt;
				&amp;lt;a class=&amp;quot;DEST&amp;quot; href=&amp;quot;www.seanhayes.tv/geneaology/reunion&amp;quot;&amp;gt;REUNION&amp;lt;/a&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt;18 APR 2007&amp;lt;/div&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;FILE&amp;quot;&amp;gt;Master Database&amp;lt;/div&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;GEDC&amp;quot;&amp;gt;&lt;br /&gt;
					&amp;lt;span class=&amp;quot;VERS&amp;quot;&amp;gt;5.01 &amp;lt;/span&amp;gt;&lt;br /&gt;
					&amp;lt;span class=&amp;quot;CHAR&amp;quot;&amp;gt;ASCII &amp;lt;/span&amp;gt;&lt;br /&gt;
				&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;div id=&amp;quot;I1&amp;quot; class=&amp;quot;INDI&amp;quot; style=&amp;quot;left:10em; top:10em&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;NAME&amp;quot;&amp;gt;&lt;br /&gt;
					Edward Sean&lt;br /&gt;
					&amp;lt;span class=&amp;quot;FAML&amp;quot;&amp;gt;Hayes&amp;lt;/span&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;SEX&amp;quot;&amp;gt;M&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;BIRT&amp;quot;&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt; 1 DEC 1961&amp;lt;/div&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;PLAC&amp;quot;&amp;gt; Royal Free Hospital London&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;OCCU&amp;quot;&amp;gt; Program Manager&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;EDUC&amp;quot;&amp;gt; Westfield College&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;a class=&amp;quot;FAMS&amp;quot; href=&amp;quot;#F1&amp;quot;&amp;gt;@F1@&amp;lt;/a&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;CHAN&amp;quot;&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt; 18 APR 2007&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;/div&amp;gt;&lt;br /&gt;
				&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;div id=&amp;quot;I2&amp;quot; class=&amp;quot;INDI&amp;quot; style=&amp;quot;left:40em; top:10em&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;NAME&amp;quot;&amp;gt;&lt;br /&gt;
					Tamsin Clare &amp;lt;span class=&amp;quot;FAML&amp;quot;&amp;gt;Hayes&amp;lt;/span&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;SEX&amp;quot;&amp;gt;F&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;BIRT&amp;quot;&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt;25 JUL 1963&amp;lt;/div&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;PLAC&amp;quot;&amp;gt;London&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;OCCU&amp;quot;&amp;gt;Therapist&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;EDUC&amp;quot;&amp;gt;School&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;a class=&amp;quot;FAMS&amp;quot; href=&amp;quot;#F1&amp;quot;&amp;gt;@F1@&amp;lt;/a&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;CHAN&amp;quot;&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt; 18 APR 2007&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;/div&amp;gt;&lt;br /&gt;
				&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;div id=&amp;quot;I3&amp;quot; class=&amp;quot;INDI&amp;quot; style=&amp;quot;left:10em; top:30em&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;NAME&amp;quot;&amp;gt;&lt;br /&gt;
					Alice Rose &amp;lt;span class=&amp;quot;FAML&amp;quot;&amp;gt;Hayes&amp;lt;/span&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;SEX&amp;quot;&amp;gt;F&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;BIRT&amp;quot;&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt;17 FEB 1986&amp;lt;/div&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;PLAC&amp;quot;&amp;gt;Park Royal Hospital London&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;OCCU&amp;quot;&amp;gt;Student&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;EDUC&amp;quot;&amp;gt;BristolCollege&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;a class=&amp;quot;FAMS&amp;quot; href=&amp;quot;#F1&amp;quot;&amp;gt;@F1@&amp;lt;/a&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;CHAN&amp;quot;&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt; 18 APR 2007&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;/div&amp;gt;&lt;br /&gt;
				&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;div id=&amp;quot;I4&amp;quot; class=&amp;quot;INDI&amp;quot; style=&amp;quot;left:40em; top:30em&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;NAME&amp;quot;&amp;gt;&lt;br /&gt;
					Megan Christine &amp;lt;span class=&amp;quot;FAML&amp;quot;&amp;gt;Hayes&amp;lt;/span&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;SEX&amp;quot;&amp;gt;F&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;BIRT&amp;quot;&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt;21 NOV 1988&amp;lt;/div&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;PLAC&amp;quot;&amp;gt;Southmead Hospital Bristol&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;OCCU&amp;quot;&amp;gt;Student&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;EDUC&amp;quot;&amp;gt;Bristol College&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;a class=&amp;quot;FAMS&amp;quot; href=&amp;quot;#F1&amp;quot;&amp;gt;@F1@&amp;lt;/a&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;CHAN&amp;quot;&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt; 18 APR 2007&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;/div&amp;gt;&lt;br /&gt;
				&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;div class=&amp;quot;FAM&amp;quot; id=&amp;quot;F1&amp;quot; style=&amp;quot;left:9em; top:8em; width:52em; height:32em; &amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;a class=&amp;quot;HUSB&amp;quot; href=&amp;quot;#I1&amp;quot;&amp;gt; @I1@&amp;lt;/a&amp;gt;&lt;br /&gt;
				&amp;lt;a class=&amp;quot;WIFE&amp;quot; href=&amp;quot;#I2&amp;quot;&amp;gt; @I2@&amp;lt;/a&amp;gt;&lt;br /&gt;
				&amp;lt;a class=&amp;quot;CHIL&amp;quot; href=&amp;quot;#I3&amp;quot;&amp;gt; @I3@&amp;lt;/a&amp;gt;&lt;br /&gt;
				&amp;lt;a class=&amp;quot;CHIL&amp;quot; href=&amp;quot;#I4&amp;quot;&amp;gt; @I4@&amp;lt;/a&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;MARR&amp;quot;&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt; 25 SEP 1985&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;PLAC&amp;quot;&amp;gt; London&amp;lt;/div&amp;gt;&lt;br /&gt;
				&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;/div&amp;gt;&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
	&amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*The INDI records could be replaced by hCard records. Need to look at a tag by tag mapping here.&lt;br /&gt;
&lt;br /&gt;
*This example doesnt use EVENt tags, which might map to hCalendar&lt;br /&gt;
&lt;br /&gt;
*The FAM records are the graph structure. This is really what is needed over and above an hCard, along with the more specialised SOURce records which record documentaiton (hCite?). &lt;br /&gt;
&lt;br /&gt;
*It's basically a linkage structure, made slightly more complicated by the fact that an INDIvidual can appear in more than one FAMily record. e.g. if they remarry. rather than a specific geneaology microformat, maybe a general hGraph structure might be appropriate?&lt;/div&gt;</summary>
		<author><name>SeanHayes</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=GEDCOM_Worked_example&amp;diff=15786</id>
		<title>GEDCOM Worked example</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=GEDCOM_Worked_example&amp;diff=15786"/>
		<updated>2007-04-19T10:13:59Z</updated>

		<summary type="html">&lt;p&gt;SeanHayes: /* Notes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''This document is not following the [[process]]. Before proposing a micro(or 'mini')format, please research examples in the wild and derive and implied schema. -- RyanKing'''&lt;br /&gt;
&lt;br /&gt;
I Know that. This is a work in progress. think of it as an extended public brainfart if it helps., it will go in the main [[genealogy-formats|genealogy exploration]] section when I'm done&lt;br /&gt;
--&lt;br /&gt;
&lt;br /&gt;
==  Example GEDCOM file ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
0 HEAD&lt;br /&gt;
1 SOUR TESTAPP&lt;br /&gt;
2 VERS V0.1&lt;br /&gt;
2 CORP Test Data&lt;br /&gt;
1 DEST REUNION&lt;br /&gt;
1 DATE 18 APR 2007&lt;br /&gt;
1 FILE Master Database&lt;br /&gt;
1 GEDC&lt;br /&gt;
2 VERS 5.01&lt;br /&gt;
1 CHAR ASCII&lt;br /&gt;
0 @I1@ INDI&lt;br /&gt;
1 NAME Edward Sean /Hayes/&lt;br /&gt;
1 SEX M&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 1 DEC 1961&lt;br /&gt;
2 PLAC Royal Free Hospital London&lt;br /&gt;
1 OCCU Program Manager&lt;br /&gt;
1 EDUC Westfield College&lt;br /&gt;
1 FAMS @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @I2@ INDI&lt;br /&gt;
1 NAME Tamsin Clare /Hayes/&lt;br /&gt;
1 SEX F&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 25 JUL 1963&lt;br /&gt;
2 PLAC London&lt;br /&gt;
1 OCCU Therapist&lt;br /&gt;
1 EDUC School&lt;br /&gt;
1 RELI None&lt;br /&gt;
1 FAMS @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @I3@ INDI&lt;br /&gt;
1 NAME Alice Rose /Hayes/&lt;br /&gt;
1 SEX F&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 17 FEB 1986&lt;br /&gt;
2 PLAC Park Royal, London&lt;br /&gt;
1 RELI None&lt;br /&gt;
1 FAMC @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @I4@ INDI&lt;br /&gt;
1 NAME Megan Christine /Hayes/&lt;br /&gt;
1 SEX F&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 21 NOV 1986&lt;br /&gt;
2 PLAC Bristol&lt;br /&gt;
1 RELI None&lt;br /&gt;
1 FAMC @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @F1@ FAM&lt;br /&gt;
1 HUSB @I1@&lt;br /&gt;
1 WIFE @I2@&lt;br /&gt;
1 CHIL @I3@&lt;br /&gt;
1 CHIL @I4@&lt;br /&gt;
1 MARR&lt;br /&gt;
2 DATE 25 SEP 1985&lt;br /&gt;
2 PLAC London&lt;br /&gt;
0 TRLR&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Possible microformat ==&lt;br /&gt;
&lt;br /&gt;
The below is a pretty literal translation of the above. GEDCOM uses a hierachical record structure, which maps to XML relatively easily, and also uses links which map reasonably well to id and &amp;lt;a&amp;gt; in HTML. I've done a simple styling here which positions the family grouping. I'll try and get this up on a webserver somewhere soon. This is not really a proposal at this stage, but an exploration to see if a GEDCOM microformat even makes sense.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD XHTML 1.0 Strict//EN&amp;quot; &amp;quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;html xmlns=&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;head&amp;gt;&lt;br /&gt;
		&amp;lt;title&amp;gt;Enter the title of your XHTML document here&amp;lt;/title&amp;gt;&lt;br /&gt;
		&amp;lt;style type=&amp;quot;text/css&amp;quot;&amp;gt;&lt;br /&gt;
		.CHAN { display:none }&lt;br /&gt;
		.HEAD { display:none }&lt;br /&gt;
		.INDI { font-family:'Arial'; font-size:7pt; position: absolute; width:20em; height:14; left: 0; text-align: Center; border: 1pt solid black;margin-top: 0pt; margin-bottom: 1pt }			      .MARR { font-family:'Arial'; font-size:7pt; position: absolute; left:21em; top:4.5em; width:9.7em; height:14;  text-align: Center; border: 1pt solid black;margin-top: 0pt; margin-bottom: 1pt }	&lt;br /&gt;
	      .FAM { font-family:'Arial'; font-size:7pt; position: absolute; text-align: Center; border: 1pt solid black;margin-top: 0pt; margin-bottom: 1pt }	&lt;br /&gt;
	      .FAMS { font-family:'Arial'; font-size:6pt; padding-left: 20em; }	&lt;br /&gt;
		&amp;lt;/style&amp;gt;&lt;br /&gt;
	&amp;lt;/head&amp;gt;&lt;br /&gt;
	&amp;lt;body&amp;gt;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;gedcom&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;div class=&amp;quot;HEAD&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;a class=&amp;quot;SOUR&amp;quot; href=&amp;quot;www.seanhayes.tv/geneaology/testapp&amp;quot;&amp;gt;TESTAPP&amp;lt;/a&amp;gt;&lt;br /&gt;
				&amp;lt;span class=&amp;quot;VERS&amp;quot;&amp;gt; V0.1&amp;lt;/span&amp;gt;&lt;br /&gt;
				&amp;lt;a class=&amp;quot;CORP&amp;quot; href=&amp;quot;www.seanhayes.tv/geneaology&amp;quot;&amp;gt;Test Data&amp;lt;/a&amp;gt;&lt;br /&gt;
				&amp;lt;a class=&amp;quot;DEST&amp;quot; href=&amp;quot;www.seanhayes.tv/geneaology/reunion&amp;quot;&amp;gt;REUNION&amp;lt;/a&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt;18 APR 2007&amp;lt;/div&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;FILE&amp;quot;&amp;gt;Master Database&amp;lt;/div&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;GEDC&amp;quot;&amp;gt;&lt;br /&gt;
					&amp;lt;span class=&amp;quot;VERS&amp;quot;&amp;gt;5.01 &amp;lt;/span&amp;gt;&lt;br /&gt;
					&amp;lt;span class=&amp;quot;CHAR&amp;quot;&amp;gt;ASCII &amp;lt;/span&amp;gt;&lt;br /&gt;
				&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;div id=&amp;quot;I1&amp;quot; class=&amp;quot;INDI&amp;quot; style=&amp;quot;left:10em; top:10em&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;NAME&amp;quot;&amp;gt;&lt;br /&gt;
					Edward Sean&lt;br /&gt;
					&amp;lt;span class=&amp;quot;FAML&amp;quot;&amp;gt;Hayes&amp;lt;/span&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;SEX&amp;quot;&amp;gt;M&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;BIRT&amp;quot;&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt; 1 DEC 1961&amp;lt;/div&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;PLAC&amp;quot;&amp;gt; Royal Free Hospital London&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;OCCU&amp;quot;&amp;gt; Program Manager&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;EDUC&amp;quot;&amp;gt; Westfield College&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;a class=&amp;quot;FAMS&amp;quot; href=&amp;quot;#F1&amp;quot;&amp;gt;@F1@&amp;lt;/a&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;CHAN&amp;quot;&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt; 18 APR 2007&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;/div&amp;gt;&lt;br /&gt;
				&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;div id=&amp;quot;I2&amp;quot; class=&amp;quot;INDI&amp;quot; style=&amp;quot;left:40em; top:10em&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;NAME&amp;quot;&amp;gt;&lt;br /&gt;
					Tamsin Clare &amp;lt;span class=&amp;quot;FAML&amp;quot;&amp;gt;Hayes&amp;lt;/span&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;SEX&amp;quot;&amp;gt;F&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;BIRT&amp;quot;&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt;25 JUL 1963&amp;lt;/div&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;PLAC&amp;quot;&amp;gt;London&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;OCCU&amp;quot;&amp;gt;Therapist&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;EDUC&amp;quot;&amp;gt;School&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;a class=&amp;quot;FAMS&amp;quot; href=&amp;quot;#F1&amp;quot;&amp;gt;@F1@&amp;lt;/a&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;CHAN&amp;quot;&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt; 18 APR 2007&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;/div&amp;gt;&lt;br /&gt;
				&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;div id=&amp;quot;I3&amp;quot; class=&amp;quot;INDI&amp;quot; style=&amp;quot;left:10em; top:30em&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;NAME&amp;quot;&amp;gt;&lt;br /&gt;
					Alice Rose &amp;lt;span class=&amp;quot;FAML&amp;quot;&amp;gt;Hayes&amp;lt;/span&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;SEX&amp;quot;&amp;gt;F&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;BIRT&amp;quot;&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt;17 FEB 1986&amp;lt;/div&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;PLAC&amp;quot;&amp;gt;Park Royal Hospital London&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;OCCU&amp;quot;&amp;gt;Student&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;EDUC&amp;quot;&amp;gt;BristolCollege&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;a class=&amp;quot;FAMS&amp;quot; href=&amp;quot;#F1&amp;quot;&amp;gt;@F1@&amp;lt;/a&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;CHAN&amp;quot;&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt; 18 APR 2007&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;/div&amp;gt;&lt;br /&gt;
				&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;div id=&amp;quot;I4&amp;quot; class=&amp;quot;INDI&amp;quot; style=&amp;quot;left:40em; top:30em&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;NAME&amp;quot;&amp;gt;&lt;br /&gt;
					Megan Christine &amp;lt;span class=&amp;quot;FAML&amp;quot;&amp;gt;Hayes&amp;lt;/span&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;SEX&amp;quot;&amp;gt;F&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;BIRT&amp;quot;&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt;21 NOV 1988&amp;lt;/div&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;PLAC&amp;quot;&amp;gt;Southmead Hospital Bristol&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;OCCU&amp;quot;&amp;gt;Student&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;EDUC&amp;quot;&amp;gt;Bristol College&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;a class=&amp;quot;FAMS&amp;quot; href=&amp;quot;#F1&amp;quot;&amp;gt;@F1@&amp;lt;/a&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;CHAN&amp;quot;&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt; 18 APR 2007&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;/div&amp;gt;&lt;br /&gt;
				&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;div class=&amp;quot;FAM&amp;quot; id=&amp;quot;F1&amp;quot; style=&amp;quot;left:9em; top:8em; width:52em; height:32em; &amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;a class=&amp;quot;HUSB&amp;quot; href=&amp;quot;#I1&amp;quot;&amp;gt; @I1@&amp;lt;/a&amp;gt;&lt;br /&gt;
				&amp;lt;a class=&amp;quot;WIFE&amp;quot; href=&amp;quot;#I2&amp;quot;&amp;gt; @I2@&amp;lt;/a&amp;gt;&lt;br /&gt;
				&amp;lt;a class=&amp;quot;CHIL&amp;quot; href=&amp;quot;#I3&amp;quot;&amp;gt; @I3@&amp;lt;/a&amp;gt;&lt;br /&gt;
				&amp;lt;a class=&amp;quot;CHIL&amp;quot; href=&amp;quot;#I4&amp;quot;&amp;gt; @I4@&amp;lt;/a&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;MARR&amp;quot;&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt; 25 SEP 1985&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;PLAC&amp;quot;&amp;gt; London&amp;lt;/div&amp;gt;&lt;br /&gt;
				&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;/div&amp;gt;&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
	&amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*The INDI records could be replaced by hCard records. Need to look at a tag by tag mapping here.&lt;br /&gt;
&lt;br /&gt;
*This example doesnt use EVENt tags, which might map to hCalendar&lt;br /&gt;
&lt;br /&gt;
*The FAM records are the graph structure. This is really what is needed over and above an hCard, along with the more specialised SOURce records which record documentaiton (hCite?). &lt;br /&gt;
&lt;br /&gt;
*It's basically a linkage structure, made slightly more complicated by the fact that an INDIvidual can appear in more than one FAMily record. e.g. if they remarry. rather than a specific geneaology microformat, maybe a general hGraph structure might be appropriate?&lt;/div&gt;</summary>
		<author><name>SeanHayes</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=GEDCOM_Worked_example&amp;diff=15783</id>
		<title>GEDCOM Worked example</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=GEDCOM_Worked_example&amp;diff=15783"/>
		<updated>2007-04-19T10:13:25Z</updated>

		<summary type="html">&lt;p&gt;SeanHayes: /* Notes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''This document is not following the [[process]]. Before proposing a micro(or 'mini')format, please research examples in the wild and derive and implied schema. -- RyanKing'''&lt;br /&gt;
&lt;br /&gt;
I Know that. This is a work in progress. think of it as an extended public brainfart if it helps., it will go in the main [[genealogy-formats|genealogy exploration]] section when I'm done&lt;br /&gt;
--&lt;br /&gt;
&lt;br /&gt;
==  Example GEDCOM file ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
0 HEAD&lt;br /&gt;
1 SOUR TESTAPP&lt;br /&gt;
2 VERS V0.1&lt;br /&gt;
2 CORP Test Data&lt;br /&gt;
1 DEST REUNION&lt;br /&gt;
1 DATE 18 APR 2007&lt;br /&gt;
1 FILE Master Database&lt;br /&gt;
1 GEDC&lt;br /&gt;
2 VERS 5.01&lt;br /&gt;
1 CHAR ASCII&lt;br /&gt;
0 @I1@ INDI&lt;br /&gt;
1 NAME Edward Sean /Hayes/&lt;br /&gt;
1 SEX M&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 1 DEC 1961&lt;br /&gt;
2 PLAC Royal Free Hospital London&lt;br /&gt;
1 OCCU Program Manager&lt;br /&gt;
1 EDUC Westfield College&lt;br /&gt;
1 FAMS @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @I2@ INDI&lt;br /&gt;
1 NAME Tamsin Clare /Hayes/&lt;br /&gt;
1 SEX F&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 25 JUL 1963&lt;br /&gt;
2 PLAC London&lt;br /&gt;
1 OCCU Therapist&lt;br /&gt;
1 EDUC School&lt;br /&gt;
1 RELI None&lt;br /&gt;
1 FAMS @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @I3@ INDI&lt;br /&gt;
1 NAME Alice Rose /Hayes/&lt;br /&gt;
1 SEX F&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 17 FEB 1986&lt;br /&gt;
2 PLAC Park Royal, London&lt;br /&gt;
1 RELI None&lt;br /&gt;
1 FAMC @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @I4@ INDI&lt;br /&gt;
1 NAME Megan Christine /Hayes/&lt;br /&gt;
1 SEX F&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 21 NOV 1986&lt;br /&gt;
2 PLAC Bristol&lt;br /&gt;
1 RELI None&lt;br /&gt;
1 FAMC @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @F1@ FAM&lt;br /&gt;
1 HUSB @I1@&lt;br /&gt;
1 WIFE @I2@&lt;br /&gt;
1 CHIL @I3@&lt;br /&gt;
1 CHIL @I4@&lt;br /&gt;
1 MARR&lt;br /&gt;
2 DATE 25 SEP 1985&lt;br /&gt;
2 PLAC London&lt;br /&gt;
0 TRLR&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Possible microformat ==&lt;br /&gt;
&lt;br /&gt;
The below is a pretty literal translation of the above. GEDCOM uses a hierachical record structure, which maps to XML relatively easily, and also uses links which map reasonably well to id and &amp;lt;a&amp;gt; in HTML. I've done a simple styling here which positions the family grouping. I'll try and get this up on a webserver somewhere soon. This is not really a proposal at this stage, but an exploration to see if a GEDCOM microformat even makes sense.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD XHTML 1.0 Strict//EN&amp;quot; &amp;quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;html xmlns=&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;head&amp;gt;&lt;br /&gt;
		&amp;lt;title&amp;gt;Enter the title of your XHTML document here&amp;lt;/title&amp;gt;&lt;br /&gt;
		&amp;lt;style type=&amp;quot;text/css&amp;quot;&amp;gt;&lt;br /&gt;
		.CHAN { display:none }&lt;br /&gt;
		.HEAD { display:none }&lt;br /&gt;
		.INDI { font-family:'Arial'; font-size:7pt; position: absolute; width:20em; height:14; left: 0; text-align: Center; border: 1pt solid black;margin-top: 0pt; margin-bottom: 1pt }			      .MARR { font-family:'Arial'; font-size:7pt; position: absolute; left:21em; top:4.5em; width:9.7em; height:14;  text-align: Center; border: 1pt solid black;margin-top: 0pt; margin-bottom: 1pt }	&lt;br /&gt;
	      .FAM { font-family:'Arial'; font-size:7pt; position: absolute; text-align: Center; border: 1pt solid black;margin-top: 0pt; margin-bottom: 1pt }	&lt;br /&gt;
	      .FAMS { font-family:'Arial'; font-size:6pt; padding-left: 20em; }	&lt;br /&gt;
		&amp;lt;/style&amp;gt;&lt;br /&gt;
	&amp;lt;/head&amp;gt;&lt;br /&gt;
	&amp;lt;body&amp;gt;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;gedcom&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;div class=&amp;quot;HEAD&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;a class=&amp;quot;SOUR&amp;quot; href=&amp;quot;www.seanhayes.tv/geneaology/testapp&amp;quot;&amp;gt;TESTAPP&amp;lt;/a&amp;gt;&lt;br /&gt;
				&amp;lt;span class=&amp;quot;VERS&amp;quot;&amp;gt; V0.1&amp;lt;/span&amp;gt;&lt;br /&gt;
				&amp;lt;a class=&amp;quot;CORP&amp;quot; href=&amp;quot;www.seanhayes.tv/geneaology&amp;quot;&amp;gt;Test Data&amp;lt;/a&amp;gt;&lt;br /&gt;
				&amp;lt;a class=&amp;quot;DEST&amp;quot; href=&amp;quot;www.seanhayes.tv/geneaology/reunion&amp;quot;&amp;gt;REUNION&amp;lt;/a&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt;18 APR 2007&amp;lt;/div&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;FILE&amp;quot;&amp;gt;Master Database&amp;lt;/div&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;GEDC&amp;quot;&amp;gt;&lt;br /&gt;
					&amp;lt;span class=&amp;quot;VERS&amp;quot;&amp;gt;5.01 &amp;lt;/span&amp;gt;&lt;br /&gt;
					&amp;lt;span class=&amp;quot;CHAR&amp;quot;&amp;gt;ASCII &amp;lt;/span&amp;gt;&lt;br /&gt;
				&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;div id=&amp;quot;I1&amp;quot; class=&amp;quot;INDI&amp;quot; style=&amp;quot;left:10em; top:10em&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;NAME&amp;quot;&amp;gt;&lt;br /&gt;
					Edward Sean&lt;br /&gt;
					&amp;lt;span class=&amp;quot;FAML&amp;quot;&amp;gt;Hayes&amp;lt;/span&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;SEX&amp;quot;&amp;gt;M&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;BIRT&amp;quot;&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt; 1 DEC 1961&amp;lt;/div&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;PLAC&amp;quot;&amp;gt; Royal Free Hospital London&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;OCCU&amp;quot;&amp;gt; Program Manager&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;EDUC&amp;quot;&amp;gt; Westfield College&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;a class=&amp;quot;FAMS&amp;quot; href=&amp;quot;#F1&amp;quot;&amp;gt;@F1@&amp;lt;/a&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;CHAN&amp;quot;&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt; 18 APR 2007&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;/div&amp;gt;&lt;br /&gt;
				&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;div id=&amp;quot;I2&amp;quot; class=&amp;quot;INDI&amp;quot; style=&amp;quot;left:40em; top:10em&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;NAME&amp;quot;&amp;gt;&lt;br /&gt;
					Tamsin Clare &amp;lt;span class=&amp;quot;FAML&amp;quot;&amp;gt;Hayes&amp;lt;/span&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;SEX&amp;quot;&amp;gt;F&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;BIRT&amp;quot;&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt;25 JUL 1963&amp;lt;/div&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;PLAC&amp;quot;&amp;gt;London&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;OCCU&amp;quot;&amp;gt;Therapist&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;EDUC&amp;quot;&amp;gt;School&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;a class=&amp;quot;FAMS&amp;quot; href=&amp;quot;#F1&amp;quot;&amp;gt;@F1@&amp;lt;/a&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;CHAN&amp;quot;&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt; 18 APR 2007&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;/div&amp;gt;&lt;br /&gt;
				&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;div id=&amp;quot;I3&amp;quot; class=&amp;quot;INDI&amp;quot; style=&amp;quot;left:10em; top:30em&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;NAME&amp;quot;&amp;gt;&lt;br /&gt;
					Alice Rose &amp;lt;span class=&amp;quot;FAML&amp;quot;&amp;gt;Hayes&amp;lt;/span&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;SEX&amp;quot;&amp;gt;F&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;BIRT&amp;quot;&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt;17 FEB 1986&amp;lt;/div&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;PLAC&amp;quot;&amp;gt;Park Royal Hospital London&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;OCCU&amp;quot;&amp;gt;Student&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;EDUC&amp;quot;&amp;gt;BristolCollege&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;a class=&amp;quot;FAMS&amp;quot; href=&amp;quot;#F1&amp;quot;&amp;gt;@F1@&amp;lt;/a&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;CHAN&amp;quot;&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt; 18 APR 2007&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;/div&amp;gt;&lt;br /&gt;
				&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;div id=&amp;quot;I4&amp;quot; class=&amp;quot;INDI&amp;quot; style=&amp;quot;left:40em; top:30em&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;NAME&amp;quot;&amp;gt;&lt;br /&gt;
					Megan Christine &amp;lt;span class=&amp;quot;FAML&amp;quot;&amp;gt;Hayes&amp;lt;/span&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;SEX&amp;quot;&amp;gt;F&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;BIRT&amp;quot;&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt;21 NOV 1988&amp;lt;/div&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;PLAC&amp;quot;&amp;gt;Southmead Hospital Bristol&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;OCCU&amp;quot;&amp;gt;Student&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;EDUC&amp;quot;&amp;gt;Bristol College&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;a class=&amp;quot;FAMS&amp;quot; href=&amp;quot;#F1&amp;quot;&amp;gt;@F1@&amp;lt;/a&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;CHAN&amp;quot;&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt; 18 APR 2007&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;/div&amp;gt;&lt;br /&gt;
				&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;div class=&amp;quot;FAM&amp;quot; id=&amp;quot;F1&amp;quot; style=&amp;quot;left:9em; top:8em; width:52em; height:32em; &amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;a class=&amp;quot;HUSB&amp;quot; href=&amp;quot;#I1&amp;quot;&amp;gt; @I1@&amp;lt;/a&amp;gt;&lt;br /&gt;
				&amp;lt;a class=&amp;quot;WIFE&amp;quot; href=&amp;quot;#I2&amp;quot;&amp;gt; @I2@&amp;lt;/a&amp;gt;&lt;br /&gt;
				&amp;lt;a class=&amp;quot;CHIL&amp;quot; href=&amp;quot;#I3&amp;quot;&amp;gt; @I3@&amp;lt;/a&amp;gt;&lt;br /&gt;
				&amp;lt;a class=&amp;quot;CHIL&amp;quot; href=&amp;quot;#I4&amp;quot;&amp;gt; @I4@&amp;lt;/a&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;MARR&amp;quot;&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt; 25 SEP 1985&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;PLAC&amp;quot;&amp;gt; London&amp;lt;/div&amp;gt;&lt;br /&gt;
				&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;/div&amp;gt;&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
	&amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The INDI records could be replaced by hCard records. Need to look at a tag by tag mapping here.&lt;br /&gt;
&lt;br /&gt;
This example doesnt use EVENt tags, which might map to hCalendar&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The FAM records are the graph structure. This is really what is needed over and above an hCard, along with the more specialised SOURce records which record documentaiton (hCite?). &lt;br /&gt;
&lt;br /&gt;
It's basically a linkage structure, made slightly more complicated by the fact that an INDIvidual can appear in more than one FAMily record. e.g. if they remarry. rather than a specific geneaology microformat, maybe a general hGraph structure might be appropriate?&lt;/div&gt;</summary>
		<author><name>SeanHayes</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=GEDCOM_Worked_example&amp;diff=15782</id>
		<title>GEDCOM Worked example</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=GEDCOM_Worked_example&amp;diff=15782"/>
		<updated>2007-04-19T10:11:03Z</updated>

		<summary type="html">&lt;p&gt;SeanHayes: /* Possible microformat */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''This document is not following the [[process]]. Before proposing a micro(or 'mini')format, please research examples in the wild and derive and implied schema. -- RyanKing'''&lt;br /&gt;
&lt;br /&gt;
I Know that. This is a work in progress. think of it as an extended public brainfart if it helps., it will go in the main [[genealogy-formats|genealogy exploration]] section when I'm done&lt;br /&gt;
--&lt;br /&gt;
&lt;br /&gt;
==  Example GEDCOM file ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
0 HEAD&lt;br /&gt;
1 SOUR TESTAPP&lt;br /&gt;
2 VERS V0.1&lt;br /&gt;
2 CORP Test Data&lt;br /&gt;
1 DEST REUNION&lt;br /&gt;
1 DATE 18 APR 2007&lt;br /&gt;
1 FILE Master Database&lt;br /&gt;
1 GEDC&lt;br /&gt;
2 VERS 5.01&lt;br /&gt;
1 CHAR ASCII&lt;br /&gt;
0 @I1@ INDI&lt;br /&gt;
1 NAME Edward Sean /Hayes/&lt;br /&gt;
1 SEX M&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 1 DEC 1961&lt;br /&gt;
2 PLAC Royal Free Hospital London&lt;br /&gt;
1 OCCU Program Manager&lt;br /&gt;
1 EDUC Westfield College&lt;br /&gt;
1 FAMS @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @I2@ INDI&lt;br /&gt;
1 NAME Tamsin Clare /Hayes/&lt;br /&gt;
1 SEX F&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 25 JUL 1963&lt;br /&gt;
2 PLAC London&lt;br /&gt;
1 OCCU Therapist&lt;br /&gt;
1 EDUC School&lt;br /&gt;
1 RELI None&lt;br /&gt;
1 FAMS @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @I3@ INDI&lt;br /&gt;
1 NAME Alice Rose /Hayes/&lt;br /&gt;
1 SEX F&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 17 FEB 1986&lt;br /&gt;
2 PLAC Park Royal, London&lt;br /&gt;
1 RELI None&lt;br /&gt;
1 FAMC @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @I4@ INDI&lt;br /&gt;
1 NAME Megan Christine /Hayes/&lt;br /&gt;
1 SEX F&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 21 NOV 1986&lt;br /&gt;
2 PLAC Bristol&lt;br /&gt;
1 RELI None&lt;br /&gt;
1 FAMC @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @F1@ FAM&lt;br /&gt;
1 HUSB @I1@&lt;br /&gt;
1 WIFE @I2@&lt;br /&gt;
1 CHIL @I3@&lt;br /&gt;
1 CHIL @I4@&lt;br /&gt;
1 MARR&lt;br /&gt;
2 DATE 25 SEP 1985&lt;br /&gt;
2 PLAC London&lt;br /&gt;
0 TRLR&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Possible microformat ==&lt;br /&gt;
&lt;br /&gt;
The below is a pretty literal translation of the above. GEDCOM uses a hierachical record structure, which maps to XML relatively easily, and also uses links which map reasonably well to id and &amp;lt;a&amp;gt; in HTML. I've done a simple styling here which positions the family grouping. I'll try and get this up on a webserver somewhere soon. This is not really a proposal at this stage, but an exploration to see if a GEDCOM microformat even makes sense.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD XHTML 1.0 Strict//EN&amp;quot; &amp;quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;html xmlns=&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;head&amp;gt;&lt;br /&gt;
		&amp;lt;title&amp;gt;Enter the title of your XHTML document here&amp;lt;/title&amp;gt;&lt;br /&gt;
		&amp;lt;style type=&amp;quot;text/css&amp;quot;&amp;gt;&lt;br /&gt;
		.CHAN { display:none }&lt;br /&gt;
		.HEAD { display:none }&lt;br /&gt;
		.INDI { font-family:'Arial'; font-size:7pt; position: absolute; width:20em; height:14; left: 0; text-align: Center; border: 1pt solid black;margin-top: 0pt; margin-bottom: 1pt }			      .MARR { font-family:'Arial'; font-size:7pt; position: absolute; left:21em; top:4.5em; width:9.7em; height:14;  text-align: Center; border: 1pt solid black;margin-top: 0pt; margin-bottom: 1pt }	&lt;br /&gt;
	      .FAM { font-family:'Arial'; font-size:7pt; position: absolute; text-align: Center; border: 1pt solid black;margin-top: 0pt; margin-bottom: 1pt }	&lt;br /&gt;
	      .FAMS { font-family:'Arial'; font-size:6pt; padding-left: 20em; }	&lt;br /&gt;
		&amp;lt;/style&amp;gt;&lt;br /&gt;
	&amp;lt;/head&amp;gt;&lt;br /&gt;
	&amp;lt;body&amp;gt;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;gedcom&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;div class=&amp;quot;HEAD&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;a class=&amp;quot;SOUR&amp;quot; href=&amp;quot;www.seanhayes.tv/geneaology/testapp&amp;quot;&amp;gt;TESTAPP&amp;lt;/a&amp;gt;&lt;br /&gt;
				&amp;lt;span class=&amp;quot;VERS&amp;quot;&amp;gt; V0.1&amp;lt;/span&amp;gt;&lt;br /&gt;
				&amp;lt;a class=&amp;quot;CORP&amp;quot; href=&amp;quot;www.seanhayes.tv/geneaology&amp;quot;&amp;gt;Test Data&amp;lt;/a&amp;gt;&lt;br /&gt;
				&amp;lt;a class=&amp;quot;DEST&amp;quot; href=&amp;quot;www.seanhayes.tv/geneaology/reunion&amp;quot;&amp;gt;REUNION&amp;lt;/a&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt;18 APR 2007&amp;lt;/div&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;FILE&amp;quot;&amp;gt;Master Database&amp;lt;/div&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;GEDC&amp;quot;&amp;gt;&lt;br /&gt;
					&amp;lt;span class=&amp;quot;VERS&amp;quot;&amp;gt;5.01 &amp;lt;/span&amp;gt;&lt;br /&gt;
					&amp;lt;span class=&amp;quot;CHAR&amp;quot;&amp;gt;ASCII &amp;lt;/span&amp;gt;&lt;br /&gt;
				&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;div id=&amp;quot;I1&amp;quot; class=&amp;quot;INDI&amp;quot; style=&amp;quot;left:10em; top:10em&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;NAME&amp;quot;&amp;gt;&lt;br /&gt;
					Edward Sean&lt;br /&gt;
					&amp;lt;span class=&amp;quot;FAML&amp;quot;&amp;gt;Hayes&amp;lt;/span&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;SEX&amp;quot;&amp;gt;M&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;BIRT&amp;quot;&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt; 1 DEC 1961&amp;lt;/div&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;PLAC&amp;quot;&amp;gt; Royal Free Hospital London&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;OCCU&amp;quot;&amp;gt; Program Manager&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;EDUC&amp;quot;&amp;gt; Westfield College&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;a class=&amp;quot;FAMS&amp;quot; href=&amp;quot;#F1&amp;quot;&amp;gt;@F1@&amp;lt;/a&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;CHAN&amp;quot;&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt; 18 APR 2007&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;/div&amp;gt;&lt;br /&gt;
				&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;div id=&amp;quot;I2&amp;quot; class=&amp;quot;INDI&amp;quot; style=&amp;quot;left:40em; top:10em&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;NAME&amp;quot;&amp;gt;&lt;br /&gt;
					Tamsin Clare &amp;lt;span class=&amp;quot;FAML&amp;quot;&amp;gt;Hayes&amp;lt;/span&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;SEX&amp;quot;&amp;gt;F&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;BIRT&amp;quot;&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt;25 JUL 1963&amp;lt;/div&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;PLAC&amp;quot;&amp;gt;London&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;OCCU&amp;quot;&amp;gt;Therapist&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;EDUC&amp;quot;&amp;gt;School&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;a class=&amp;quot;FAMS&amp;quot; href=&amp;quot;#F1&amp;quot;&amp;gt;@F1@&amp;lt;/a&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;CHAN&amp;quot;&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt; 18 APR 2007&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;/div&amp;gt;&lt;br /&gt;
				&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;div id=&amp;quot;I3&amp;quot; class=&amp;quot;INDI&amp;quot; style=&amp;quot;left:10em; top:30em&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;NAME&amp;quot;&amp;gt;&lt;br /&gt;
					Alice Rose &amp;lt;span class=&amp;quot;FAML&amp;quot;&amp;gt;Hayes&amp;lt;/span&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;SEX&amp;quot;&amp;gt;F&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;BIRT&amp;quot;&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt;17 FEB 1986&amp;lt;/div&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;PLAC&amp;quot;&amp;gt;Park Royal Hospital London&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;OCCU&amp;quot;&amp;gt;Student&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;EDUC&amp;quot;&amp;gt;BristolCollege&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;a class=&amp;quot;FAMS&amp;quot; href=&amp;quot;#F1&amp;quot;&amp;gt;@F1@&amp;lt;/a&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;CHAN&amp;quot;&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt; 18 APR 2007&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;/div&amp;gt;&lt;br /&gt;
				&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;div id=&amp;quot;I4&amp;quot; class=&amp;quot;INDI&amp;quot; style=&amp;quot;left:40em; top:30em&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;NAME&amp;quot;&amp;gt;&lt;br /&gt;
					Megan Christine &amp;lt;span class=&amp;quot;FAML&amp;quot;&amp;gt;Hayes&amp;lt;/span&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;SEX&amp;quot;&amp;gt;F&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;BIRT&amp;quot;&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt;21 NOV 1988&amp;lt;/div&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;PLAC&amp;quot;&amp;gt;Southmead Hospital Bristol&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;OCCU&amp;quot;&amp;gt;Student&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;EDUC&amp;quot;&amp;gt;Bristol College&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;a class=&amp;quot;FAMS&amp;quot; href=&amp;quot;#F1&amp;quot;&amp;gt;@F1@&amp;lt;/a&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;CHAN&amp;quot;&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt; 18 APR 2007&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;/div&amp;gt;&lt;br /&gt;
				&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;div class=&amp;quot;FAM&amp;quot; id=&amp;quot;F1&amp;quot; style=&amp;quot;left:9em; top:8em; width:52em; height:32em; &amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;a class=&amp;quot;HUSB&amp;quot; href=&amp;quot;#I1&amp;quot;&amp;gt; @I1@&amp;lt;/a&amp;gt;&lt;br /&gt;
				&amp;lt;a class=&amp;quot;WIFE&amp;quot; href=&amp;quot;#I2&amp;quot;&amp;gt; @I2@&amp;lt;/a&amp;gt;&lt;br /&gt;
				&amp;lt;a class=&amp;quot;CHIL&amp;quot; href=&amp;quot;#I3&amp;quot;&amp;gt; @I3@&amp;lt;/a&amp;gt;&lt;br /&gt;
				&amp;lt;a class=&amp;quot;CHIL&amp;quot; href=&amp;quot;#I4&amp;quot;&amp;gt; @I4@&amp;lt;/a&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;MARR&amp;quot;&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt; 25 SEP 1985&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;PLAC&amp;quot;&amp;gt; London&amp;lt;/div&amp;gt;&lt;br /&gt;
				&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;/div&amp;gt;&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
	&amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The INDI records could be replaced by hCard records. Need to look at a tag by tag mapping here.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The FAM records are the graph structure. This is really what is needed over and above an hCard, along with the more specialised SOURce records which record documentaiton. It's basically a linkage structure, made slightly more complicated by the fact that an INDIvidual can appear in more than one FAMily record. e.g. if they remarry.&lt;/div&gt;</summary>
		<author><name>SeanHayes</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=GEDCOM_Worked_example&amp;diff=15781</id>
		<title>GEDCOM Worked example</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=GEDCOM_Worked_example&amp;diff=15781"/>
		<updated>2007-04-19T10:04:36Z</updated>

		<summary type="html">&lt;p&gt;SeanHayes: /* Notes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''This document is not following the [[process]]. Before proposing a micro(or 'mini')format, please research examples in the wild and derive and implied schema. -- RyanKing'''&lt;br /&gt;
&lt;br /&gt;
I Know that. This is a work in progress. think of it as an extended public brainfart if it helps., it will go in the main [[genealogy-formats|genealogy exploration]] section when I'm done&lt;br /&gt;
--&lt;br /&gt;
&lt;br /&gt;
==  Example GEDCOM file ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
0 HEAD&lt;br /&gt;
1 SOUR TESTAPP&lt;br /&gt;
2 VERS V0.1&lt;br /&gt;
2 CORP Test Data&lt;br /&gt;
1 DEST REUNION&lt;br /&gt;
1 DATE 18 APR 2007&lt;br /&gt;
1 FILE Master Database&lt;br /&gt;
1 GEDC&lt;br /&gt;
2 VERS 5.01&lt;br /&gt;
1 CHAR ASCII&lt;br /&gt;
0 @I1@ INDI&lt;br /&gt;
1 NAME Edward Sean /Hayes/&lt;br /&gt;
1 SEX M&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 1 DEC 1961&lt;br /&gt;
2 PLAC Royal Free Hospital London&lt;br /&gt;
1 OCCU Program Manager&lt;br /&gt;
1 EDUC Westfield College&lt;br /&gt;
1 FAMS @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @I2@ INDI&lt;br /&gt;
1 NAME Tamsin Clare /Hayes/&lt;br /&gt;
1 SEX F&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 25 JUL 1963&lt;br /&gt;
2 PLAC London&lt;br /&gt;
1 OCCU Therapist&lt;br /&gt;
1 EDUC School&lt;br /&gt;
1 RELI None&lt;br /&gt;
1 FAMS @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @I3@ INDI&lt;br /&gt;
1 NAME Alice Rose /Hayes/&lt;br /&gt;
1 SEX F&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 17 FEB 1986&lt;br /&gt;
2 PLAC Park Royal, London&lt;br /&gt;
1 RELI None&lt;br /&gt;
1 FAMC @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @I4@ INDI&lt;br /&gt;
1 NAME Megan Christine /Hayes/&lt;br /&gt;
1 SEX F&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 21 NOV 1986&lt;br /&gt;
2 PLAC Bristol&lt;br /&gt;
1 RELI None&lt;br /&gt;
1 FAMC @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @F1@ FAM&lt;br /&gt;
1 HUSB @I1@&lt;br /&gt;
1 WIFE @I2@&lt;br /&gt;
1 CHIL @I3@&lt;br /&gt;
1 CHIL @I4@&lt;br /&gt;
1 MARR&lt;br /&gt;
2 DATE 25 SEP 1985&lt;br /&gt;
2 PLAC London&lt;br /&gt;
0 TRLR&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Possible microformat ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD XHTML 1.0 Strict//EN&amp;quot; &amp;quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;html xmlns=&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;head&amp;gt;&lt;br /&gt;
		&amp;lt;title&amp;gt;Enter the title of your XHTML document here&amp;lt;/title&amp;gt;&lt;br /&gt;
		&amp;lt;style type=&amp;quot;text/css&amp;quot;&amp;gt;&lt;br /&gt;
		.CHAN { display:none }&lt;br /&gt;
		.HEAD { display:none }&lt;br /&gt;
		.INDI { font-family:'Arial'; font-size:7pt; position: absolute; width:20em; height:14; left: 0; text-align: Center; border: 1pt solid black;margin-top: 0pt; margin-bottom: 1pt }			      .MARR { font-family:'Arial'; font-size:7pt; position: absolute; left:21em; top:4.5em; width:9.7em; height:14;  text-align: Center; border: 1pt solid black;margin-top: 0pt; margin-bottom: 1pt }	&lt;br /&gt;
	      .FAM { font-family:'Arial'; font-size:7pt; position: absolute; text-align: Center; border: 1pt solid black;margin-top: 0pt; margin-bottom: 1pt }	&lt;br /&gt;
	      .FAMS { font-family:'Arial'; font-size:6pt; padding-left: 20em; }	&lt;br /&gt;
		&amp;lt;/style&amp;gt;&lt;br /&gt;
	&amp;lt;/head&amp;gt;&lt;br /&gt;
	&amp;lt;body&amp;gt;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;gedcom&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;div class=&amp;quot;HEAD&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;a class=&amp;quot;SOUR&amp;quot; href=&amp;quot;www.seanhayes.tv/geneaology/testapp&amp;quot;&amp;gt;TESTAPP&amp;lt;/a&amp;gt;&lt;br /&gt;
				&amp;lt;span class=&amp;quot;VERS&amp;quot;&amp;gt; V0.1&amp;lt;/span&amp;gt;&lt;br /&gt;
				&amp;lt;a class=&amp;quot;CORP&amp;quot; href=&amp;quot;www.seanhayes.tv/geneaology&amp;quot;&amp;gt;Test Data&amp;lt;/a&amp;gt;&lt;br /&gt;
				&amp;lt;a class=&amp;quot;DEST&amp;quot; href=&amp;quot;www.seanhayes.tv/geneaology/reunion&amp;quot;&amp;gt;REUNION&amp;lt;/a&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt;18 APR 2007&amp;lt;/div&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;FILE&amp;quot;&amp;gt;Master Database&amp;lt;/div&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;GEDC&amp;quot;&amp;gt;&lt;br /&gt;
					&amp;lt;span class=&amp;quot;VERS&amp;quot;&amp;gt;5.01 &amp;lt;/span&amp;gt;&lt;br /&gt;
					&amp;lt;span class=&amp;quot;CHAR&amp;quot;&amp;gt;ASCII &amp;lt;/span&amp;gt;&lt;br /&gt;
				&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;div id=&amp;quot;I1&amp;quot; class=&amp;quot;INDI&amp;quot; style=&amp;quot;left:10em; top:10em&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;NAME&amp;quot;&amp;gt;&lt;br /&gt;
					Edward Sean&lt;br /&gt;
					&amp;lt;span class=&amp;quot;FAML&amp;quot;&amp;gt;Hayes&amp;lt;/span&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;SEX&amp;quot;&amp;gt;M&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;BIRT&amp;quot;&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt; 1 DEC 1961&amp;lt;/div&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;PLAC&amp;quot;&amp;gt; Royal Free Hospital London&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;OCCU&amp;quot;&amp;gt; Program Manager&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;EDUC&amp;quot;&amp;gt; Westfield College&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;a class=&amp;quot;FAMS&amp;quot; href=&amp;quot;#F1&amp;quot;&amp;gt;@F1@&amp;lt;/a&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;CHAN&amp;quot;&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt; 18 APR 2007&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;/div&amp;gt;&lt;br /&gt;
				&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;div id=&amp;quot;I2&amp;quot; class=&amp;quot;INDI&amp;quot; style=&amp;quot;left:40em; top:10em&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;NAME&amp;quot;&amp;gt;&lt;br /&gt;
					Tamsin Clare &amp;lt;span class=&amp;quot;FAML&amp;quot;&amp;gt;Hayes&amp;lt;/span&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;SEX&amp;quot;&amp;gt;F&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;BIRT&amp;quot;&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt;25 JUL 1963&amp;lt;/div&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;PLAC&amp;quot;&amp;gt;London&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;OCCU&amp;quot;&amp;gt;Therapist&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;EDUC&amp;quot;&amp;gt;School&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;a class=&amp;quot;FAMS&amp;quot; href=&amp;quot;#F1&amp;quot;&amp;gt;@F1@&amp;lt;/a&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;CHAN&amp;quot;&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt; 18 APR 2007&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;/div&amp;gt;&lt;br /&gt;
				&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;div id=&amp;quot;I3&amp;quot; class=&amp;quot;INDI&amp;quot; style=&amp;quot;left:10em; top:30em&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;NAME&amp;quot;&amp;gt;&lt;br /&gt;
					Alice Rose &amp;lt;span class=&amp;quot;FAML&amp;quot;&amp;gt;Hayes&amp;lt;/span&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;SEX&amp;quot;&amp;gt;F&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;BIRT&amp;quot;&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt;17 FEB 1986&amp;lt;/div&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;PLAC&amp;quot;&amp;gt;Park Royal Hospital London&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;OCCU&amp;quot;&amp;gt;Student&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;EDUC&amp;quot;&amp;gt;BristolCollege&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;a class=&amp;quot;FAMS&amp;quot; href=&amp;quot;#F1&amp;quot;&amp;gt;@F1@&amp;lt;/a&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;CHAN&amp;quot;&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt; 18 APR 2007&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;/div&amp;gt;&lt;br /&gt;
				&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;div id=&amp;quot;I4&amp;quot; class=&amp;quot;INDI&amp;quot; style=&amp;quot;left:40em; top:30em&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;NAME&amp;quot;&amp;gt;&lt;br /&gt;
					Megan Christine &amp;lt;span class=&amp;quot;FAML&amp;quot;&amp;gt;Hayes&amp;lt;/span&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;SEX&amp;quot;&amp;gt;F&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;BIRT&amp;quot;&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt;21 NOV 1988&amp;lt;/div&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;PLAC&amp;quot;&amp;gt;Southmead Hospital Bristol&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;OCCU&amp;quot;&amp;gt;Student&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;EDUC&amp;quot;&amp;gt;Bristol College&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;a class=&amp;quot;FAMS&amp;quot; href=&amp;quot;#F1&amp;quot;&amp;gt;@F1@&amp;lt;/a&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;CHAN&amp;quot;&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt; 18 APR 2007&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;/div&amp;gt;&lt;br /&gt;
				&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;div class=&amp;quot;FAM&amp;quot; id=&amp;quot;F1&amp;quot; style=&amp;quot;left:9em; top:8em; width:52em; height:32em; &amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;a class=&amp;quot;HUSB&amp;quot; href=&amp;quot;#I1&amp;quot;&amp;gt; @I1@&amp;lt;/a&amp;gt;&lt;br /&gt;
				&amp;lt;a class=&amp;quot;WIFE&amp;quot; href=&amp;quot;#I2&amp;quot;&amp;gt; @I2@&amp;lt;/a&amp;gt;&lt;br /&gt;
				&amp;lt;a class=&amp;quot;CHIL&amp;quot; href=&amp;quot;#I3&amp;quot;&amp;gt; @I3@&amp;lt;/a&amp;gt;&lt;br /&gt;
				&amp;lt;a class=&amp;quot;CHIL&amp;quot; href=&amp;quot;#I4&amp;quot;&amp;gt; @I4@&amp;lt;/a&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;MARR&amp;quot;&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt; 25 SEP 1985&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;PLAC&amp;quot;&amp;gt; London&amp;lt;/div&amp;gt;&lt;br /&gt;
				&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;/div&amp;gt;&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
	&amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The INDI records could be replaced by hCard records. Need to look at a tag by tag mapping here.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The FAM records are the graph structure. This is really what is needed over and above an hCard, along with the more specialised SOURce records which record documentaiton. It's basically a linkage structure, made slightly more complicated by the fact that an INDIvidual can appear in more than one FAMily record. e.g. if they remarry.&lt;/div&gt;</summary>
		<author><name>SeanHayes</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=GEDCOM_Worked_example&amp;diff=15780</id>
		<title>GEDCOM Worked example</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=GEDCOM_Worked_example&amp;diff=15780"/>
		<updated>2007-04-19T10:00:47Z</updated>

		<summary type="html">&lt;p&gt;SeanHayes: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''This document is not following the [[process]]. Before proposing a micro(or 'mini')format, please research examples in the wild and derive and implied schema. -- RyanKing'''&lt;br /&gt;
&lt;br /&gt;
I Know that. This is a work in progress. think of it as an extended public brainfart if it helps., it will go in the main [[genealogy-formats|genealogy exploration]] section when I'm done&lt;br /&gt;
--&lt;br /&gt;
&lt;br /&gt;
==  Example GEDCOM file ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
0 HEAD&lt;br /&gt;
1 SOUR TESTAPP&lt;br /&gt;
2 VERS V0.1&lt;br /&gt;
2 CORP Test Data&lt;br /&gt;
1 DEST REUNION&lt;br /&gt;
1 DATE 18 APR 2007&lt;br /&gt;
1 FILE Master Database&lt;br /&gt;
1 GEDC&lt;br /&gt;
2 VERS 5.01&lt;br /&gt;
1 CHAR ASCII&lt;br /&gt;
0 @I1@ INDI&lt;br /&gt;
1 NAME Edward Sean /Hayes/&lt;br /&gt;
1 SEX M&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 1 DEC 1961&lt;br /&gt;
2 PLAC Royal Free Hospital London&lt;br /&gt;
1 OCCU Program Manager&lt;br /&gt;
1 EDUC Westfield College&lt;br /&gt;
1 FAMS @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @I2@ INDI&lt;br /&gt;
1 NAME Tamsin Clare /Hayes/&lt;br /&gt;
1 SEX F&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 25 JUL 1963&lt;br /&gt;
2 PLAC London&lt;br /&gt;
1 OCCU Therapist&lt;br /&gt;
1 EDUC School&lt;br /&gt;
1 RELI None&lt;br /&gt;
1 FAMS @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @I3@ INDI&lt;br /&gt;
1 NAME Alice Rose /Hayes/&lt;br /&gt;
1 SEX F&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 17 FEB 1986&lt;br /&gt;
2 PLAC Park Royal, London&lt;br /&gt;
1 RELI None&lt;br /&gt;
1 FAMC @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @I4@ INDI&lt;br /&gt;
1 NAME Megan Christine /Hayes/&lt;br /&gt;
1 SEX F&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 21 NOV 1986&lt;br /&gt;
2 PLAC Bristol&lt;br /&gt;
1 RELI None&lt;br /&gt;
1 FAMC @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @F1@ FAM&lt;br /&gt;
1 HUSB @I1@&lt;br /&gt;
1 WIFE @I2@&lt;br /&gt;
1 CHIL @I3@&lt;br /&gt;
1 CHIL @I4@&lt;br /&gt;
1 MARR&lt;br /&gt;
2 DATE 25 SEP 1985&lt;br /&gt;
2 PLAC London&lt;br /&gt;
0 TRLR&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Possible microformat ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD XHTML 1.0 Strict//EN&amp;quot; &amp;quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;html xmlns=&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;head&amp;gt;&lt;br /&gt;
		&amp;lt;title&amp;gt;Enter the title of your XHTML document here&amp;lt;/title&amp;gt;&lt;br /&gt;
		&amp;lt;style type=&amp;quot;text/css&amp;quot;&amp;gt;&lt;br /&gt;
		.CHAN { display:none }&lt;br /&gt;
		.HEAD { display:none }&lt;br /&gt;
		.INDI { font-family:'Arial'; font-size:7pt; position: absolute; width:20em; height:14; left: 0; text-align: Center; border: 1pt solid black;margin-top: 0pt; margin-bottom: 1pt }			      .MARR { font-family:'Arial'; font-size:7pt; position: absolute; left:21em; top:4.5em; width:9.7em; height:14;  text-align: Center; border: 1pt solid black;margin-top: 0pt; margin-bottom: 1pt }	&lt;br /&gt;
	      .FAM { font-family:'Arial'; font-size:7pt; position: absolute; text-align: Center; border: 1pt solid black;margin-top: 0pt; margin-bottom: 1pt }	&lt;br /&gt;
	      .FAMS { font-family:'Arial'; font-size:6pt; padding-left: 20em; }	&lt;br /&gt;
		&amp;lt;/style&amp;gt;&lt;br /&gt;
	&amp;lt;/head&amp;gt;&lt;br /&gt;
	&amp;lt;body&amp;gt;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;gedcom&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;div class=&amp;quot;HEAD&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;a class=&amp;quot;SOUR&amp;quot; href=&amp;quot;www.seanhayes.tv/geneaology/testapp&amp;quot;&amp;gt;TESTAPP&amp;lt;/a&amp;gt;&lt;br /&gt;
				&amp;lt;span class=&amp;quot;VERS&amp;quot;&amp;gt; V0.1&amp;lt;/span&amp;gt;&lt;br /&gt;
				&amp;lt;a class=&amp;quot;CORP&amp;quot; href=&amp;quot;www.seanhayes.tv/geneaology&amp;quot;&amp;gt;Test Data&amp;lt;/a&amp;gt;&lt;br /&gt;
				&amp;lt;a class=&amp;quot;DEST&amp;quot; href=&amp;quot;www.seanhayes.tv/geneaology/reunion&amp;quot;&amp;gt;REUNION&amp;lt;/a&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt;18 APR 2007&amp;lt;/div&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;FILE&amp;quot;&amp;gt;Master Database&amp;lt;/div&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;GEDC&amp;quot;&amp;gt;&lt;br /&gt;
					&amp;lt;span class=&amp;quot;VERS&amp;quot;&amp;gt;5.01 &amp;lt;/span&amp;gt;&lt;br /&gt;
					&amp;lt;span class=&amp;quot;CHAR&amp;quot;&amp;gt;ASCII &amp;lt;/span&amp;gt;&lt;br /&gt;
				&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;div id=&amp;quot;I1&amp;quot; class=&amp;quot;INDI&amp;quot; style=&amp;quot;left:10em; top:10em&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;NAME&amp;quot;&amp;gt;&lt;br /&gt;
					Edward Sean&lt;br /&gt;
					&amp;lt;span class=&amp;quot;FAML&amp;quot;&amp;gt;Hayes&amp;lt;/span&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;SEX&amp;quot;&amp;gt;M&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;BIRT&amp;quot;&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt; 1 DEC 1961&amp;lt;/div&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;PLAC&amp;quot;&amp;gt; Royal Free Hospital London&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;OCCU&amp;quot;&amp;gt; Program Manager&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;EDUC&amp;quot;&amp;gt; Westfield College&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;a class=&amp;quot;FAMS&amp;quot; href=&amp;quot;#F1&amp;quot;&amp;gt;@F1@&amp;lt;/a&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;CHAN&amp;quot;&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt; 18 APR 2007&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;/div&amp;gt;&lt;br /&gt;
				&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;div id=&amp;quot;I2&amp;quot; class=&amp;quot;INDI&amp;quot; style=&amp;quot;left:40em; top:10em&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;NAME&amp;quot;&amp;gt;&lt;br /&gt;
					Tamsin Clare &amp;lt;span class=&amp;quot;FAML&amp;quot;&amp;gt;Hayes&amp;lt;/span&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;SEX&amp;quot;&amp;gt;F&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;BIRT&amp;quot;&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt;25 JUL 1963&amp;lt;/div&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;PLAC&amp;quot;&amp;gt;London&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;OCCU&amp;quot;&amp;gt;Therapist&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;EDUC&amp;quot;&amp;gt;School&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;a class=&amp;quot;FAMS&amp;quot; href=&amp;quot;#F1&amp;quot;&amp;gt;@F1@&amp;lt;/a&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;CHAN&amp;quot;&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt; 18 APR 2007&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;/div&amp;gt;&lt;br /&gt;
				&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;div id=&amp;quot;I3&amp;quot; class=&amp;quot;INDI&amp;quot; style=&amp;quot;left:10em; top:30em&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;NAME&amp;quot;&amp;gt;&lt;br /&gt;
					Alice Rose &amp;lt;span class=&amp;quot;FAML&amp;quot;&amp;gt;Hayes&amp;lt;/span&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;SEX&amp;quot;&amp;gt;F&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;BIRT&amp;quot;&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt;17 FEB 1986&amp;lt;/div&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;PLAC&amp;quot;&amp;gt;Park Royal Hospital London&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;OCCU&amp;quot;&amp;gt;Student&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;EDUC&amp;quot;&amp;gt;BristolCollege&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;a class=&amp;quot;FAMS&amp;quot; href=&amp;quot;#F1&amp;quot;&amp;gt;@F1@&amp;lt;/a&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;CHAN&amp;quot;&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt; 18 APR 2007&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;/div&amp;gt;&lt;br /&gt;
				&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;div id=&amp;quot;I4&amp;quot; class=&amp;quot;INDI&amp;quot; style=&amp;quot;left:40em; top:30em&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;NAME&amp;quot;&amp;gt;&lt;br /&gt;
					Megan Christine &amp;lt;span class=&amp;quot;FAML&amp;quot;&amp;gt;Hayes&amp;lt;/span&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;SEX&amp;quot;&amp;gt;F&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;BIRT&amp;quot;&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt;21 NOV 1988&amp;lt;/div&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;PLAC&amp;quot;&amp;gt;Southmead Hospital Bristol&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;OCCU&amp;quot;&amp;gt;Student&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;EDUC&amp;quot;&amp;gt;Bristol College&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;a class=&amp;quot;FAMS&amp;quot; href=&amp;quot;#F1&amp;quot;&amp;gt;@F1@&amp;lt;/a&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;CHAN&amp;quot;&amp;gt;&lt;br /&gt;
						&amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt; 18 APR 2007&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;/div&amp;gt;&lt;br /&gt;
				&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;div class=&amp;quot;FAM&amp;quot; id=&amp;quot;F1&amp;quot; style=&amp;quot;left:9em; top:8em; width:52em; height:32em; &amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;a class=&amp;quot;HUSB&amp;quot; href=&amp;quot;#I1&amp;quot;&amp;gt; @I1@&amp;lt;/a&amp;gt;&lt;br /&gt;
				&amp;lt;a class=&amp;quot;WIFE&amp;quot; href=&amp;quot;#I2&amp;quot;&amp;gt; @I2@&amp;lt;/a&amp;gt;&lt;br /&gt;
				&amp;lt;a class=&amp;quot;CHIL&amp;quot; href=&amp;quot;#I3&amp;quot;&amp;gt; @I3@&amp;lt;/a&amp;gt;&lt;br /&gt;
				&amp;lt;a class=&amp;quot;CHIL&amp;quot; href=&amp;quot;#I4&amp;quot;&amp;gt; @I4@&amp;lt;/a&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;MARR&amp;quot;&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt; 25 SEP 1985&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;div class=&amp;quot;PLAC&amp;quot;&amp;gt; London&amp;lt;/div&amp;gt;&lt;br /&gt;
				&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;/div&amp;gt;&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
	&amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The INDI records could be replaced by hCard records:&lt;/div&gt;</summary>
		<author><name>SeanHayes</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=genealogy-formats&amp;diff=15787</id>
		<title>genealogy-formats</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=genealogy-formats&amp;diff=15787"/>
		<updated>2007-04-18T22:07:43Z</updated>

		<summary type="html">&lt;p&gt;SeanHayes: /* GEDCOM */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Genealogy Formats =&lt;br /&gt;
&lt;br /&gt;
I started this page because someone (Bob Jonkman apparently) added a bunch of stuff to the [http://developers.technorati.com/wiki/MicroFormats Technorati microformats page] on genealogy, and I moved it here. -[http://tantek.com/log/ Tantek]&lt;br /&gt;
&lt;br /&gt;
I'm not sure whether it makes sense to do GEDCOM as its own format, or as an extention of some kind to [[hcard|hCard]], I'm working out some ideas in this [[GEDCOM Worked example]]. This is very sketchy right now, but I'm working it out in real time.--[[User:SeanHayes|SeanHayes]] it might go away at any time.&lt;br /&gt;
&lt;br /&gt;
see: The Dring tree [http://www.sussexbarn.com/dring/web/dring/pafg01.htm] for an interesting family tree website.&lt;br /&gt;
&lt;br /&gt;
== GEDCOM ==&lt;br /&gt;
&lt;br /&gt;
* Coding the GEDCOM standard into hGEDCOM. I don't know of any projects working on this, but nominate [http://www.starkeffect.com/ged2html/3.6a/ Gene Stark's GED2HTML translator] (esp. the [http://www.starkeffect.com/ged2html/3.6a/templates.html modifiable output program]) as a suitable candidate for hGEDCOM hacking. See also [http://homepages.rootsweb.com/~pmcbride/genweb.html#gedcom Paul McBride's links] to GEDCOM standards and resources. --[mailto:bjonkman@sobac.com Bob Jonkman]&lt;br /&gt;
&lt;br /&gt;
* Had a look at some examples of what GEDCOM creates [http://en.wikipedia.org/wiki/GEDCOM#Example].  Basically, seems to be [[xfn|XFN]] relationships (siblings, spouses etc.) and [[hcard|hCard]] information (could genealogy be inferred from existing XFNs regardless of a hGED format?). The only additional information we do not currently hold in a format is that of gender. GEDCOM specifies male or female for each individual. Creating something using these formats would be quite straightforward, but not sure its takeup would be good unless someone was interested in creating a hGEDCOM2GEDCOM. -- [[user:Phae|Frances Berriman]]&lt;br /&gt;
&lt;br /&gt;
* GEDCOM is basically a set of INDIvidual records, related by FAMily nodes the family nodes contain the HUSBand, WIFE and CHILd. The INDI records are quite similar and might be replaced by hCard records, but the graph structure is a little harder to capture; families arent strict trees, so a direct mapping to XML doesnt really work. Publishing a GEDCOM database directly to the web might not be the most logical thing to do.&lt;br /&gt;
&lt;br /&gt;
* Genealogical information has date-of-death, which is also missing in hCard format (although hCard does have date-of-birth).  Much of genealogical information is event based: Date of birth, date of death, dates of marriages and divorces, and many other significant events such as religious observances (Baptisms, Bar/Bat Mitzvahs) and migrations (&amp;quot;Moved to Canada from the Netherlands&amp;quot;).  This all translates wonderfully to [[hCalendar]].  Additionally, a properly researched family tree will cite sources for all the data listed, and so could use [[citation|hCite]].  The biggest problem I see in using hCalendar is that genealogical data allows approximate dates, specifically &amp;quot;ABT 4 July 1776&amp;quot;, &amp;quot;BEF 25 Dec 1903&amp;quot;, &amp;quot;AFT 11 Nov 1918&amp;quot;. It also also allows ambiguous dates, &amp;quot;July 1867&amp;quot; or just &amp;quot;1886&amp;quot;, or even &amp;quot;4 July&amp;quot;.  And these in combination, (Approximately ambiguous dates?  Ambiguously approximate dates?), eg. &amp;quot;BEF Feb 2007&amp;quot;, &amp;quot;AFT 1945&amp;quot;.  The most ambiguous entries I've seen for dates are &amp;quot;DECEASED&amp;quot; when date-of-death is unknown, and &amp;quot;NOT MARRIED&amp;quot; for couples who have not had a wedding ceremony.  (Info from ''Guidelines for event dates'' in the PAF Help File).&lt;br /&gt;
&lt;br /&gt;
::The only relationship links in GEDCOM are HUSBand, WIFE and CHILd.  All other relationships (brother, sister, grandparents, grandchildren, uncles, aunts, nieces, nephews, cousins) can be inferred by traversing family records.  This does mean that any collection of genealogical pages need some way to cross-reference to each other.  This isn't a problem for all pages on a single Web site, which use RIN (Record Identifier) or REFN (User Reference Number).  However, different Web pages maintained by different genealogists may have conflicting RINs and REFNs. There is a globally-unique AFN (Ancestral File Number) issued by the Church of Jesus Christ of Latter-Day Saints (LDS), but I don't know how they're issued and most genealogical sites don't use them anyway.  &lt;br /&gt;
&lt;br /&gt;
::The GEDCOM format contains much other data specific to the LDS, but I don't know how widespread it is, nor how appropriate it would be to code it into a microformat intended to reach well beyond the LDS.&lt;br /&gt;
&lt;br /&gt;
::Regardless of whether an hGED microformat is developed, it would still be valuable to mark up genealogical information with microformats on Web pages for the semantic value.&lt;br /&gt;
&lt;br /&gt;
::[[User:Bob Jonkman|Bob Jonkman]] 07:58, 9 Feb 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
==Wikipedia's Persondata==&lt;br /&gt;
Wikipedia's [http://en.wikipedia.org/wiki/Wikipedia:Persondata Persondata] aligns very closely with hCard, but has additional date and place of birth &amp;amp; death fields. [[User:AndyMabbett|Andy Mabbett]] 13:04, 28 Jan 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
*GEDCOM specifications are documented on the FamilySearch website: [http://www.familysearch.org/Eng/Home/FAQ/faq_gedcom.asp]&lt;br /&gt;
** [http://www.familysearch.org/GEDCOM/GEDCOM55.EXE GEDCOM 5.5 Standard] (Executable file in Envoy format) (broken?)&lt;br /&gt;
** HTML translation [http://homepages.rootsweb.com/~pmcbride/gedcom/55gctoc.htm  GEDCOM 5.5 Standard]&lt;br /&gt;
** [http://www.familysearch.org/GEDCOM/GedXML60.pdf Draft Specification for GEDCOM XML 6.0] (PDF)&lt;br /&gt;
*Personal Ancestral File (PAF)&lt;br /&gt;
**[http://en.wikipedia.org/wiki/Personal_Ancestral_File Personal Ancestral File]&lt;br /&gt;
**[http://productsupport.familysearch.org/supportroot/eng/frameset_products.asp PAF support page]&lt;br /&gt;
**[http://en.wikipedia.org/wiki/Ancestral_File_Number Ancestral File Number]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[genealogy-brainstorming]]&lt;br /&gt;
*[[hcard|hCard]]&lt;/div&gt;</summary>
		<author><name>SeanHayes</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=genealogy-formats&amp;diff=15760</id>
		<title>genealogy-formats</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=genealogy-formats&amp;diff=15760"/>
		<updated>2007-04-18T22:07:19Z</updated>

		<summary type="html">&lt;p&gt;SeanHayes: /* GEDCOM */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Genealogy Formats =&lt;br /&gt;
&lt;br /&gt;
I started this page because someone (Bob Jonkman apparently) added a bunch of stuff to the [http://developers.technorati.com/wiki/MicroFormats Technorati microformats page] on genealogy, and I moved it here. -[http://tantek.com/log/ Tantek]&lt;br /&gt;
&lt;br /&gt;
I'm not sure whether it makes sense to do GEDCOM as its own format, or as an extention of some kind to [[hcard|hCard]], I'm working out some ideas in this [[GEDCOM Worked example]]. This is very sketchy right now, but I'm working it out in real time.--[[User:SeanHayes|SeanHayes]] it might go away at any time.&lt;br /&gt;
&lt;br /&gt;
see: The Dring tree [http://www.sussexbarn.com/dring/web/dring/pafg01.htm] for an interesting family tree website.&lt;br /&gt;
&lt;br /&gt;
== GEDCOM ==&lt;br /&gt;
&lt;br /&gt;
* Coding the GEDCOM standard into hGEDCOM. I don't know of any projects working on this, but nominate [http://www.starkeffect.com/ged2html/3.6a/ Gene Stark's GED2HTML translator] (esp. the [http://www.starkeffect.com/ged2html/3.6a/templates.html modifiable output program]) as a suitable candidate for hGEDCOM hacking. See also [http://homepages.rootsweb.com/~pmcbride/genweb.html#gedcom Paul McBride's links] to GEDCOM standards and resources. --[mailto:bjonkman@sobac.com Bob Jonkman]&lt;br /&gt;
&lt;br /&gt;
* Had a look at some examples of what GEDCOM creates [http://en.wikipedia.org/wiki/GEDCOM#Example].  Basically, seems to be [[xfn|XFN]] relationships (siblings, spouses etc.) and [[hcard|hCard]] information (could genealogy be inferred from existing XFNs regardless of a hGED format?). The only additional information we do not currently hold in a format is that of gender. GEDCOM specifies male or female for each individual. Creating something using these formats would be quite straightforward, but not sure its takeup would be good unless someone was interested in creating a hGEDCOM2GEDCOM. -- [[user:Phae|Frances Berriman]]&lt;br /&gt;
&lt;br /&gt;
* GEDCOM is basically a set of INDIvidual records, related by FAMily nodes the family nodes contain the HUSBand, WIFE and CHILd. The INDI records are quite similar and might be replaced by hCard records, but the graph structure is a little harder to capture; families arent strict trees, so a direct mapping to XML doesnt really work. Publishing a GEDCOM database directly to the web might not be the most logical thing to do. -- ~~&lt;br /&gt;
&lt;br /&gt;
** Genealogical information has date-of-death, which is also missing in hCard format (although hCard does have date-of-birth).  Much of genealogical information is event based: Date of birth, date of death, dates of marriages and divorces, and many other significant events such as religious observances (Baptisms, Bar/Bat Mitzvahs) and migrations (&amp;quot;Moved to Canada from the Netherlands&amp;quot;).  This all translates wonderfully to [[hCalendar]].  Additionally, a properly researched family tree will cite sources for all the data listed, and so could use [[citation|hCite]].  The biggest problem I see in using hCalendar is that genealogical data allows approximate dates, specifically &amp;quot;ABT 4 July 1776&amp;quot;, &amp;quot;BEF 25 Dec 1903&amp;quot;, &amp;quot;AFT 11 Nov 1918&amp;quot;. It also also allows ambiguous dates, &amp;quot;July 1867&amp;quot; or just &amp;quot;1886&amp;quot;, or even &amp;quot;4 July&amp;quot;.  And these in combination, (Approximately ambiguous dates?  Ambiguously approximate dates?), eg. &amp;quot;BEF Feb 2007&amp;quot;, &amp;quot;AFT 1945&amp;quot;.  The most ambiguous entries I've seen for dates are &amp;quot;DECEASED&amp;quot; when date-of-death is unknown, and &amp;quot;NOT MARRIED&amp;quot; for couples who have not had a wedding ceremony.  (Info from ''Guidelines for event dates'' in the PAF Help File).&lt;br /&gt;
&lt;br /&gt;
::The only relationship links in GEDCOM are HUSBand, WIFE and CHILd.  All other relationships (brother, sister, grandparents, grandchildren, uncles, aunts, nieces, nephews, cousins) can be inferred by traversing family records.  This does mean that any collection of genealogical pages need some way to cross-reference to each other.  This isn't a problem for all pages on a single Web site, which use RIN (Record Identifier) or REFN (User Reference Number).  However, different Web pages maintained by different genealogists may have conflicting RINs and REFNs. There is a globally-unique AFN (Ancestral File Number) issued by the Church of Jesus Christ of Latter-Day Saints (LDS), but I don't know how they're issued and most genealogical sites don't use them anyway.  &lt;br /&gt;
&lt;br /&gt;
::The GEDCOM format contains much other data specific to the LDS, but I don't know how widespread it is, nor how appropriate it would be to code it into a microformat intended to reach well beyond the LDS.&lt;br /&gt;
&lt;br /&gt;
::Regardless of whether an hGED microformat is developed, it would still be valuable to mark up genealogical information with microformats on Web pages for the semantic value.&lt;br /&gt;
&lt;br /&gt;
::[[User:Bob Jonkman|Bob Jonkman]] 07:58, 9 Feb 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
==Wikipedia's Persondata==&lt;br /&gt;
Wikipedia's [http://en.wikipedia.org/wiki/Wikipedia:Persondata Persondata] aligns very closely with hCard, but has additional date and place of birth &amp;amp; death fields. [[User:AndyMabbett|Andy Mabbett]] 13:04, 28 Jan 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
*GEDCOM specifications are documented on the FamilySearch website: [http://www.familysearch.org/Eng/Home/FAQ/faq_gedcom.asp]&lt;br /&gt;
** [http://www.familysearch.org/GEDCOM/GEDCOM55.EXE GEDCOM 5.5 Standard] (Executable file in Envoy format) (broken?)&lt;br /&gt;
** HTML translation [http://homepages.rootsweb.com/~pmcbride/gedcom/55gctoc.htm  GEDCOM 5.5 Standard]&lt;br /&gt;
** [http://www.familysearch.org/GEDCOM/GedXML60.pdf Draft Specification for GEDCOM XML 6.0] (PDF)&lt;br /&gt;
*Personal Ancestral File (PAF)&lt;br /&gt;
**[http://en.wikipedia.org/wiki/Personal_Ancestral_File Personal Ancestral File]&lt;br /&gt;
**[http://productsupport.familysearch.org/supportroot/eng/frameset_products.asp PAF support page]&lt;br /&gt;
**[http://en.wikipedia.org/wiki/Ancestral_File_Number Ancestral File Number]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[genealogy-brainstorming]]&lt;br /&gt;
*[[hcard|hCard]]&lt;/div&gt;</summary>
		<author><name>SeanHayes</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=genealogy-formats&amp;diff=15759</id>
		<title>genealogy-formats</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=genealogy-formats&amp;diff=15759"/>
		<updated>2007-04-18T22:00:21Z</updated>

		<summary type="html">&lt;p&gt;SeanHayes: /* External Links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Genealogy Formats =&lt;br /&gt;
&lt;br /&gt;
I started this page because someone (Bob Jonkman apparently) added a bunch of stuff to the [http://developers.technorati.com/wiki/MicroFormats Technorati microformats page] on genealogy, and I moved it here. -[http://tantek.com/log/ Tantek]&lt;br /&gt;
&lt;br /&gt;
I'm not sure whether it makes sense to do GEDCOM as its own format, or as an extention of some kind to [[hcard|hCard]], I'm working out some ideas in this [[GEDCOM Worked example]]. This is very sketchy right now, but I'm working it out in real time.--[[User:SeanHayes|SeanHayes]] it might go away at any time.&lt;br /&gt;
&lt;br /&gt;
see: The Dring tree [http://www.sussexbarn.com/dring/web/dring/pafg01.htm] for an interesting family tree website.&lt;br /&gt;
&lt;br /&gt;
== GEDCOM ==&lt;br /&gt;
&lt;br /&gt;
* Coding the GEDCOM standard into hGEDCOM. I don't know of any projects working on this, but nominate [http://www.starkeffect.com/ged2html/3.6a/ Gene Stark's GED2HTML translator] (esp. the [http://www.starkeffect.com/ged2html/3.6a/templates.html modifiable output program]) as a suitable candidate for hGEDCOM hacking. See also [http://homepages.rootsweb.com/~pmcbride/genweb.html#gedcom Paul McBride's links] to GEDCOM standards and resources. --[mailto:bjonkman@sobac.com Bob Jonkman]&lt;br /&gt;
&lt;br /&gt;
* Had a look at some examples of what GEDCOM creates [http://en.wikipedia.org/wiki/GEDCOM#Example].  Basically, seems to be [[xfn|XFN]] relationships (siblings, spouses etc.) and [[hcard|hCard]] information (could genealogy be inferred from existing XFNs regardless of a hGED format?). The only additional information we do not currently hold in a format is that of gender. GEDCOM specifies male or female for each individual. Creating something using these formats would be quite straightforward, but not sure its takeup would be good unless someone was interested in creating a hGEDCOM2GEDCOM. -- [[user:Phae|Frances Berriman]]&lt;br /&gt;
&lt;br /&gt;
** Genealogical information has date-of-death, which is also missing in hCard format (although hCard does have date-of-birth).  Much of genealogical information is event based: Date of birth, date of death, dates of marriages and divorces, and many other significant events such as religious observances (Baptisms, Bar/Bat Mitzvahs) and migrations (&amp;quot;Moved to Canada from the Netherlands&amp;quot;).  This all translates wonderfully to [[hCalendar]].  Additionally, a properly researched family tree will cite sources for all the data listed, and so could use [[citation|hCite]].  The biggest problem I see in using hCalendar is that genealogical data allows approximate dates, specifically &amp;quot;ABT 4 July 1776&amp;quot;, &amp;quot;BEF 25 Dec 1903&amp;quot;, &amp;quot;AFT 11 Nov 1918&amp;quot;. It also also allows ambiguous dates, &amp;quot;July 1867&amp;quot; or just &amp;quot;1886&amp;quot;, or even &amp;quot;4 July&amp;quot;.  And these in combination, (Approximately ambiguous dates?  Ambiguously approximate dates?), eg. &amp;quot;BEF Feb 2007&amp;quot;, &amp;quot;AFT 1945&amp;quot;.  The most ambiguous entries I've seen for dates are &amp;quot;DECEASED&amp;quot; when date-of-death is unknown, and &amp;quot;NOT MARRIED&amp;quot; for couples who have not had a wedding ceremony.  (Info from ''Guidelines for event dates'' in the PAF Help File).&lt;br /&gt;
&lt;br /&gt;
::The only relationship links in GEDCOM are HUSBand, WIFE and CHILd.  All other relationships (brother, sister, grandparents, grandchildren, uncles, aunts, nieces, nephews, cousins) can be inferred by traversing family records.  This does mean that any collection of genealogical pages need some way to cross-reference to each other.  This isn't a problem for all pages on a single Web site, which use RIN (Record Identifier) or REFN (User Reference Number).  However, different Web pages maintained by different genealogists may have conflicting RINs and REFNs. There is a globally-unique AFN (Ancestral File Number) issued by the Church of Jesus Christ of Latter-Day Saints (LDS), but I don't know how they're issued and most genealogical sites don't use them anyway.  &lt;br /&gt;
&lt;br /&gt;
::The GEDCOM format contains much other data specific to the LDS, but I don't know how widespread it is, nor how appropriate it would be to code it into a microformat intended to reach well beyond the LDS.&lt;br /&gt;
&lt;br /&gt;
::Regardless of whether an hGED microformat is developed, it would still be valuable to mark up genealogical information with microformats on Web pages for the semantic value.&lt;br /&gt;
&lt;br /&gt;
::[[User:Bob Jonkman|Bob Jonkman]] 07:58, 9 Feb 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
==Wikipedia's Persondata==&lt;br /&gt;
Wikipedia's [http://en.wikipedia.org/wiki/Wikipedia:Persondata Persondata] aligns very closely with hCard, but has additional date and place of birth &amp;amp; death fields. [[User:AndyMabbett|Andy Mabbett]] 13:04, 28 Jan 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
*GEDCOM specifications are documented on the FamilySearch website: [http://www.familysearch.org/Eng/Home/FAQ/faq_gedcom.asp]&lt;br /&gt;
** [http://www.familysearch.org/GEDCOM/GEDCOM55.EXE GEDCOM 5.5 Standard] (Executable file in Envoy format) (broken?)&lt;br /&gt;
** HTML translation [http://homepages.rootsweb.com/~pmcbride/gedcom/55gctoc.htm  GEDCOM 5.5 Standard]&lt;br /&gt;
** [http://www.familysearch.org/GEDCOM/GedXML60.pdf Draft Specification for GEDCOM XML 6.0] (PDF)&lt;br /&gt;
*Personal Ancestral File (PAF)&lt;br /&gt;
**[http://en.wikipedia.org/wiki/Personal_Ancestral_File Personal Ancestral File]&lt;br /&gt;
**[http://productsupport.familysearch.org/supportroot/eng/frameset_products.asp PAF support page]&lt;br /&gt;
**[http://en.wikipedia.org/wiki/Ancestral_File_Number Ancestral File Number]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[genealogy-brainstorming]]&lt;br /&gt;
*[[hcard|hCard]]&lt;/div&gt;</summary>
		<author><name>SeanHayes</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=genealogy-formats&amp;diff=15758</id>
		<title>genealogy-formats</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=genealogy-formats&amp;diff=15758"/>
		<updated>2007-04-18T21:59:59Z</updated>

		<summary type="html">&lt;p&gt;SeanHayes: /* External Links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Genealogy Formats =&lt;br /&gt;
&lt;br /&gt;
I started this page because someone (Bob Jonkman apparently) added a bunch of stuff to the [http://developers.technorati.com/wiki/MicroFormats Technorati microformats page] on genealogy, and I moved it here. -[http://tantek.com/log/ Tantek]&lt;br /&gt;
&lt;br /&gt;
I'm not sure whether it makes sense to do GEDCOM as its own format, or as an extention of some kind to [[hcard|hCard]], I'm working out some ideas in this [[GEDCOM Worked example]]. This is very sketchy right now, but I'm working it out in real time.--[[User:SeanHayes|SeanHayes]] it might go away at any time.&lt;br /&gt;
&lt;br /&gt;
see: The Dring tree [http://www.sussexbarn.com/dring/web/dring/pafg01.htm] for an interesting family tree website.&lt;br /&gt;
&lt;br /&gt;
== GEDCOM ==&lt;br /&gt;
&lt;br /&gt;
* Coding the GEDCOM standard into hGEDCOM. I don't know of any projects working on this, but nominate [http://www.starkeffect.com/ged2html/3.6a/ Gene Stark's GED2HTML translator] (esp. the [http://www.starkeffect.com/ged2html/3.6a/templates.html modifiable output program]) as a suitable candidate for hGEDCOM hacking. See also [http://homepages.rootsweb.com/~pmcbride/genweb.html#gedcom Paul McBride's links] to GEDCOM standards and resources. --[mailto:bjonkman@sobac.com Bob Jonkman]&lt;br /&gt;
&lt;br /&gt;
* Had a look at some examples of what GEDCOM creates [http://en.wikipedia.org/wiki/GEDCOM#Example].  Basically, seems to be [[xfn|XFN]] relationships (siblings, spouses etc.) and [[hcard|hCard]] information (could genealogy be inferred from existing XFNs regardless of a hGED format?). The only additional information we do not currently hold in a format is that of gender. GEDCOM specifies male or female for each individual. Creating something using these formats would be quite straightforward, but not sure its takeup would be good unless someone was interested in creating a hGEDCOM2GEDCOM. -- [[user:Phae|Frances Berriman]]&lt;br /&gt;
&lt;br /&gt;
** Genealogical information has date-of-death, which is also missing in hCard format (although hCard does have date-of-birth).  Much of genealogical information is event based: Date of birth, date of death, dates of marriages and divorces, and many other significant events such as religious observances (Baptisms, Bar/Bat Mitzvahs) and migrations (&amp;quot;Moved to Canada from the Netherlands&amp;quot;).  This all translates wonderfully to [[hCalendar]].  Additionally, a properly researched family tree will cite sources for all the data listed, and so could use [[citation|hCite]].  The biggest problem I see in using hCalendar is that genealogical data allows approximate dates, specifically &amp;quot;ABT 4 July 1776&amp;quot;, &amp;quot;BEF 25 Dec 1903&amp;quot;, &amp;quot;AFT 11 Nov 1918&amp;quot;. It also also allows ambiguous dates, &amp;quot;July 1867&amp;quot; or just &amp;quot;1886&amp;quot;, or even &amp;quot;4 July&amp;quot;.  And these in combination, (Approximately ambiguous dates?  Ambiguously approximate dates?), eg. &amp;quot;BEF Feb 2007&amp;quot;, &amp;quot;AFT 1945&amp;quot;.  The most ambiguous entries I've seen for dates are &amp;quot;DECEASED&amp;quot; when date-of-death is unknown, and &amp;quot;NOT MARRIED&amp;quot; for couples who have not had a wedding ceremony.  (Info from ''Guidelines for event dates'' in the PAF Help File).&lt;br /&gt;
&lt;br /&gt;
::The only relationship links in GEDCOM are HUSBand, WIFE and CHILd.  All other relationships (brother, sister, grandparents, grandchildren, uncles, aunts, nieces, nephews, cousins) can be inferred by traversing family records.  This does mean that any collection of genealogical pages need some way to cross-reference to each other.  This isn't a problem for all pages on a single Web site, which use RIN (Record Identifier) or REFN (User Reference Number).  However, different Web pages maintained by different genealogists may have conflicting RINs and REFNs. There is a globally-unique AFN (Ancestral File Number) issued by the Church of Jesus Christ of Latter-Day Saints (LDS), but I don't know how they're issued and most genealogical sites don't use them anyway.  &lt;br /&gt;
&lt;br /&gt;
::The GEDCOM format contains much other data specific to the LDS, but I don't know how widespread it is, nor how appropriate it would be to code it into a microformat intended to reach well beyond the LDS.&lt;br /&gt;
&lt;br /&gt;
::Regardless of whether an hGED microformat is developed, it would still be valuable to mark up genealogical information with microformats on Web pages for the semantic value.&lt;br /&gt;
&lt;br /&gt;
::[[User:Bob Jonkman|Bob Jonkman]] 07:58, 9 Feb 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
==Wikipedia's Persondata==&lt;br /&gt;
Wikipedia's [http://en.wikipedia.org/wiki/Wikipedia:Persondata Persondata] aligns very closely with hCard, but has additional date and place of birth &amp;amp; death fields. [[User:AndyMabbett|Andy Mabbett]] 13:04, 28 Jan 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
*GEDCOM specifications are documented on the FamilySearch website: [http://www.familysearch.org/Eng/Home/FAQ/faq_gedcom.asp]&lt;br /&gt;
** [http://www.familysearch.org/GEDCOM/GEDCOM55.EXE GEDCOM 5.5 Standard] (Executable file in Envoy format) (broken?)&lt;br /&gt;
HTML translation [http://homepages.rootsweb.com/~pmcbride/gedcom/55gctoc.htm  GEDCOM 5.5 Standard]&lt;br /&gt;
** [http://www.familysearch.org/GEDCOM/GedXML60.pdf Draft Specification for GEDCOM XML 6.0] (PDF)&lt;br /&gt;
*Personal Ancestral File (PAF)&lt;br /&gt;
**[http://en.wikipedia.org/wiki/Personal_Ancestral_File Personal Ancestral File]&lt;br /&gt;
**[http://productsupport.familysearch.org/supportroot/eng/frameset_products.asp PAF support page]&lt;br /&gt;
**[http://en.wikipedia.org/wiki/Ancestral_File_Number Ancestral File Number]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[genealogy-brainstorming]]&lt;br /&gt;
*[[hcard|hCard]]&lt;/div&gt;</summary>
		<author><name>SeanHayes</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=genealogy-formats&amp;diff=15757</id>
		<title>genealogy-formats</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=genealogy-formats&amp;diff=15757"/>
		<updated>2007-04-18T21:54:03Z</updated>

		<summary type="html">&lt;p&gt;SeanHayes: /* Genealogy Formats */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Genealogy Formats =&lt;br /&gt;
&lt;br /&gt;
I started this page because someone (Bob Jonkman apparently) added a bunch of stuff to the [http://developers.technorati.com/wiki/MicroFormats Technorati microformats page] on genealogy, and I moved it here. -[http://tantek.com/log/ Tantek]&lt;br /&gt;
&lt;br /&gt;
I'm not sure whether it makes sense to do GEDCOM as its own format, or as an extention of some kind to [[hcard|hCard]], I'm working out some ideas in this [[GEDCOM Worked example]]. This is very sketchy right now, but I'm working it out in real time.--[[User:SeanHayes|SeanHayes]] it might go away at any time.&lt;br /&gt;
&lt;br /&gt;
see: The Dring tree [http://www.sussexbarn.com/dring/web/dring/pafg01.htm] for an interesting family tree website.&lt;br /&gt;
&lt;br /&gt;
== GEDCOM ==&lt;br /&gt;
&lt;br /&gt;
* Coding the GEDCOM standard into hGEDCOM. I don't know of any projects working on this, but nominate [http://www.starkeffect.com/ged2html/3.6a/ Gene Stark's GED2HTML translator] (esp. the [http://www.starkeffect.com/ged2html/3.6a/templates.html modifiable output program]) as a suitable candidate for hGEDCOM hacking. See also [http://homepages.rootsweb.com/~pmcbride/genweb.html#gedcom Paul McBride's links] to GEDCOM standards and resources. --[mailto:bjonkman@sobac.com Bob Jonkman]&lt;br /&gt;
&lt;br /&gt;
* Had a look at some examples of what GEDCOM creates [http://en.wikipedia.org/wiki/GEDCOM#Example].  Basically, seems to be [[xfn|XFN]] relationships (siblings, spouses etc.) and [[hcard|hCard]] information (could genealogy be inferred from existing XFNs regardless of a hGED format?). The only additional information we do not currently hold in a format is that of gender. GEDCOM specifies male or female for each individual. Creating something using these formats would be quite straightforward, but not sure its takeup would be good unless someone was interested in creating a hGEDCOM2GEDCOM. -- [[user:Phae|Frances Berriman]]&lt;br /&gt;
&lt;br /&gt;
** Genealogical information has date-of-death, which is also missing in hCard format (although hCard does have date-of-birth).  Much of genealogical information is event based: Date of birth, date of death, dates of marriages and divorces, and many other significant events such as religious observances (Baptisms, Bar/Bat Mitzvahs) and migrations (&amp;quot;Moved to Canada from the Netherlands&amp;quot;).  This all translates wonderfully to [[hCalendar]].  Additionally, a properly researched family tree will cite sources for all the data listed, and so could use [[citation|hCite]].  The biggest problem I see in using hCalendar is that genealogical data allows approximate dates, specifically &amp;quot;ABT 4 July 1776&amp;quot;, &amp;quot;BEF 25 Dec 1903&amp;quot;, &amp;quot;AFT 11 Nov 1918&amp;quot;. It also also allows ambiguous dates, &amp;quot;July 1867&amp;quot; or just &amp;quot;1886&amp;quot;, or even &amp;quot;4 July&amp;quot;.  And these in combination, (Approximately ambiguous dates?  Ambiguously approximate dates?), eg. &amp;quot;BEF Feb 2007&amp;quot;, &amp;quot;AFT 1945&amp;quot;.  The most ambiguous entries I've seen for dates are &amp;quot;DECEASED&amp;quot; when date-of-death is unknown, and &amp;quot;NOT MARRIED&amp;quot; for couples who have not had a wedding ceremony.  (Info from ''Guidelines for event dates'' in the PAF Help File).&lt;br /&gt;
&lt;br /&gt;
::The only relationship links in GEDCOM are HUSBand, WIFE and CHILd.  All other relationships (brother, sister, grandparents, grandchildren, uncles, aunts, nieces, nephews, cousins) can be inferred by traversing family records.  This does mean that any collection of genealogical pages need some way to cross-reference to each other.  This isn't a problem for all pages on a single Web site, which use RIN (Record Identifier) or REFN (User Reference Number).  However, different Web pages maintained by different genealogists may have conflicting RINs and REFNs. There is a globally-unique AFN (Ancestral File Number) issued by the Church of Jesus Christ of Latter-Day Saints (LDS), but I don't know how they're issued and most genealogical sites don't use them anyway.  &lt;br /&gt;
&lt;br /&gt;
::The GEDCOM format contains much other data specific to the LDS, but I don't know how widespread it is, nor how appropriate it would be to code it into a microformat intended to reach well beyond the LDS.&lt;br /&gt;
&lt;br /&gt;
::Regardless of whether an hGED microformat is developed, it would still be valuable to mark up genealogical information with microformats on Web pages for the semantic value.&lt;br /&gt;
&lt;br /&gt;
::[[User:Bob Jonkman|Bob Jonkman]] 07:58, 9 Feb 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
==Wikipedia's Persondata==&lt;br /&gt;
Wikipedia's [http://en.wikipedia.org/wiki/Wikipedia:Persondata Persondata] aligns very closely with hCard, but has additional date and place of birth &amp;amp; death fields. [[User:AndyMabbett|Andy Mabbett]] 13:04, 28 Jan 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
*GEDCOM specifications are documented on the FamilySearch website: [http://www.familysearch.org/Eng/Home/FAQ/faq_gedcom.asp]&lt;br /&gt;
** [http://www.familysearch.org/GEDCOM/GEDCOM55.EXE GEDCOM 5.5 Standard] (Executable file in Envoy format)&lt;br /&gt;
** [http://www.familysearch.org/GEDCOM/GedXML60.pdf Draft Specification for GEDCOM XML 6.0] (PDF)&lt;br /&gt;
*Personal Ancestral File (PAF)&lt;br /&gt;
**[http://en.wikipedia.org/wiki/Personal_Ancestral_File Personal Ancestral File]&lt;br /&gt;
**[http://productsupport.familysearch.org/supportroot/eng/frameset_products.asp PAF support page]&lt;br /&gt;
**[http://en.wikipedia.org/wiki/Ancestral_File_Number Ancestral File Number]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[genealogy-brainstorming]]&lt;br /&gt;
*[[hcard|hCard]]&lt;/div&gt;</summary>
		<author><name>SeanHayes</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=genealogy-formats&amp;diff=15756</id>
		<title>genealogy-formats</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=genealogy-formats&amp;diff=15756"/>
		<updated>2007-04-18T21:53:34Z</updated>

		<summary type="html">&lt;p&gt;SeanHayes: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Genealogy Formats =&lt;br /&gt;
&lt;br /&gt;
I started this page because someone (Bob Jonkman apparently) added a bunch of stuff to the [http://developers.technorati.com/wiki/MicroFormats Technorati microformats page] on genealogy, and I moved it here. -[http://tantek.com/log/ Tantek]&lt;br /&gt;
&lt;br /&gt;
I'm not sure whether it makes sense to do GEDCOM as its own format, or as an extention of some kind to [[hcard|hCard]], I'm working out some ideas in this [[GEDCOM Worked example]]. This is very sketchy right now, but I'm working it out in real time.--[[User:SeanHayes|SeanHayes]] it might go away at any time.&lt;br /&gt;
&lt;br /&gt;
see: [http://www.sussexbarn.com/dring/web/dring/pafg01.htm] for an interesting family tree website.&lt;br /&gt;
&lt;br /&gt;
== GEDCOM ==&lt;br /&gt;
&lt;br /&gt;
* Coding the GEDCOM standard into hGEDCOM. I don't know of any projects working on this, but nominate [http://www.starkeffect.com/ged2html/3.6a/ Gene Stark's GED2HTML translator] (esp. the [http://www.starkeffect.com/ged2html/3.6a/templates.html modifiable output program]) as a suitable candidate for hGEDCOM hacking. See also [http://homepages.rootsweb.com/~pmcbride/genweb.html#gedcom Paul McBride's links] to GEDCOM standards and resources. --[mailto:bjonkman@sobac.com Bob Jonkman]&lt;br /&gt;
&lt;br /&gt;
* Had a look at some examples of what GEDCOM creates [http://en.wikipedia.org/wiki/GEDCOM#Example].  Basically, seems to be [[xfn|XFN]] relationships (siblings, spouses etc.) and [[hcard|hCard]] information (could genealogy be inferred from existing XFNs regardless of a hGED format?). The only additional information we do not currently hold in a format is that of gender. GEDCOM specifies male or female for each individual. Creating something using these formats would be quite straightforward, but not sure its takeup would be good unless someone was interested in creating a hGEDCOM2GEDCOM. -- [[user:Phae|Frances Berriman]]&lt;br /&gt;
&lt;br /&gt;
** Genealogical information has date-of-death, which is also missing in hCard format (although hCard does have date-of-birth).  Much of genealogical information is event based: Date of birth, date of death, dates of marriages and divorces, and many other significant events such as religious observances (Baptisms, Bar/Bat Mitzvahs) and migrations (&amp;quot;Moved to Canada from the Netherlands&amp;quot;).  This all translates wonderfully to [[hCalendar]].  Additionally, a properly researched family tree will cite sources for all the data listed, and so could use [[citation|hCite]].  The biggest problem I see in using hCalendar is that genealogical data allows approximate dates, specifically &amp;quot;ABT 4 July 1776&amp;quot;, &amp;quot;BEF 25 Dec 1903&amp;quot;, &amp;quot;AFT 11 Nov 1918&amp;quot;. It also also allows ambiguous dates, &amp;quot;July 1867&amp;quot; or just &amp;quot;1886&amp;quot;, or even &amp;quot;4 July&amp;quot;.  And these in combination, (Approximately ambiguous dates?  Ambiguously approximate dates?), eg. &amp;quot;BEF Feb 2007&amp;quot;, &amp;quot;AFT 1945&amp;quot;.  The most ambiguous entries I've seen for dates are &amp;quot;DECEASED&amp;quot; when date-of-death is unknown, and &amp;quot;NOT MARRIED&amp;quot; for couples who have not had a wedding ceremony.  (Info from ''Guidelines for event dates'' in the PAF Help File).&lt;br /&gt;
&lt;br /&gt;
::The only relationship links in GEDCOM are HUSBand, WIFE and CHILd.  All other relationships (brother, sister, grandparents, grandchildren, uncles, aunts, nieces, nephews, cousins) can be inferred by traversing family records.  This does mean that any collection of genealogical pages need some way to cross-reference to each other.  This isn't a problem for all pages on a single Web site, which use RIN (Record Identifier) or REFN (User Reference Number).  However, different Web pages maintained by different genealogists may have conflicting RINs and REFNs. There is a globally-unique AFN (Ancestral File Number) issued by the Church of Jesus Christ of Latter-Day Saints (LDS), but I don't know how they're issued and most genealogical sites don't use them anyway.  &lt;br /&gt;
&lt;br /&gt;
::The GEDCOM format contains much other data specific to the LDS, but I don't know how widespread it is, nor how appropriate it would be to code it into a microformat intended to reach well beyond the LDS.&lt;br /&gt;
&lt;br /&gt;
::Regardless of whether an hGED microformat is developed, it would still be valuable to mark up genealogical information with microformats on Web pages for the semantic value.&lt;br /&gt;
&lt;br /&gt;
::[[User:Bob Jonkman|Bob Jonkman]] 07:58, 9 Feb 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
==Wikipedia's Persondata==&lt;br /&gt;
Wikipedia's [http://en.wikipedia.org/wiki/Wikipedia:Persondata Persondata] aligns very closely with hCard, but has additional date and place of birth &amp;amp; death fields. [[User:AndyMabbett|Andy Mabbett]] 13:04, 28 Jan 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
*GEDCOM specifications are documented on the FamilySearch website: [http://www.familysearch.org/Eng/Home/FAQ/faq_gedcom.asp]&lt;br /&gt;
** [http://www.familysearch.org/GEDCOM/GEDCOM55.EXE GEDCOM 5.5 Standard] (Executable file in Envoy format)&lt;br /&gt;
** [http://www.familysearch.org/GEDCOM/GedXML60.pdf Draft Specification for GEDCOM XML 6.0] (PDF)&lt;br /&gt;
*Personal Ancestral File (PAF)&lt;br /&gt;
**[http://en.wikipedia.org/wiki/Personal_Ancestral_File Personal Ancestral File]&lt;br /&gt;
**[http://productsupport.familysearch.org/supportroot/eng/frameset_products.asp PAF support page]&lt;br /&gt;
**[http://en.wikipedia.org/wiki/Ancestral_File_Number Ancestral File Number]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[genealogy-brainstorming]]&lt;br /&gt;
*[[hcard|hCard]]&lt;/div&gt;</summary>
		<author><name>SeanHayes</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=GEDCOM_Worked_example&amp;diff=15776</id>
		<title>GEDCOM Worked example</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=GEDCOM_Worked_example&amp;diff=15776"/>
		<updated>2007-04-18T21:50:35Z</updated>

		<summary type="html">&lt;p&gt;SeanHayes: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''This document is not following the [[process]]. Before proposing a micro(or 'mini')format, please research examples in the wild and derive and implied schema. -- RyanKing'''&lt;br /&gt;
&lt;br /&gt;
I Know that. This is a work in progress. think of it as an extended public brainfart if it helps., it will go in the main [[genealogy-formats|genealogy exploration]] section when I'm done&lt;br /&gt;
--&lt;br /&gt;
&lt;br /&gt;
==  Example GEDCOM file ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
0 HEAD&lt;br /&gt;
1 SOUR TESTAPP&lt;br /&gt;
2 VERS V0.1&lt;br /&gt;
2 CORP Test Data&lt;br /&gt;
1 DEST REUNION&lt;br /&gt;
1 DATE 18 APR 2007&lt;br /&gt;
1 FILE Master Database&lt;br /&gt;
1 GEDC&lt;br /&gt;
2 VERS 5.01&lt;br /&gt;
1 CHAR ASCII&lt;br /&gt;
0 @I1@ INDI&lt;br /&gt;
1 NAME Edward Sean /Hayes/&lt;br /&gt;
1 SEX M&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 1 DEC 1961&lt;br /&gt;
2 PLAC Royal Free Hospital London&lt;br /&gt;
1 OCCU Program Manager&lt;br /&gt;
1 EDUC Westfield College&lt;br /&gt;
1 FAMS @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @I2@ INDI&lt;br /&gt;
1 NAME Tamsin Clare /Hayes/&lt;br /&gt;
1 SEX F&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 25 JUL 1963&lt;br /&gt;
2 PLAC London&lt;br /&gt;
1 OCCU Therapist&lt;br /&gt;
1 EDUC School&lt;br /&gt;
1 RELI None&lt;br /&gt;
1 FAMS @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @I3@ INDI&lt;br /&gt;
1 NAME Alice Rose /Hayes/&lt;br /&gt;
1 SEX F&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 17 FEB 1986&lt;br /&gt;
2 PLAC Park Royal, London&lt;br /&gt;
1 RELI None&lt;br /&gt;
1 FAMC @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @I4@ INDI&lt;br /&gt;
1 NAME Megan Christine /Hayes/&lt;br /&gt;
1 SEX F&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 21 NOV 1986&lt;br /&gt;
2 PLAC Bristol&lt;br /&gt;
1 RELI None&lt;br /&gt;
1 FAMC @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @F1@ FAM&lt;br /&gt;
1 HUSB @I1@&lt;br /&gt;
1 WIFE @I2@&lt;br /&gt;
1 CHIL @I3@&lt;br /&gt;
1 CHIL @I4@&lt;br /&gt;
1 MARR&lt;br /&gt;
2 DATE 25 SEP 1985&lt;br /&gt;
2 PLAC London&lt;br /&gt;
0 TRLR&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Possible microformat ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;gedcom&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;div class=&amp;quot;HEAD&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;a class=&amp;quot;SOUR&amp;quot; href=&amp;quot;www.seanhayes.tv/geneaology/testapp&amp;quot;&amp;gt;TESTAPP&amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;VERS&amp;quot;&amp;gt; V0.1&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;a class=&amp;quot;CORP&amp;quot; href=&amp;quot;www.seanhayes.tv/geneaology&amp;quot;&amp;gt;Test Data&amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;a class=&amp;quot;DEST&amp;quot; href=&amp;quot;www.seanhayes.tv/geneaology/reunion&amp;quot;&amp;gt;REUNION&amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt;18 APR 2007&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;FILE&amp;quot;&amp;gt;Master Database&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;GEDC&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;VERS&amp;quot;&amp;gt;5.01 &amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;CHAR&amp;quot;&amp;gt;ASCII &amp;lt;/span&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;div class=&amp;quot;INDI&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;div class=&amp;quot;NAME&amp;quot; id=&amp;quot;Edward-Sean-Hayes&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;FAML&amp;quot;&amp;gt;Edward Sean&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;FAML&amp;quot;&amp;gt;Hayes&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;SEX&amp;quot;&amp;gt;M&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;BIRT&amp;quot;&amp;gt; &lt;br /&gt;
         &amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt; 1 DEC 1961&amp;lt;/div&amp;gt;&lt;br /&gt;
         &amp;lt;div class=&amp;quot;PLAC&amp;quot;&amp;gt; Royal Free Hospital London&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;OCCU&amp;quot;&amp;gt; Program Manager&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;EDUC&amp;quot;&amp;gt; Westfield College&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;a class=&amp;quot;FAMS&amp;quot; href=&amp;quot;#f1&amp;quot;&amp;gt;@F1@&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;CHAN&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt; 18 APR 2007&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The INDI records could be replaced by hCard records:&lt;/div&gt;</summary>
		<author><name>SeanHayes</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=Main_Page&amp;diff=29474</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=Main_Page&amp;diff=29474"/>
		<updated>2007-04-18T21:50:07Z</updated>

		<summary type="html">&lt;p&gt;SeanHayes: /* Exploratory Discussions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;h1&amp;gt;Microformats Wiki&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Hello!''' Welcome to the microformats wiki. If you haven't already done so, please see the [[introduction]] page.&lt;br /&gt;
&lt;br /&gt;
Please read [[how-to-play]] before making any edits.&lt;br /&gt;
&lt;br /&gt;
Please read [[process]] before proposing any new microformats.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==Getting Started==&lt;br /&gt;
&lt;br /&gt;
[[what-are-microformats|What are microformats]]? [[what-can-you-do-with-microformats|What can you do with them]]? &lt;br /&gt;
&lt;br /&gt;
The [http://microformats.org/about/ about page], [http://microformats.org/ latest news], plus recent [[press]], [[presentations]], [[books]], [[podcasts]], and [[screencasts]] are also good places for some background information. Our [[cheatsheets]] are handy if you need a quick reminder about a particular microformat. We even have a [[spellcheck|spell-check dictionary]] of microformat-related terms.&lt;br /&gt;
&lt;br /&gt;
Frequently asked questions about this wiki and microformats in general are answered in the [[faq|FAQ]], and there is a [[glossary]]. &lt;br /&gt;
&lt;br /&gt;
Want to learn more in person? Check out [[events|microformats events]].&lt;br /&gt;
&lt;br /&gt;
==Definition==&lt;br /&gt;
&lt;br /&gt;
One popular definition from our [http://microformats.org/discuss/ mailing list] (see also: [[mailing-lists]]) is &amp;quot;simple conventions for embedding semantics in HTML to enable decentralized development.&amp;quot; More precisely, microformats can be defined as:&lt;br /&gt;
:simple conventions&lt;br /&gt;
:for embedding semantic markup&lt;br /&gt;
::for a specific problem domain&lt;br /&gt;
:in human-readable (X)HTML/XML documents, Atom/RSS feeds, and &amp;quot;plain&amp;quot; XML&lt;br /&gt;
::that normalize existing content usage patterns&lt;br /&gt;
::using brief, descriptive class names &lt;br /&gt;
::often based on existing interoperable standards&lt;br /&gt;
:to enable decentralized development&lt;br /&gt;
::of resources, tools, and services&lt;br /&gt;
&lt;br /&gt;
Simply put: &amp;quot;Microformats are a codification of convention.&amp;quot; -- [http://easy-reader.net Aaron Gustafson]&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Or do you just use your browser to browse? That's so 20th century.&amp;quot; -- [http://diveintomark.org Mark Pilgrim]&lt;br /&gt;
&lt;br /&gt;
== How to contribute ==&lt;br /&gt;
&lt;br /&gt;
Do you want to help take microformats to the next level?  You can:&lt;br /&gt;
&lt;br /&gt;
*Check out our open [[to-do|to do list]] for things to help get done.&lt;br /&gt;
*Join the [http://microformats.org/discuss mailing lists] and [[irc|IRC Channel]] to learn and help answer questions about microformats.&lt;br /&gt;
*[[advocacy|Advocate]] the use of microformats.&lt;br /&gt;
*help to [[Main_Page#microformats_wiki_in_other_languages|translate this microformats wiki into other languages]] to make microformats globally accessible.&lt;br /&gt;
*Find [[orphans|orphaned]] pages, and add links to them.&lt;br /&gt;
&lt;br /&gt;
== Specifications ==&lt;br /&gt;
[[microformats|Microformats]] open standards specifications (see also: [[implementations]], [[examples-in-the-wild]])&lt;br /&gt;
* [[hcalendar|hCalendar]] - [http://microformats.org/code/hcalendar/creator hcalendar creator]&lt;br /&gt;
* [[hcard|hCard]] - [http://microformats.org/code/hcard/creator hcard creator]&lt;br /&gt;
* [[rel-license]]&lt;br /&gt;
* [[rel-nofollow]]&lt;br /&gt;
* [[rel-tag]]&lt;br /&gt;
* [[vote-links|VoteLinks]]&lt;br /&gt;
* [http://gmpg.org/xfn/ XFN] (see also: [[xfn-implementations]])&lt;br /&gt;
* [http://gmpg.org/xmdp/ XMDP]&lt;br /&gt;
* [[xoxo|XOXO]]&lt;br /&gt;
&lt;br /&gt;
== Drafts ==&lt;br /&gt;
* [[adr|adr]]&lt;br /&gt;
* [[geo|geo]]&lt;br /&gt;
* [[hatom|hAtom]]&lt;br /&gt;
* [[hresume|hResume]]&lt;br /&gt;
* [[hreview|hReview]] - [http://microformats.org/code/hreview/creator hreview creator]&lt;br /&gt;
* [[rel-directory]]&lt;br /&gt;
* [[rel-enclosure]]&lt;br /&gt;
* [[rel-home]]&lt;br /&gt;
* [[rel-payment]]&lt;br /&gt;
* [[robots-exclusion|Robots Exclusion]]&lt;br /&gt;
* [[xfolk|xFolk]]&lt;br /&gt;
&lt;br /&gt;
== Design Patterns ==&lt;br /&gt;
&lt;br /&gt;
{{design_patterns}} &amp;lt;!-- this can be edited in /wiki/Template:design_patterns --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Exploratory Discussions ==&lt;br /&gt;
Per the microformats [[process]]: research and analysis of real-world [[examples]], existing formats, and brainstorming to motivate the microformat. Please check [[rejected-formats]] before making additions.&lt;br /&gt;
&lt;br /&gt;
* alternates [[alternates-brainstorming|alternates brainstorming]], [[alternates-examples|alternates examples]]&lt;br /&gt;
*[[attention]]&lt;br /&gt;
* audio-info ([[audio-info-examples|examples]], [[audio-info-formats|formats]], [[audio-info-brainstorming|brainstorming]]) - Marking up information and metadata related to audio (speech, music, and sound in general). {{NewMarker}}&lt;br /&gt;
* blog description [[blog-description-examples|blog description examples]]&lt;br /&gt;
* blog info [[blog-info-examples|blog info examples]]&lt;br /&gt;
* blog post [[blog-post-examples|examples]], [[blog-post-formats|blog post formats]], and [[blog-post-brainstorming|blog post brainstorming]] (yielded the [[hatom|hAtom]] draft)&lt;br /&gt;
* book [[book-examples|book examples]], [[book-formats|book formats]], and [[book-brainstorming|book brainstorming]]&lt;br /&gt;
* chat [[chat-examples|chat examples]], [[chat-formats|chat formats]], and [[chat-brainstorming|chat brainstorming]]&lt;br /&gt;
* citation [[citation|citation effort]], [[citation-examples|citation examples]], [[citation-formats|citation formats]], [[citation-brainstorming|citation brainstorming]], and [[citation-faq|citation FAQ]]&lt;br /&gt;
* code [[code-examples| code examples]], [[code-brainstorming|code brainstorming]] {{NewMarker}}&lt;br /&gt;
* comment [[comment-problem|comment problem]], [[comment-examples|comment examples]], and [[comments-formats|comment formats]] (Some stuff needs to be extracted from [[comments-formats]])&lt;br /&gt;
* [[collection-description|collection description]] {{NewMarker}}&lt;br /&gt;
* [[course-catalog]]; [[course-catalog-examples]] {{NewMarker}}&lt;br /&gt;
* [[currency]]; [[currency-examples]]; [[currency-brainstorming]]; [[currency-proposal]]; [[currency-issues]]&lt;br /&gt;
* [[depend-examples]]: examples of dependency graphs, especially as they relate to software {{NewMarker}}&lt;br /&gt;
* [[digital-signatures]]: incorporation of digital signatures in Microformatted data; ([[digitalsignature-examples|digital-signature examples]], [[digitalsignature-brainstorming|digital-signatures brainstorming]]) {{NewMarker}}&lt;br /&gt;
* directions [[directions-examples|directions examples]] {{NewMarker}}&lt;br /&gt;
* directory inclusion [[directory-inclusion-examples|directory inclusion examples]], [[directory-inclusion-formats|directory inclusion formats]]. (see also [[rel-directory]])&lt;br /&gt;
* distributed conversation [[distributed-conversation|distributed conversation overview]], [[distributed-conversation-brainstorming|distributed conversation brainstorming]], [[distributed-conversation-examples|distributed conversation examples]], and [[distributed-conversation-formats|distributed conversation formats]]&lt;br /&gt;
* forms [[forms-examples|forms examples]]&lt;br /&gt;
* file-format ([[file-format-examples|examples]], formats, brainstorming) - for the mark-up of file format information (size, type, codecs, bitrate, etc.) {{NewMarker}}&lt;br /&gt;
* genealogy [[genealogy-formats|genealogy exploration]]&lt;br /&gt;
* geo extensions&lt;br /&gt;
** [[geo-extension-strawman]] - extend geo for moons, other planets, etc.&lt;br /&gt;
** [[geo-elevation-examples]] - extend geo for representing altitude {{NewMarker}}&lt;br /&gt;
** [[geo-waypoint-examples]] - extend geo for representing routes and boundaries, using waypoints {{NewMarker}}&lt;br /&gt;
* group [[group-brainstorming|group brainstorming]] and [[group-examples|group examples]]&lt;br /&gt;
* items [[items-brainstorming|items brainstorming]] and [[items-examples|items examples]]&lt;br /&gt;
* hash [[hash-examples|hash examples]]&lt;br /&gt;
* job listing [[job-listing-examples|job listing examples]] and [[job-listing-brainstorming|job listing brainstorming]]&lt;br /&gt;
* last modified [[last-modified-examples|last modified examples]], [[last-modified-formats|last modified formats]], and [[last-modified-brainstorming|last modified brainstorming]]&lt;br /&gt;
* hListing [[hlisting-proposal|hListing proposal]], and [[hlisting-feedback|hListing feedback]] &lt;br /&gt;
** Also, listing [[listing-examples|examples]], [[listing-formats|formats]], and [[listing-brainstorming|brainstorming]]&lt;br /&gt;
* [[product|hProduct]] - [[product-brainstorming|hProduct brainstorming]] | [[product-examples|hProduct examples]]&lt;br /&gt;
* [[htodo|hToDo]]&lt;br /&gt;
* location [[location-formats|location formats]]. (see also [[adr]] and [[geo]])&lt;br /&gt;
* measures and measurement units [[measure]]&lt;br /&gt;
* [[media-info]] ([[media-info-examples|media-info examples]], [[media-info-formats|media-info formats]], [[media-info-brainstorming|media-info brainstorming]]) {{UpdateMarker}}&lt;br /&gt;
* meeting minutes [[meeting-minutes-examples|meeting minutes examples]], [[meeting-minutes-formats|meeting minutes formats]], and [[meeting-minutes-brainstorming|meeting minutes brainstorming]]&lt;br /&gt;
* metalink [[metalink-examples|metalink examples]] {{NewMarker}}&lt;br /&gt;
* microsummary [[microsummary-brainstorming|microsummary brainstorming]]&lt;br /&gt;
* [[mfo-examples|MFO examples]]&lt;br /&gt;
* music [[music-examples|music examples]] {{UpdateMarker}}&lt;br /&gt;
* [[operating-hours]]: [[operating-hours-examples]] ..of stores, restaurants, etc. {{UpdateMarker}}&lt;br /&gt;
* [[payment]]&lt;br /&gt;
* photo note [[photo-note-examples|photo note examples]]&lt;br /&gt;
*[[question-answer]], [[question-answer-brainstorming]]; [[question-answer-examples]] {{NewMarker}}&lt;br /&gt;
* recipe [[recipe-examples|recipe examples]], [[recipe-brainstorming]] {{UpdateMarker}}&lt;br /&gt;
* rel-product [[rel-product-brainstorming|rel-product brainstorming]]&lt;br /&gt;
* requirements testing [[requirements-testing|requirements testing overview]], and [[requirements-testing-examples|requirements testing examples]]&lt;br /&gt;
* [[rest-examples|REST examples]]&lt;br /&gt;
* resume [[resume-brainstorming|resume brainstorming]], and [[resume-formats|resume formats]]&lt;br /&gt;
* review [[review-examples|review examples]], and [[review-formats|review formats]] (yielded the [[hreview|hReview]] draft)&lt;br /&gt;
* search results [[search-results-example|search results example]]&lt;br /&gt;
* show [[show-brainstorming|show brainstorming]]&lt;br /&gt;
* showroll [[showroll-brainstorming|brainstorming]]&lt;br /&gt;
* [[species]] - for the marking up of the scientific names of living things: [[species-examples]]; [[species-brainstorming]] {{UpdateMarker}}&lt;br /&gt;
* table [[table-examples|examples]]&lt;br /&gt;
* tagspeak [[tagspeak-examples|tagspeak examples]]&lt;br /&gt;
* tagcloud [[tagcloud-examples|tagcloud examples]], and [[tagcloud-brainstorming|tagcloud  brainstorming]].&lt;br /&gt;
* transit table [[transit-table-examples|transit table examples]]&lt;br /&gt;
* [[uid]]&lt;br /&gt;
* widget [[widget-examples|widget examples]], and [[widget-brainstorming|widget brainstorming]]&lt;br /&gt;
* [[wiki-formats|wiki formats]]&lt;br /&gt;
* work of art [[work-of-art|work of art overview]], [[workofart-examples|work of art examples]], [[workofart-formats|work of art formats]], and [[workofart-brainstorming|work of art brainstorming]] &lt;br /&gt;
*[[xmdp-brainstorming|XMDP brainstorming]] (see also [[xmdp-faq]])&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
* [[examples-in-the-wild]]&lt;br /&gt;
* [[implementations]]&lt;br /&gt;
* [[zen-garden]]&lt;br /&gt;
&lt;br /&gt;
== Tools, Test Cases and Additional Research ==&lt;br /&gt;
&lt;br /&gt;
The first place to look for examples, code, and test cases is in the pages for each individual microformat. There are only a few cross-cutting tools and services that need to process more than one microformat. This section is intended for editors, parsers, validators, test cases, and other information relevant across multiple microformats.&lt;br /&gt;
&lt;br /&gt;
*[[accessibility]]&lt;br /&gt;
*[[faqs-for-rdf]]&lt;br /&gt;
*[[icalendar-implementations]]&lt;br /&gt;
*[[internationalization]]&lt;br /&gt;
*[[parsing-microformats]]&lt;br /&gt;
*[[selected-test-cases-from-the-web]]&lt;br /&gt;
*[http://hg.microformats.org/ Source code repository] -- [[mercurial-quick-start|HowTo: Download code from the repository]]&lt;br /&gt;
*[[vcard-implementations]], [[vcard-errata]], [[vcard-suggestions]]&lt;br /&gt;
*[[why-are-content-standards-hard]]&lt;br /&gt;
* [[profile-examples-in-wild|Profile examples, in the wild]]&lt;br /&gt;
&lt;br /&gt;
== shared work areas ==&lt;br /&gt;
* [[buttons]]&lt;br /&gt;
* [[icons]] {{NewMarker}}&lt;br /&gt;
* [[spread-microformats]] {{NewMarker}}&lt;br /&gt;
* [[demo]] - a page with links for quickly demonstrating microformats working in practice.&lt;br /&gt;
* [[events]]&lt;br /&gt;
* [[to-do]]&lt;br /&gt;
* [[microformats-issues]] {{NewMarker}} - issues related to more than one microformat.&lt;br /&gt;
* [[user-interface]]&lt;br /&gt;
* [[shortcuts]] to wiki pages with long names&lt;br /&gt;
* [[marked-for-deletion]]&lt;br /&gt;
&lt;br /&gt;
== microformats wiki translations in other languages ==&lt;br /&gt;
&lt;br /&gt;
You may read and edit microformats articles in many other languages:&lt;br /&gt;
&lt;br /&gt;
* languages with over 100 articles&lt;br /&gt;
** [[Main_Page-fr|Français (French)]] {{UpdateMarker-fr}}&lt;br /&gt;
* languages with over 10 articles&lt;br /&gt;
** [[Main_Page-pt-br| Português (Brazilian Portuguese)]]&lt;br /&gt;
** [[Main_Page-ja|日本語 (Japanese)]]&lt;br /&gt;
* languages with over 2 articles&lt;br /&gt;
** [[Main_Page-es|Español (Spanish)]]&lt;br /&gt;
** [[Main_Page-de|Deutsch (German)]]&lt;br /&gt;
&lt;br /&gt;
See also [[other-languages]], and [[how-to-start-new-translation|how-to-start-a-new-translation]].&lt;/div&gt;</summary>
		<author><name>SeanHayes</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=GEDCOM_Worked_example&amp;diff=15754</id>
		<title>GEDCOM Worked example</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=GEDCOM_Worked_example&amp;diff=15754"/>
		<updated>2007-04-18T21:47:37Z</updated>

		<summary type="html">&lt;p&gt;SeanHayes: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''This document is not following the [[process]]. Before proposing a micro(or 'mini')format, please research examples in the wild and derive and implied schema. -- RyanKing'''&lt;br /&gt;
&lt;br /&gt;
I Know that. This is a work in progress. think of it as an extended public brainfart if it helps., it will go in the main geneaology section when I'm done&lt;br /&gt;
--&lt;br /&gt;
&lt;br /&gt;
==  Example GEDCOM file ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
0 HEAD&lt;br /&gt;
1 SOUR TESTAPP&lt;br /&gt;
2 VERS V0.1&lt;br /&gt;
2 CORP Test Data&lt;br /&gt;
1 DEST REUNION&lt;br /&gt;
1 DATE 18 APR 2007&lt;br /&gt;
1 FILE Master Database&lt;br /&gt;
1 GEDC&lt;br /&gt;
2 VERS 5.01&lt;br /&gt;
1 CHAR ASCII&lt;br /&gt;
0 @I1@ INDI&lt;br /&gt;
1 NAME Edward Sean /Hayes/&lt;br /&gt;
1 SEX M&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 1 DEC 1961&lt;br /&gt;
2 PLAC Royal Free Hospital London&lt;br /&gt;
1 OCCU Program Manager&lt;br /&gt;
1 EDUC Westfield College&lt;br /&gt;
1 FAMS @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @I2@ INDI&lt;br /&gt;
1 NAME Tamsin Clare /Hayes/&lt;br /&gt;
1 SEX F&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 25 JUL 1963&lt;br /&gt;
2 PLAC London&lt;br /&gt;
1 OCCU Therapist&lt;br /&gt;
1 EDUC School&lt;br /&gt;
1 RELI None&lt;br /&gt;
1 FAMS @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @I3@ INDI&lt;br /&gt;
1 NAME Alice Rose /Hayes/&lt;br /&gt;
1 SEX F&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 17 FEB 1986&lt;br /&gt;
2 PLAC Park Royal, London&lt;br /&gt;
1 RELI None&lt;br /&gt;
1 FAMC @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @I4@ INDI&lt;br /&gt;
1 NAME Megan Christine /Hayes/&lt;br /&gt;
1 SEX F&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 21 NOV 1986&lt;br /&gt;
2 PLAC Bristol&lt;br /&gt;
1 RELI None&lt;br /&gt;
1 FAMC @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @F1@ FAM&lt;br /&gt;
1 HUSB @I1@&lt;br /&gt;
1 WIFE @I2@&lt;br /&gt;
1 CHIL @I3@&lt;br /&gt;
1 CHIL @I4@&lt;br /&gt;
1 MARR&lt;br /&gt;
2 DATE 25 SEP 1985&lt;br /&gt;
2 PLAC London&lt;br /&gt;
0 TRLR&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Possible microformat ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;gedcom&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;div class=&amp;quot;HEAD&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;a class=&amp;quot;SOUR&amp;quot; href=&amp;quot;www.seanhayes.tv/geneaology/testapp&amp;quot;&amp;gt;TESTAPP&amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;VERS&amp;quot;&amp;gt; V0.1&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;a class=&amp;quot;CORP&amp;quot; href=&amp;quot;www.seanhayes.tv/geneaology&amp;quot;&amp;gt;Test Data&amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;a class=&amp;quot;DEST&amp;quot; href=&amp;quot;www.seanhayes.tv/geneaology/reunion&amp;quot;&amp;gt;REUNION&amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt;18 APR 2007&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;FILE&amp;quot;&amp;gt;Master Database&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;GEDC&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;VERS&amp;quot;&amp;gt;5.01 &amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;CHAR&amp;quot;&amp;gt;ASCII &amp;lt;/span&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;div class=&amp;quot;INDI&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;div class=&amp;quot;NAME&amp;quot; id=&amp;quot;Edward-Sean-Hayes&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;FAML&amp;quot;&amp;gt;Edward Sean&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;FAML&amp;quot;&amp;gt;Hayes&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;SEX&amp;quot;&amp;gt;M&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;BIRT&amp;quot;&amp;gt; &lt;br /&gt;
         &amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt; 1 DEC 1961&amp;lt;/div&amp;gt;&lt;br /&gt;
         &amp;lt;div class=&amp;quot;PLAC&amp;quot;&amp;gt; Royal Free Hospital London&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;OCCU&amp;quot;&amp;gt; Program Manager&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;EDUC&amp;quot;&amp;gt; Westfield College&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;a class=&amp;quot;FAMS&amp;quot; href=&amp;quot;#f1&amp;quot;&amp;gt;@F1@&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;CHAN&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt; 18 APR 2007&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The INDI records could be replaced by hCard records:&lt;/div&gt;</summary>
		<author><name>SeanHayes</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=GEDCOM_Worked_example&amp;diff=15752</id>
		<title>GEDCOM Worked example</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=GEDCOM_Worked_example&amp;diff=15752"/>
		<updated>2007-04-18T21:45:43Z</updated>

		<summary type="html">&lt;p&gt;SeanHayes: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''This document is not following the [[process]]. Before proposing a micro(or 'mini')format, please research examples in the wild and derive and implied schema. -- RyanKing'''&lt;br /&gt;
&lt;br /&gt;
I Know that. This is a work in progress, it will go in the main geneaology section when I'm done&lt;br /&gt;
--&lt;br /&gt;
&lt;br /&gt;
==  Example GEDCOM file ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
0 HEAD&lt;br /&gt;
1 SOUR TESTAPP&lt;br /&gt;
2 VERS V0.1&lt;br /&gt;
2 CORP Test Data&lt;br /&gt;
1 DEST REUNION&lt;br /&gt;
1 DATE 18 APR 2007&lt;br /&gt;
1 FILE Master Database&lt;br /&gt;
1 GEDC&lt;br /&gt;
2 VERS 5.01&lt;br /&gt;
1 CHAR ASCII&lt;br /&gt;
0 @I1@ INDI&lt;br /&gt;
1 NAME Edward Sean /Hayes/&lt;br /&gt;
1 SEX M&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 1 DEC 1961&lt;br /&gt;
2 PLAC Royal Free Hospital London&lt;br /&gt;
1 OCCU Program Manager&lt;br /&gt;
1 EDUC Westfield College&lt;br /&gt;
1 FAMS @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @I2@ INDI&lt;br /&gt;
1 NAME Tamsin Clare /Hayes/&lt;br /&gt;
1 SEX F&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 25 JUL 1963&lt;br /&gt;
2 PLAC London&lt;br /&gt;
1 OCCU Therapist&lt;br /&gt;
1 EDUC School&lt;br /&gt;
1 RELI None&lt;br /&gt;
1 FAMS @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @I3@ INDI&lt;br /&gt;
1 NAME Alice Rose /Hayes/&lt;br /&gt;
1 SEX F&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 17 FEB 1986&lt;br /&gt;
2 PLAC Park Royal, London&lt;br /&gt;
1 RELI None&lt;br /&gt;
1 FAMC @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @I4@ INDI&lt;br /&gt;
1 NAME Megan Christine /Hayes/&lt;br /&gt;
1 SEX F&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 21 NOV 1986&lt;br /&gt;
2 PLAC Bristol&lt;br /&gt;
1 RELI None&lt;br /&gt;
1 FAMC @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @F1@ FAM&lt;br /&gt;
1 HUSB @I1@&lt;br /&gt;
1 WIFE @I2@&lt;br /&gt;
1 CHIL @I3@&lt;br /&gt;
1 CHIL @I4@&lt;br /&gt;
1 MARR&lt;br /&gt;
2 DATE 25 SEP 1985&lt;br /&gt;
2 PLAC London&lt;br /&gt;
0 TRLR&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Possible microformat ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;gedcom&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;div class=&amp;quot;HEAD&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;a class=&amp;quot;SOUR&amp;quot; href=&amp;quot;www.seanhayes.tv/geneaology/testapp&amp;quot;&amp;gt;TESTAPP&amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;VERS&amp;quot;&amp;gt; V0.1&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;a class=&amp;quot;CORP&amp;quot; href=&amp;quot;www.seanhayes.tv/geneaology&amp;quot;&amp;gt;Test Data&amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;a class=&amp;quot;DEST&amp;quot; href=&amp;quot;www.seanhayes.tv/geneaology/reunion&amp;quot;&amp;gt;REUNION&amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt;18 APR 2007&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;FILE&amp;quot;&amp;gt;Master Database&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;GEDC&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;VERS&amp;quot;&amp;gt;5.01 &amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;CHAR&amp;quot;&amp;gt;ASCII &amp;lt;/span&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;div class=&amp;quot;INDI&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;div class=&amp;quot;NAME&amp;quot; id=&amp;quot;Edward-Sean-Hayes&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;FAML&amp;quot;&amp;gt;Edward Sean&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;FAML&amp;quot;&amp;gt;Hayes&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;SEX&amp;quot;&amp;gt;M&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;BIRT&amp;quot;&amp;gt; &lt;br /&gt;
         &amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt; 1 DEC 1961&amp;lt;/div&amp;gt;&lt;br /&gt;
         &amp;lt;div class=&amp;quot;PLAC&amp;quot;&amp;gt; Royal Free Hospital London&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;OCCU&amp;quot;&amp;gt; Program Manager&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;EDUC&amp;quot;&amp;gt; Westfield College&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;a class=&amp;quot;FAMS&amp;quot; href=&amp;quot;#f1&amp;quot;&amp;gt;@F1@&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;CHAN&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt; 18 APR 2007&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The INDI records could be replaced by hCard records:&lt;/div&gt;</summary>
		<author><name>SeanHayes</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=GEDCOM_Worked_example&amp;diff=15751</id>
		<title>GEDCOM Worked example</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=GEDCOM_Worked_example&amp;diff=15751"/>
		<updated>2007-04-18T21:44:44Z</updated>

		<summary type="html">&lt;p&gt;SeanHayes: /* Possible microformat */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''This document is not following the [[process]]. Before proposing a micro(or 'mini')format, please research examples in the wild and derive and implied schema. -- RyanKing'''&lt;br /&gt;
&lt;br /&gt;
This is a work in progress, it will go in the main geneaology section when I'm done&lt;br /&gt;
&lt;br /&gt;
==  Example GEDCOM file ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
0 HEAD&lt;br /&gt;
1 SOUR TESTAPP&lt;br /&gt;
2 VERS V0.1&lt;br /&gt;
2 CORP Test Data&lt;br /&gt;
1 DEST REUNION&lt;br /&gt;
1 DATE 18 APR 2007&lt;br /&gt;
1 FILE Master Database&lt;br /&gt;
1 GEDC&lt;br /&gt;
2 VERS 5.01&lt;br /&gt;
1 CHAR ASCII&lt;br /&gt;
0 @I1@ INDI&lt;br /&gt;
1 NAME Edward Sean /Hayes/&lt;br /&gt;
1 SEX M&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 1 DEC 1961&lt;br /&gt;
2 PLAC Royal Free Hospital London&lt;br /&gt;
1 OCCU Program Manager&lt;br /&gt;
1 EDUC Westfield College&lt;br /&gt;
1 FAMS @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @I2@ INDI&lt;br /&gt;
1 NAME Tamsin Clare /Hayes/&lt;br /&gt;
1 SEX F&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 25 JUL 1963&lt;br /&gt;
2 PLAC London&lt;br /&gt;
1 OCCU Therapist&lt;br /&gt;
1 EDUC School&lt;br /&gt;
1 RELI None&lt;br /&gt;
1 FAMS @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @I3@ INDI&lt;br /&gt;
1 NAME Alice Rose /Hayes/&lt;br /&gt;
1 SEX F&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 17 FEB 1986&lt;br /&gt;
2 PLAC Park Royal, London&lt;br /&gt;
1 RELI None&lt;br /&gt;
1 FAMC @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @I4@ INDI&lt;br /&gt;
1 NAME Megan Christine /Hayes/&lt;br /&gt;
1 SEX F&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 21 NOV 1986&lt;br /&gt;
2 PLAC Bristol&lt;br /&gt;
1 RELI None&lt;br /&gt;
1 FAMC @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @F1@ FAM&lt;br /&gt;
1 HUSB @I1@&lt;br /&gt;
1 WIFE @I2@&lt;br /&gt;
1 CHIL @I3@&lt;br /&gt;
1 CHIL @I4@&lt;br /&gt;
1 MARR&lt;br /&gt;
2 DATE 25 SEP 1985&lt;br /&gt;
2 PLAC London&lt;br /&gt;
0 TRLR&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Possible microformat ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;gedcom&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;div class=&amp;quot;HEAD&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;a class=&amp;quot;SOUR&amp;quot; href=&amp;quot;www.seanhayes.tv/geneaology/testapp&amp;quot;&amp;gt;TESTAPP&amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;VERS&amp;quot;&amp;gt; V0.1&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;a class=&amp;quot;CORP&amp;quot; href=&amp;quot;www.seanhayes.tv/geneaology&amp;quot;&amp;gt;Test Data&amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;a class=&amp;quot;DEST&amp;quot; href=&amp;quot;www.seanhayes.tv/geneaology/reunion&amp;quot;&amp;gt;REUNION&amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt;18 APR 2007&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;FILE&amp;quot;&amp;gt;Master Database&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;GEDC&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;VERS&amp;quot;&amp;gt;5.01 &amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;CHAR&amp;quot;&amp;gt;ASCII &amp;lt;/span&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;div class=&amp;quot;INDI&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;div class=&amp;quot;NAME&amp;quot; id=&amp;quot;Edward-Sean-Hayes&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;FAML&amp;quot;&amp;gt;Edward Sean&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;FAML&amp;quot;&amp;gt;Hayes&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;SEX&amp;quot;&amp;gt;M&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;BIRT&amp;quot;&amp;gt; &lt;br /&gt;
         &amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt; 1 DEC 1961&amp;lt;/div&amp;gt;&lt;br /&gt;
         &amp;lt;div class=&amp;quot;PLAC&amp;quot;&amp;gt; Royal Free Hospital London&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;OCCU&amp;quot;&amp;gt; Program Manager&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;EDUC&amp;quot;&amp;gt; Westfield College&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;a class=&amp;quot;FAMS&amp;quot; href=&amp;quot;#f1&amp;quot;&amp;gt;@F1@&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;CHAN&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt; 18 APR 2007&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The INDI records could be replaced by hCard records:&lt;/div&gt;</summary>
		<author><name>SeanHayes</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=GEDCOM_Worked_example&amp;diff=15750</id>
		<title>GEDCOM Worked example</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=GEDCOM_Worked_example&amp;diff=15750"/>
		<updated>2007-04-18T21:39:22Z</updated>

		<summary type="html">&lt;p&gt;SeanHayes: /* Notes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''This document is not following the [[process]]. Before proposing a micro(or 'mini')format, please research examples in the wild and derive and implied schema. -- RyanKing'''&lt;br /&gt;
&lt;br /&gt;
This is a work in progress, it will go in the main geneaology section when I'm done&lt;br /&gt;
&lt;br /&gt;
==  Example GEDCOM file ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
0 HEAD&lt;br /&gt;
1 SOUR TESTAPP&lt;br /&gt;
2 VERS V0.1&lt;br /&gt;
2 CORP Test Data&lt;br /&gt;
1 DEST REUNION&lt;br /&gt;
1 DATE 18 APR 2007&lt;br /&gt;
1 FILE Master Database&lt;br /&gt;
1 GEDC&lt;br /&gt;
2 VERS 5.01&lt;br /&gt;
1 CHAR ASCII&lt;br /&gt;
0 @I1@ INDI&lt;br /&gt;
1 NAME Edward Sean /Hayes/&lt;br /&gt;
1 SEX M&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 1 DEC 1961&lt;br /&gt;
2 PLAC Royal Free Hospital London&lt;br /&gt;
1 OCCU Program Manager&lt;br /&gt;
1 EDUC Westfield College&lt;br /&gt;
1 FAMS @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @I2@ INDI&lt;br /&gt;
1 NAME Tamsin Clare /Hayes/&lt;br /&gt;
1 SEX F&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 25 JUL 1963&lt;br /&gt;
2 PLAC London&lt;br /&gt;
1 OCCU Therapist&lt;br /&gt;
1 EDUC School&lt;br /&gt;
1 RELI None&lt;br /&gt;
1 FAMS @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @I3@ INDI&lt;br /&gt;
1 NAME Alice Rose /Hayes/&lt;br /&gt;
1 SEX F&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 17 FEB 1986&lt;br /&gt;
2 PLAC Park Royal, London&lt;br /&gt;
1 RELI None&lt;br /&gt;
1 FAMC @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @I4@ INDI&lt;br /&gt;
1 NAME Megan Christine /Hayes/&lt;br /&gt;
1 SEX F&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 21 NOV 1986&lt;br /&gt;
2 PLAC Bristol&lt;br /&gt;
1 RELI None&lt;br /&gt;
1 FAMC @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @F1@ FAM&lt;br /&gt;
1 HUSB @I1@&lt;br /&gt;
1 WIFE @I2@&lt;br /&gt;
1 CHIL @I3@&lt;br /&gt;
1 CHIL @I4@&lt;br /&gt;
1 MARR&lt;br /&gt;
2 DATE 25 SEP 1985&lt;br /&gt;
2 PLAC London&lt;br /&gt;
0 TRLR&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Possible microformat ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;gedcom&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;div class=&amp;quot;HEAD&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;a class=&amp;quot;SOUR&amp;quot; href=&amp;quot;www.seanhayes.tv/geneaology/testapp&amp;quot;&amp;gt;TESTAPP&amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;VERS&amp;quot;&amp;gt; V0.1&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;a class=&amp;quot;CORP&amp;quot; href=&amp;quot;www.seanhayes.tv/geneaology&amp;quot;&amp;gt;Test Data&amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;a class=&amp;quot;DEST&amp;quot; href=&amp;quot;www.seanhayes.tv/geneaology/reunion&amp;quot;&amp;gt;REUNION&amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt;18 APR 2007&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;FILE&amp;quot;&amp;gt;Master Database&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;GEDC&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;VERS&amp;quot;&amp;gt;5.01 &amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;CHAR&amp;quot;&amp;gt;ASCII &amp;lt;/span&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;div class=&amp;quot;INDI&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;div class=&amp;quot;NAME&amp;quot; id=&amp;quot;Edward-Sean-Hayes&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;SEX&amp;quot;&amp;gt;M&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;BIRT&amp;quot;&amp;gt; &lt;br /&gt;
         &amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt; 1 DEC 1961&amp;lt;/div&amp;gt;&lt;br /&gt;
         &amp;lt;div class=&amp;quot;PLAC&amp;quot;&amp;gt; Royal Free Hospital London&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;OCCU&amp;quot;&amp;gt; Program Manager&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;EDUC&amp;quot;&amp;gt; Westfield College&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;a class=&amp;quot;FAMS&amp;quot; href=&amp;quot;#f1&amp;quot;&amp;gt;@F1@&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;CHAN&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt; 18 APR 2007&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The INDI records could be replaced by hCard records:&lt;/div&gt;</summary>
		<author><name>SeanHayes</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=GEDCOM_Worked_example&amp;diff=15748</id>
		<title>GEDCOM Worked example</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=GEDCOM_Worked_example&amp;diff=15748"/>
		<updated>2007-04-18T21:38:27Z</updated>

		<summary type="html">&lt;p&gt;SeanHayes: /* Possible miniformat */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a work in progress, it will go in the main geneaology section when I'm done&lt;br /&gt;
&lt;br /&gt;
==  Example GEDCOM file ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
0 HEAD&lt;br /&gt;
1 SOUR TESTAPP&lt;br /&gt;
2 VERS V0.1&lt;br /&gt;
2 CORP Test Data&lt;br /&gt;
1 DEST REUNION&lt;br /&gt;
1 DATE 18 APR 2007&lt;br /&gt;
1 FILE Master Database&lt;br /&gt;
1 GEDC&lt;br /&gt;
2 VERS 5.01&lt;br /&gt;
1 CHAR ASCII&lt;br /&gt;
0 @I1@ INDI&lt;br /&gt;
1 NAME Edward Sean /Hayes/&lt;br /&gt;
1 SEX M&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 1 DEC 1961&lt;br /&gt;
2 PLAC Royal Free Hospital London&lt;br /&gt;
1 OCCU Program Manager&lt;br /&gt;
1 EDUC Westfield College&lt;br /&gt;
1 FAMS @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @I2@ INDI&lt;br /&gt;
1 NAME Tamsin Clare /Hayes/&lt;br /&gt;
1 SEX F&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 25 JUL 1963&lt;br /&gt;
2 PLAC London&lt;br /&gt;
1 OCCU Therapist&lt;br /&gt;
1 EDUC School&lt;br /&gt;
1 RELI None&lt;br /&gt;
1 FAMS @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @I3@ INDI&lt;br /&gt;
1 NAME Alice Rose /Hayes/&lt;br /&gt;
1 SEX F&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 17 FEB 1986&lt;br /&gt;
2 PLAC Park Royal, London&lt;br /&gt;
1 RELI None&lt;br /&gt;
1 FAMC @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @I4@ INDI&lt;br /&gt;
1 NAME Megan Christine /Hayes/&lt;br /&gt;
1 SEX F&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 21 NOV 1986&lt;br /&gt;
2 PLAC Bristol&lt;br /&gt;
1 RELI None&lt;br /&gt;
1 FAMC @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @F1@ FAM&lt;br /&gt;
1 HUSB @I1@&lt;br /&gt;
1 WIFE @I2@&lt;br /&gt;
1 CHIL @I3@&lt;br /&gt;
1 CHIL @I4@&lt;br /&gt;
1 MARR&lt;br /&gt;
2 DATE 25 SEP 1985&lt;br /&gt;
2 PLAC London&lt;br /&gt;
0 TRLR&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Possible microformat ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;gedcom&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;div class=&amp;quot;HEAD&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;a class=&amp;quot;SOUR&amp;quot; href=&amp;quot;www.seanhayes.tv/geneaology/testapp&amp;quot;&amp;gt;TESTAPP&amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;VERS&amp;quot;&amp;gt; V0.1&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;a class=&amp;quot;CORP&amp;quot; href=&amp;quot;www.seanhayes.tv/geneaology&amp;quot;&amp;gt;Test Data&amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;a class=&amp;quot;DEST&amp;quot; href=&amp;quot;www.seanhayes.tv/geneaology/reunion&amp;quot;&amp;gt;REUNION&amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt;18 APR 2007&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;FILE&amp;quot;&amp;gt;Master Database&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;GEDC&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;VERS&amp;quot;&amp;gt;5.01 &amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;CHAR&amp;quot;&amp;gt;ASCII &amp;lt;/span&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;div class=&amp;quot;INDI&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;div class=&amp;quot;NAME&amp;quot; id=&amp;quot;Edward-Sean-Hayes&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;SEX&amp;quot;&amp;gt;M&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;BIRT&amp;quot;&amp;gt; &lt;br /&gt;
         &amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt; 1 DEC 1961&amp;lt;/div&amp;gt;&lt;br /&gt;
         &amp;lt;div class=&amp;quot;PLAC&amp;quot;&amp;gt; Royal Free Hospital London&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;OCCU&amp;quot;&amp;gt; Program Manager&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;EDUC&amp;quot;&amp;gt; Westfield College&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;a class=&amp;quot;FAMS&amp;quot; href=&amp;quot;#f1&amp;quot;&amp;gt;@F1@&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;CHAN&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt; 18 APR 2007&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;/div&gt;</summary>
		<author><name>SeanHayes</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=GEDCOM_Worked_example&amp;diff=15747</id>
		<title>GEDCOM Worked example</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=GEDCOM_Worked_example&amp;diff=15747"/>
		<updated>2007-04-18T21:36:24Z</updated>

		<summary type="html">&lt;p&gt;SeanHayes: /* Possible miniformat */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a work in progress, it will go in the main geneaology section when I'm done&lt;br /&gt;
&lt;br /&gt;
==  Example GEDCOM file ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
0 HEAD&lt;br /&gt;
1 SOUR TESTAPP&lt;br /&gt;
2 VERS V0.1&lt;br /&gt;
2 CORP Test Data&lt;br /&gt;
1 DEST REUNION&lt;br /&gt;
1 DATE 18 APR 2007&lt;br /&gt;
1 FILE Master Database&lt;br /&gt;
1 GEDC&lt;br /&gt;
2 VERS 5.01&lt;br /&gt;
1 CHAR ASCII&lt;br /&gt;
0 @I1@ INDI&lt;br /&gt;
1 NAME Edward Sean /Hayes/&lt;br /&gt;
1 SEX M&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 1 DEC 1961&lt;br /&gt;
2 PLAC Royal Free Hospital London&lt;br /&gt;
1 OCCU Program Manager&lt;br /&gt;
1 EDUC Westfield College&lt;br /&gt;
1 FAMS @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @I2@ INDI&lt;br /&gt;
1 NAME Tamsin Clare /Hayes/&lt;br /&gt;
1 SEX F&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 25 JUL 1963&lt;br /&gt;
2 PLAC London&lt;br /&gt;
1 OCCU Therapist&lt;br /&gt;
1 EDUC School&lt;br /&gt;
1 RELI None&lt;br /&gt;
1 FAMS @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @I3@ INDI&lt;br /&gt;
1 NAME Alice Rose /Hayes/&lt;br /&gt;
1 SEX F&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 17 FEB 1986&lt;br /&gt;
2 PLAC Park Royal, London&lt;br /&gt;
1 RELI None&lt;br /&gt;
1 FAMC @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @I4@ INDI&lt;br /&gt;
1 NAME Megan Christine /Hayes/&lt;br /&gt;
1 SEX F&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 21 NOV 1986&lt;br /&gt;
2 PLAC Bristol&lt;br /&gt;
1 RELI None&lt;br /&gt;
1 FAMC @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @F1@ FAM&lt;br /&gt;
1 HUSB @I1@&lt;br /&gt;
1 WIFE @I2@&lt;br /&gt;
1 CHIL @I3@&lt;br /&gt;
1 CHIL @I4@&lt;br /&gt;
1 MARR&lt;br /&gt;
2 DATE 25 SEP 1985&lt;br /&gt;
2 PLAC London&lt;br /&gt;
0 TRLR&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Possible miniformat ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;gedcom&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;div class=&amp;quot;HEAD&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;a class=&amp;quot;SOUR&amp;quot; href=&amp;quot;www.seanhayes.tv/geneaology/testapp&amp;quot;&amp;gt;TESTAPP&amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;VERS&amp;quot;&amp;gt; V0.1&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;a class=&amp;quot;CORP&amp;quot; href=&amp;quot;www.seanhayes.tv/geneaology&amp;quot;&amp;gt;Test Data&amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;a class=&amp;quot;DEST&amp;quot; href=&amp;quot;www.seanhayes.tv/geneaology/reunion&amp;quot;&amp;gt;REUNION&amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt;18 APR 2007&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;FILE&amp;quot;&amp;gt;Master Database&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;GEDC&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;VERS&amp;quot;&amp;gt;5.01 &amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;CHAR&amp;quot;&amp;gt;ASCII &amp;lt;/span&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;div class=&amp;quot;INDI&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;div class=&amp;quot;NAME&amp;quot; id=&amp;quot;Edward-Sean-Hayes&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;SEX M&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;BIRT&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt; 1 DEC 1961&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;PLAC&amp;quot;&amp;gt; Royal Free Hospital London&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;OCCU&amp;quot;&amp;gt; Program Manager&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;EDUC&amp;quot;&amp;gt; Westfield College&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;a class=&amp;quot;FAMS&amp;quot; href=&amp;quot;#f1&amp;quot;&amp;gt;@F1@&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;CHAN&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt; 18 APR 2007&amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;/div&gt;</summary>
		<author><name>SeanHayes</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=GEDCOM_Worked_example&amp;diff=15746</id>
		<title>GEDCOM Worked example</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=GEDCOM_Worked_example&amp;diff=15746"/>
		<updated>2007-04-18T21:33:40Z</updated>

		<summary type="html">&lt;p&gt;SeanHayes: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a work in progress, it will go in the main geneaology section when I'm done&lt;br /&gt;
&lt;br /&gt;
==  Example GEDCOM file ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
0 HEAD&lt;br /&gt;
1 SOUR TESTAPP&lt;br /&gt;
2 VERS V0.1&lt;br /&gt;
2 CORP Test Data&lt;br /&gt;
1 DEST REUNION&lt;br /&gt;
1 DATE 18 APR 2007&lt;br /&gt;
1 FILE Master Database&lt;br /&gt;
1 GEDC&lt;br /&gt;
2 VERS 5.01&lt;br /&gt;
1 CHAR ASCII&lt;br /&gt;
0 @I1@ INDI&lt;br /&gt;
1 NAME Edward Sean /Hayes/&lt;br /&gt;
1 SEX M&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 1 DEC 1961&lt;br /&gt;
2 PLAC Royal Free Hospital London&lt;br /&gt;
1 OCCU Program Manager&lt;br /&gt;
1 EDUC Westfield College&lt;br /&gt;
1 FAMS @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @I2@ INDI&lt;br /&gt;
1 NAME Tamsin Clare /Hayes/&lt;br /&gt;
1 SEX F&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 25 JUL 1963&lt;br /&gt;
2 PLAC London&lt;br /&gt;
1 OCCU Therapist&lt;br /&gt;
1 EDUC School&lt;br /&gt;
1 RELI None&lt;br /&gt;
1 FAMS @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @I3@ INDI&lt;br /&gt;
1 NAME Alice Rose /Hayes/&lt;br /&gt;
1 SEX F&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 17 FEB 1986&lt;br /&gt;
2 PLAC Park Royal, London&lt;br /&gt;
1 RELI None&lt;br /&gt;
1 FAMC @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @I4@ INDI&lt;br /&gt;
1 NAME Megan Christine /Hayes/&lt;br /&gt;
1 SEX F&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 21 NOV 1986&lt;br /&gt;
2 PLAC Bristol&lt;br /&gt;
1 RELI None&lt;br /&gt;
1 FAMC @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @F1@ FAM&lt;br /&gt;
1 HUSB @I1@&lt;br /&gt;
1 WIFE @I2@&lt;br /&gt;
1 CHIL @I3@&lt;br /&gt;
1 CHIL @I4@&lt;br /&gt;
1 MARR&lt;br /&gt;
2 DATE 25 SEP 1985&lt;br /&gt;
2 PLAC London&lt;br /&gt;
0 TRLR&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Possible miniformat ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;gedcom&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;div class=&amp;quot;HEAD&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;a class=&amp;quot;SOUR&amp;quot; href=&amp;quot;www.seanhayes.tv/geneaology/testapp&amp;quot;&amp;gt;TESTAPP&amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;VERS&amp;quot;&amp;gt; V0.1&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;a class=&amp;quot;CORP&amp;quot; href=&amp;quot;www.seanhayes.tv/geneaology&amp;quot;&amp;gt;Test Data&amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;a class=&amp;quot;DEST&amp;quot; href=&amp;quot;www.seanhayes.tv/geneaology/reunion&amp;quot;&amp;gt;REUNION&amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt;18 APR 2007&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;FILE&amp;quot;&amp;gt;Master Database&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;GEDC&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;VERS&amp;quot;&amp;gt;5.01 &amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;CHAR&amp;quot;&amp;gt;ASCII &amp;lt;/span&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;div class=&amp;quot;INDI&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;div class=&amp;quot;NAME Edward Sean /Hayes/&lt;br /&gt;
      &amp;lt;div class=&amp;quot;SEX M&lt;br /&gt;
      &amp;lt;div class=&amp;quot;BIRT&lt;br /&gt;
      &amp;lt;div class=&amp;quot;DATE 1 DEC 1961&lt;br /&gt;
      &amp;lt;div class=&amp;quot;PLAC Royal Free Hospital London&lt;br /&gt;
      &amp;lt;div class=&amp;quot;OCCU Program Manager&lt;br /&gt;
      &amp;lt;div class=&amp;quot;EDUC Westfield College&lt;br /&gt;
      &amp;lt;div class=&amp;quot;FAMS @F1@&lt;br /&gt;
      &amp;lt;div class=&amp;quot;CHAN&lt;br /&gt;
      &amp;lt;div class=&amp;quot;DATE 18 APR 2007&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
0 @I1@ INDI&lt;br /&gt;
1 NAME Edward Sean /Hayes/&lt;br /&gt;
1 SEX M&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 1 DEC 1961&lt;br /&gt;
2 PLAC Royal Free Hospital London&lt;br /&gt;
1 OCCU Program Manager&lt;br /&gt;
1 EDUC Westfield College&lt;br /&gt;
1 FAMS @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;/div&gt;</summary>
		<author><name>SeanHayes</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=GEDCOM_Worked_example&amp;diff=15745</id>
		<title>GEDCOM Worked example</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=GEDCOM_Worked_example&amp;diff=15745"/>
		<updated>2007-04-18T21:30:27Z</updated>

		<summary type="html">&lt;p&gt;SeanHayes: /* What it looks like */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a work in progress, it will go in the main geneaology section when I'm done&lt;br /&gt;
&lt;br /&gt;
==  Example GEDCOM file ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
0 HEAD&lt;br /&gt;
1 SOUR TESTAPP&lt;br /&gt;
2 VERS V0.1&lt;br /&gt;
2 CORP Test Data&lt;br /&gt;
1 DEST REUNION&lt;br /&gt;
1 DATE 18 APR 2007&lt;br /&gt;
1 FILE Master Database&lt;br /&gt;
1 GEDC&lt;br /&gt;
2 VERS 5.01&lt;br /&gt;
1 CHAR ASCII&lt;br /&gt;
0 @I1@ INDI&lt;br /&gt;
1 NAME Edward Sean /Hayes/&lt;br /&gt;
1 SEX M&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 1 DEC 1961&lt;br /&gt;
2 PLAC Royal Free Hospital London&lt;br /&gt;
1 OCCU Program Manager&lt;br /&gt;
1 EDUC Westfield College&lt;br /&gt;
1 FAMS @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @I2@ INDI&lt;br /&gt;
1 NAME Tamsin Clare /Hayes/&lt;br /&gt;
1 SEX F&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 25 JUL 1963&lt;br /&gt;
2 PLAC London&lt;br /&gt;
1 OCCU Therapist&lt;br /&gt;
1 EDUC School&lt;br /&gt;
1 RELI None&lt;br /&gt;
1 FAMS @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @I3@ INDI&lt;br /&gt;
1 NAME Alice Rose /Hayes/&lt;br /&gt;
1 SEX F&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 17 FEB 1986&lt;br /&gt;
2 PLAC Park Royal, London&lt;br /&gt;
1 RELI None&lt;br /&gt;
1 FAMC @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @I4@ INDI&lt;br /&gt;
1 NAME Megan Christine /Hayes/&lt;br /&gt;
1 SEX F&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 21 NOV 1986&lt;br /&gt;
2 PLAC Bristol&lt;br /&gt;
1 RELI None&lt;br /&gt;
1 FAMC @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @F1@ FAM&lt;br /&gt;
1 HUSB @I1@&lt;br /&gt;
1 WIFE @I2@&lt;br /&gt;
1 CHIL @I3@&lt;br /&gt;
1 CHIL @I4@&lt;br /&gt;
1 MARR&lt;br /&gt;
2 DATE 25 SEP 1985&lt;br /&gt;
2 PLAC London&lt;br /&gt;
0 TRLR&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Possible miniformat ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;gedcom&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;div class=&amp;quot;HEAD&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;a class=&amp;quot;SOUR&amp;quot; href=&amp;quot;www.seanhayes.tv/geneaology/testapp&amp;quot;&amp;gt;TESTAPP&amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;VERS&amp;quot;&amp;gt; V0.1&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;a class=&amp;quot;CORP&amp;quot; href=&amp;quot;www.seanhayes.tv/geneaology&amp;quot;&amp;gt;Test Data&amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;a class=&amp;quot;DEST&amp;quot; href=&amp;quot;www.seanhayes.tv/geneaology/reunion&amp;quot;&amp;gt;REUNION&amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt;18 APR 2007&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;FILE&amp;quot;&amp;gt;Master Database&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;GEDC&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;VERS&amp;quot;&amp;gt;5.01 &amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;CHAR&amp;quot;&amp;gt;ASCII &amp;lt;/span&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;/div&gt;</summary>
		<author><name>SeanHayes</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=genealogy-formats&amp;diff=15755</id>
		<title>genealogy-formats</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=genealogy-formats&amp;diff=15755"/>
		<updated>2007-04-18T21:29:06Z</updated>

		<summary type="html">&lt;p&gt;SeanHayes: /* Genealogy Formats */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Genealogy Formats =&lt;br /&gt;
&lt;br /&gt;
I started this page because someone (Bob Jonkman apparently) added a bunch of stuff to the [http://developers.technorati.com/wiki/MicroFormats Technorati microformats page] on genealogy, and I moved it here. -[http://tantek.com/log/ Tantek]&lt;br /&gt;
&lt;br /&gt;
I'm not sure whether it makes sense to do GEDCOM as its own format, or as an extention of some kind to [[hcard|hCard]], I'm working out some ideas in this [[GEDCOM Worked example]]. This is very sketchy right now, but I'm working htis out in real time.--[[User:SeanHayes|SeanHayes]]&lt;br /&gt;
&lt;br /&gt;
== GEDCOM ==&lt;br /&gt;
&lt;br /&gt;
* Coding the GEDCOM standard into hGEDCOM. I don't know of any projects working on this, but nominate [http://www.starkeffect.com/ged2html/3.6a/ Gene Stark's GED2HTML translator] (esp. the [http://www.starkeffect.com/ged2html/3.6a/templates.html modifiable output program]) as a suitable candidate for hGEDCOM hacking. See also [http://homepages.rootsweb.com/~pmcbride/genweb.html#gedcom Paul McBride's links] to GEDCOM standards and resources. --[mailto:bjonkman@sobac.com Bob Jonkman]&lt;br /&gt;
&lt;br /&gt;
* Had a look at some examples of what GEDCOM creates [http://en.wikipedia.org/wiki/GEDCOM#Example].  Basically, seems to be [[xfn|XFN]] relationships (siblings, spouses etc.) and [[hcard|hCard]] information (could genealogy be inferred from existing XFNs regardless of a hGED format?). The only additional information we do not currently hold in a format is that of gender. GEDCOM specifies male or female for each individual. Creating something using these formats would be quite straightforward, but not sure its takeup would be good unless someone was interested in creating a hGEDCOM2GEDCOM. -- [[user:Phae|Frances Berriman]]&lt;br /&gt;
&lt;br /&gt;
** Genealogical information has date-of-death, which is also missing in hCard format (although hCard does have date-of-birth).  Much of genealogical information is event based: Date of birth, date of death, dates of marriages and divorces, and many other significant events such as religious observances (Baptisms, Bar/Bat Mitzvahs) and migrations (&amp;quot;Moved to Canada from the Netherlands&amp;quot;).  This all translates wonderfully to [[hCalendar]].  Additionally, a properly researched family tree will cite sources for all the data listed, and so could use [[citation|hCite]].  The biggest problem I see in using hCalendar is that genealogical data allows approximate dates, specifically &amp;quot;ABT 4 July 1776&amp;quot;, &amp;quot;BEF 25 Dec 1903&amp;quot;, &amp;quot;AFT 11 Nov 1918&amp;quot;. It also also allows ambiguous dates, &amp;quot;July 1867&amp;quot; or just &amp;quot;1886&amp;quot;, or even &amp;quot;4 July&amp;quot;.  And these in combination, (Approximately ambiguous dates?  Ambiguously approximate dates?), eg. &amp;quot;BEF Feb 2007&amp;quot;, &amp;quot;AFT 1945&amp;quot;.  The most ambiguous entries I've seen for dates are &amp;quot;DECEASED&amp;quot; when date-of-death is unknown, and &amp;quot;NOT MARRIED&amp;quot; for couples who have not had a wedding ceremony.  (Info from ''Guidelines for event dates'' in the PAF Help File).&lt;br /&gt;
&lt;br /&gt;
::The only relationship links in GEDCOM are HUSBand, WIFE and CHILd.  All other relationships (brother, sister, grandparents, grandchildren, uncles, aunts, nieces, nephews, cousins) can be inferred by traversing family records.  This does mean that any collection of genealogical pages need some way to cross-reference to each other.  This isn't a problem for all pages on a single Web site, which use RIN (Record Identifier) or REFN (User Reference Number).  However, different Web pages maintained by different genealogists may have conflicting RINs and REFNs. There is a globally-unique AFN (Ancestral File Number) issued by the Church of Jesus Christ of Latter-Day Saints (LDS), but I don't know how they're issued and most genealogical sites don't use them anyway.  &lt;br /&gt;
&lt;br /&gt;
::The GEDCOM format contains much other data specific to the LDS, but I don't know how widespread it is, nor how appropriate it would be to code it into a microformat intended to reach well beyond the LDS.&lt;br /&gt;
&lt;br /&gt;
::Regardless of whether an hGED microformat is developed, it would still be valuable to mark up genealogical information with microformats on Web pages for the semantic value.&lt;br /&gt;
&lt;br /&gt;
::[[User:Bob Jonkman|Bob Jonkman]] 07:58, 9 Feb 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
==Wikipedia's Persondata==&lt;br /&gt;
Wikipedia's [http://en.wikipedia.org/wiki/Wikipedia:Persondata Persondata] aligns very closely with hCard, but has additional date and place of birth &amp;amp; death fields. [[User:AndyMabbett|Andy Mabbett]] 13:04, 28 Jan 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
*GEDCOM specifications are documented on the FamilySearch website: [http://www.familysearch.org/Eng/Home/FAQ/faq_gedcom.asp]&lt;br /&gt;
** [http://www.familysearch.org/GEDCOM/GEDCOM55.EXE GEDCOM 5.5 Standard] (Executable file in Envoy format)&lt;br /&gt;
** [http://www.familysearch.org/GEDCOM/GedXML60.pdf Draft Specification for GEDCOM XML 6.0] (PDF)&lt;br /&gt;
*Personal Ancestral File (PAF)&lt;br /&gt;
**[http://en.wikipedia.org/wiki/Personal_Ancestral_File Personal Ancestral File]&lt;br /&gt;
**[http://productsupport.familysearch.org/supportroot/eng/frameset_products.asp PAF support page]&lt;br /&gt;
**[http://en.wikipedia.org/wiki/Ancestral_File_Number Ancestral File Number]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[genealogy-brainstorming]]&lt;br /&gt;
*[[hcard|hCard]]&lt;/div&gt;</summary>
		<author><name>SeanHayes</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=genealogy-formats&amp;diff=15743</id>
		<title>genealogy-formats</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=genealogy-formats&amp;diff=15743"/>
		<updated>2007-04-18T21:28:39Z</updated>

		<summary type="html">&lt;p&gt;SeanHayes: /* Genealogy Formats */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Genealogy Formats =&lt;br /&gt;
&lt;br /&gt;
I started this page because someone (Bob Jonkman apparently) added a bunch of stuff to the [http://developers.technorati.com/wiki/MicroFormats Technorati microformats page] on genealogy, and I moved it here. -[http://tantek.com/log/ Tantek]&lt;br /&gt;
&lt;br /&gt;
I'm not sure whether it makes sense to do GEDCOM as its own format, or as an extention of some kind to [[hcard|hCard]], I'm working out some ideas in this [[GEDCOM Worked example]]. This is very sketchy right now, but I'm working htis out in real time.--[[User:SeanHayes|SeanHayes]] 14:28, 18 Apr 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
== GEDCOM ==&lt;br /&gt;
&lt;br /&gt;
* Coding the GEDCOM standard into hGEDCOM. I don't know of any projects working on this, but nominate [http://www.starkeffect.com/ged2html/3.6a/ Gene Stark's GED2HTML translator] (esp. the [http://www.starkeffect.com/ged2html/3.6a/templates.html modifiable output program]) as a suitable candidate for hGEDCOM hacking. See also [http://homepages.rootsweb.com/~pmcbride/genweb.html#gedcom Paul McBride's links] to GEDCOM standards and resources. --[mailto:bjonkman@sobac.com Bob Jonkman]&lt;br /&gt;
&lt;br /&gt;
* Had a look at some examples of what GEDCOM creates [http://en.wikipedia.org/wiki/GEDCOM#Example].  Basically, seems to be [[xfn|XFN]] relationships (siblings, spouses etc.) and [[hcard|hCard]] information (could genealogy be inferred from existing XFNs regardless of a hGED format?). The only additional information we do not currently hold in a format is that of gender. GEDCOM specifies male or female for each individual. Creating something using these formats would be quite straightforward, but not sure its takeup would be good unless someone was interested in creating a hGEDCOM2GEDCOM. -- [[user:Phae|Frances Berriman]]&lt;br /&gt;
&lt;br /&gt;
** Genealogical information has date-of-death, which is also missing in hCard format (although hCard does have date-of-birth).  Much of genealogical information is event based: Date of birth, date of death, dates of marriages and divorces, and many other significant events such as religious observances (Baptisms, Bar/Bat Mitzvahs) and migrations (&amp;quot;Moved to Canada from the Netherlands&amp;quot;).  This all translates wonderfully to [[hCalendar]].  Additionally, a properly researched family tree will cite sources for all the data listed, and so could use [[citation|hCite]].  The biggest problem I see in using hCalendar is that genealogical data allows approximate dates, specifically &amp;quot;ABT 4 July 1776&amp;quot;, &amp;quot;BEF 25 Dec 1903&amp;quot;, &amp;quot;AFT 11 Nov 1918&amp;quot;. It also also allows ambiguous dates, &amp;quot;July 1867&amp;quot; or just &amp;quot;1886&amp;quot;, or even &amp;quot;4 July&amp;quot;.  And these in combination, (Approximately ambiguous dates?  Ambiguously approximate dates?), eg. &amp;quot;BEF Feb 2007&amp;quot;, &amp;quot;AFT 1945&amp;quot;.  The most ambiguous entries I've seen for dates are &amp;quot;DECEASED&amp;quot; when date-of-death is unknown, and &amp;quot;NOT MARRIED&amp;quot; for couples who have not had a wedding ceremony.  (Info from ''Guidelines for event dates'' in the PAF Help File).&lt;br /&gt;
&lt;br /&gt;
::The only relationship links in GEDCOM are HUSBand, WIFE and CHILd.  All other relationships (brother, sister, grandparents, grandchildren, uncles, aunts, nieces, nephews, cousins) can be inferred by traversing family records.  This does mean that any collection of genealogical pages need some way to cross-reference to each other.  This isn't a problem for all pages on a single Web site, which use RIN (Record Identifier) or REFN (User Reference Number).  However, different Web pages maintained by different genealogists may have conflicting RINs and REFNs. There is a globally-unique AFN (Ancestral File Number) issued by the Church of Jesus Christ of Latter-Day Saints (LDS), but I don't know how they're issued and most genealogical sites don't use them anyway.  &lt;br /&gt;
&lt;br /&gt;
::The GEDCOM format contains much other data specific to the LDS, but I don't know how widespread it is, nor how appropriate it would be to code it into a microformat intended to reach well beyond the LDS.&lt;br /&gt;
&lt;br /&gt;
::Regardless of whether an hGED microformat is developed, it would still be valuable to mark up genealogical information with microformats on Web pages for the semantic value.&lt;br /&gt;
&lt;br /&gt;
::[[User:Bob Jonkman|Bob Jonkman]] 07:58, 9 Feb 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
==Wikipedia's Persondata==&lt;br /&gt;
Wikipedia's [http://en.wikipedia.org/wiki/Wikipedia:Persondata Persondata] aligns very closely with hCard, but has additional date and place of birth &amp;amp; death fields. [[User:AndyMabbett|Andy Mabbett]] 13:04, 28 Jan 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
*GEDCOM specifications are documented on the FamilySearch website: [http://www.familysearch.org/Eng/Home/FAQ/faq_gedcom.asp]&lt;br /&gt;
** [http://www.familysearch.org/GEDCOM/GEDCOM55.EXE GEDCOM 5.5 Standard] (Executable file in Envoy format)&lt;br /&gt;
** [http://www.familysearch.org/GEDCOM/GedXML60.pdf Draft Specification for GEDCOM XML 6.0] (PDF)&lt;br /&gt;
*Personal Ancestral File (PAF)&lt;br /&gt;
**[http://en.wikipedia.org/wiki/Personal_Ancestral_File Personal Ancestral File]&lt;br /&gt;
**[http://productsupport.familysearch.org/supportroot/eng/frameset_products.asp PAF support page]&lt;br /&gt;
**[http://en.wikipedia.org/wiki/Ancestral_File_Number Ancestral File Number]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[genealogy-brainstorming]]&lt;br /&gt;
*[[hcard|hCard]]&lt;/div&gt;</summary>
		<author><name>SeanHayes</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=genealogy-formats&amp;diff=15742</id>
		<title>genealogy-formats</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=genealogy-formats&amp;diff=15742"/>
		<updated>2007-04-18T21:27:59Z</updated>

		<summary type="html">&lt;p&gt;SeanHayes: /* Genealogy Formats */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Genealogy Formats =&lt;br /&gt;
&lt;br /&gt;
I started this page because someone (Bob Jonkman apparently) added a bunch of stuff to the [http://developers.technorati.com/wiki/MicroFormats Technorati microformats page] on genealogy, and I moved it here. -[http://tantek.com/log/ Tantek]&lt;br /&gt;
&lt;br /&gt;
I'm not sure whether it makes sense to do GEDCOM as its own format, or as an extention of some kind to [[hcard|hCard]], I'm working out some ideas in this[[GEDCOM Worked example]]. This is very sketchy right now, but I'm working htis out in real time.&lt;br /&gt;
&lt;br /&gt;
== GEDCOM ==&lt;br /&gt;
&lt;br /&gt;
* Coding the GEDCOM standard into hGEDCOM. I don't know of any projects working on this, but nominate [http://www.starkeffect.com/ged2html/3.6a/ Gene Stark's GED2HTML translator] (esp. the [http://www.starkeffect.com/ged2html/3.6a/templates.html modifiable output program]) as a suitable candidate for hGEDCOM hacking. See also [http://homepages.rootsweb.com/~pmcbride/genweb.html#gedcom Paul McBride's links] to GEDCOM standards and resources. --[mailto:bjonkman@sobac.com Bob Jonkman]&lt;br /&gt;
&lt;br /&gt;
* Had a look at some examples of what GEDCOM creates [http://en.wikipedia.org/wiki/GEDCOM#Example].  Basically, seems to be [[xfn|XFN]] relationships (siblings, spouses etc.) and [[hcard|hCard]] information (could genealogy be inferred from existing XFNs regardless of a hGED format?). The only additional information we do not currently hold in a format is that of gender. GEDCOM specifies male or female for each individual. Creating something using these formats would be quite straightforward, but not sure its takeup would be good unless someone was interested in creating a hGEDCOM2GEDCOM. -- [[user:Phae|Frances Berriman]]&lt;br /&gt;
&lt;br /&gt;
** Genealogical information has date-of-death, which is also missing in hCard format (although hCard does have date-of-birth).  Much of genealogical information is event based: Date of birth, date of death, dates of marriages and divorces, and many other significant events such as religious observances (Baptisms, Bar/Bat Mitzvahs) and migrations (&amp;quot;Moved to Canada from the Netherlands&amp;quot;).  This all translates wonderfully to [[hCalendar]].  Additionally, a properly researched family tree will cite sources for all the data listed, and so could use [[citation|hCite]].  The biggest problem I see in using hCalendar is that genealogical data allows approximate dates, specifically &amp;quot;ABT 4 July 1776&amp;quot;, &amp;quot;BEF 25 Dec 1903&amp;quot;, &amp;quot;AFT 11 Nov 1918&amp;quot;. It also also allows ambiguous dates, &amp;quot;July 1867&amp;quot; or just &amp;quot;1886&amp;quot;, or even &amp;quot;4 July&amp;quot;.  And these in combination, (Approximately ambiguous dates?  Ambiguously approximate dates?), eg. &amp;quot;BEF Feb 2007&amp;quot;, &amp;quot;AFT 1945&amp;quot;.  The most ambiguous entries I've seen for dates are &amp;quot;DECEASED&amp;quot; when date-of-death is unknown, and &amp;quot;NOT MARRIED&amp;quot; for couples who have not had a wedding ceremony.  (Info from ''Guidelines for event dates'' in the PAF Help File).&lt;br /&gt;
&lt;br /&gt;
::The only relationship links in GEDCOM are HUSBand, WIFE and CHILd.  All other relationships (brother, sister, grandparents, grandchildren, uncles, aunts, nieces, nephews, cousins) can be inferred by traversing family records.  This does mean that any collection of genealogical pages need some way to cross-reference to each other.  This isn't a problem for all pages on a single Web site, which use RIN (Record Identifier) or REFN (User Reference Number).  However, different Web pages maintained by different genealogists may have conflicting RINs and REFNs. There is a globally-unique AFN (Ancestral File Number) issued by the Church of Jesus Christ of Latter-Day Saints (LDS), but I don't know how they're issued and most genealogical sites don't use them anyway.  &lt;br /&gt;
&lt;br /&gt;
::The GEDCOM format contains much other data specific to the LDS, but I don't know how widespread it is, nor how appropriate it would be to code it into a microformat intended to reach well beyond the LDS.&lt;br /&gt;
&lt;br /&gt;
::Regardless of whether an hGED microformat is developed, it would still be valuable to mark up genealogical information with microformats on Web pages for the semantic value.&lt;br /&gt;
&lt;br /&gt;
::[[User:Bob Jonkman|Bob Jonkman]] 07:58, 9 Feb 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
==Wikipedia's Persondata==&lt;br /&gt;
Wikipedia's [http://en.wikipedia.org/wiki/Wikipedia:Persondata Persondata] aligns very closely with hCard, but has additional date and place of birth &amp;amp; death fields. [[User:AndyMabbett|Andy Mabbett]] 13:04, 28 Jan 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
*GEDCOM specifications are documented on the FamilySearch website: [http://www.familysearch.org/Eng/Home/FAQ/faq_gedcom.asp]&lt;br /&gt;
** [http://www.familysearch.org/GEDCOM/GEDCOM55.EXE GEDCOM 5.5 Standard] (Executable file in Envoy format)&lt;br /&gt;
** [http://www.familysearch.org/GEDCOM/GedXML60.pdf Draft Specification for GEDCOM XML 6.0] (PDF)&lt;br /&gt;
*Personal Ancestral File (PAF)&lt;br /&gt;
**[http://en.wikipedia.org/wiki/Personal_Ancestral_File Personal Ancestral File]&lt;br /&gt;
**[http://productsupport.familysearch.org/supportroot/eng/frameset_products.asp PAF support page]&lt;br /&gt;
**[http://en.wikipedia.org/wiki/Ancestral_File_Number Ancestral File Number]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[genealogy-brainstorming]]&lt;br /&gt;
*[[hcard|hCard]]&lt;/div&gt;</summary>
		<author><name>SeanHayes</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=GEDCOM_Worked_example&amp;diff=15744</id>
		<title>GEDCOM Worked example</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=GEDCOM_Worked_example&amp;diff=15744"/>
		<updated>2007-04-18T21:22:14Z</updated>

		<summary type="html">&lt;p&gt;SeanHayes: /* Example GEDCOM file */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a work in progress, it will go in the main geneaology section when I'm done&lt;br /&gt;
&lt;br /&gt;
==  Example GEDCOM file ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
0 HEAD&lt;br /&gt;
1 SOUR TESTAPP&lt;br /&gt;
2 VERS V0.1&lt;br /&gt;
2 CORP Test Data&lt;br /&gt;
1 DEST REUNION&lt;br /&gt;
1 DATE 18 APR 2007&lt;br /&gt;
1 FILE Master Database&lt;br /&gt;
1 GEDC&lt;br /&gt;
2 VERS 5.01&lt;br /&gt;
1 CHAR ASCII&lt;br /&gt;
0 @I1@ INDI&lt;br /&gt;
1 NAME Edward Sean /Hayes/&lt;br /&gt;
1 SEX M&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 1 DEC 1961&lt;br /&gt;
2 PLAC Royal Free Hospital London&lt;br /&gt;
1 OCCU Program Manager&lt;br /&gt;
1 EDUC Westfield College&lt;br /&gt;
1 FAMS @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @I2@ INDI&lt;br /&gt;
1 NAME Tamsin Clare /Hayes/&lt;br /&gt;
1 SEX F&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 25 JUL 1963&lt;br /&gt;
2 PLAC London&lt;br /&gt;
1 OCCU Therapist&lt;br /&gt;
1 EDUC School&lt;br /&gt;
1 RELI None&lt;br /&gt;
1 FAMS @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @I3@ INDI&lt;br /&gt;
1 NAME Alice Rose /Hayes/&lt;br /&gt;
1 SEX F&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 17 FEB 1986&lt;br /&gt;
2 PLAC Park Royal, London&lt;br /&gt;
1 RELI None&lt;br /&gt;
1 FAMC @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @I4@ INDI&lt;br /&gt;
1 NAME Megan Christine /Hayes/&lt;br /&gt;
1 SEX F&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 21 NOV 1986&lt;br /&gt;
2 PLAC Bristol&lt;br /&gt;
1 RELI None&lt;br /&gt;
1 FAMC @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @F1@ FAM&lt;br /&gt;
1 HUSB @I1@&lt;br /&gt;
1 WIFE @I2@&lt;br /&gt;
1 CHIL @I3@&lt;br /&gt;
1 CHIL @I4@&lt;br /&gt;
1 MARR&lt;br /&gt;
2 DATE 25 SEP 1985&lt;br /&gt;
2 PLAC London&lt;br /&gt;
0 TRLR&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Possible miniformat ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;gedcom&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;div class=&amp;quot;HEAD&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;a class=&amp;quot;SOUR&amp;quot; href=&amp;quot;www.seanhayes.tv/geneaology/testapp&amp;quot;&amp;gt;TESTAPP&amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;VERS&amp;quot;&amp;gt; V0.1&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;a class=&amp;quot;CORP&amp;quot; href=&amp;quot;www.seanhayes.tv/geneaology&amp;quot;&amp;gt;Test Data&amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;a class=&amp;quot;DEST&amp;quot; href=&amp;quot;www.seanhayes.tv/geneaology/reunion&amp;quot;&amp;gt;REUNION&amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt;18 APR 2007&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;FILE&amp;quot;&amp;gt;Master Database&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;GEDC&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;VERS&amp;quot;&amp;gt;5.01 &amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;CHAR&amp;quot;&amp;gt;ASCII &amp;lt;/span&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== What it looks like ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;gedcom&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;div class=&amp;quot;HEAD&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;a class=&amp;quot;SOUR&amp;quot; href=&amp;quot;www.seanhayes.tv/geneaology/testapp&amp;quot;&amp;gt;TESTAPP&amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;VERS&amp;quot;&amp;gt; V0.1&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;a class=&amp;quot;CORP&amp;quot; href=&amp;quot;www.seanhayes.tv/geneaology&amp;quot;&amp;gt;Test Data&amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;a class=&amp;quot;DEST&amp;quot; href=&amp;quot;www.seanhayes.tv/geneaology/reunion&amp;quot;&amp;gt;REUNION&amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt;18 APR 2007&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;FILE&amp;quot;&amp;gt;Master Database&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;GEDC&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;VERS&amp;quot;&amp;gt;5.01 &amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;CHAR&amp;quot;&amp;gt;ASCII &amp;lt;/span&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;/div&gt;</summary>
		<author><name>SeanHayes</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=GEDCOM_Worked_example&amp;diff=15740</id>
		<title>GEDCOM Worked example</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=GEDCOM_Worked_example&amp;diff=15740"/>
		<updated>2007-04-18T21:21:05Z</updated>

		<summary type="html">&lt;p&gt;SeanHayes: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==  Example GEDCOM file ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
0 HEAD&lt;br /&gt;
1 SOUR TESTAPP&lt;br /&gt;
2 VERS V0.1&lt;br /&gt;
2 CORP Test Data&lt;br /&gt;
1 DEST REUNION&lt;br /&gt;
1 DATE 18 APR 2007&lt;br /&gt;
1 FILE Master Database&lt;br /&gt;
1 GEDC&lt;br /&gt;
2 VERS 5.01&lt;br /&gt;
1 CHAR ASCII&lt;br /&gt;
0 @I1@ INDI&lt;br /&gt;
1 NAME Edward Sean /Hayes/&lt;br /&gt;
1 SEX M&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 1 DEC 1961&lt;br /&gt;
2 PLAC Royal Free Hospital London&lt;br /&gt;
1 OCCU Program Manager&lt;br /&gt;
1 EDUC Westfield College&lt;br /&gt;
1 FAMS @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @I2@ INDI&lt;br /&gt;
1 NAME Tamsin Clare /Hayes/&lt;br /&gt;
1 SEX F&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 25 JUL 1963&lt;br /&gt;
2 PLAC London&lt;br /&gt;
1 OCCU Therapist&lt;br /&gt;
1 EDUC School&lt;br /&gt;
1 RELI None&lt;br /&gt;
1 FAMS @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @I3@ INDI&lt;br /&gt;
1 NAME Alice Rose /Hayes/&lt;br /&gt;
1 SEX F&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 17 FEB 1986&lt;br /&gt;
2 PLAC Park Royal, London&lt;br /&gt;
1 RELI None&lt;br /&gt;
1 FAMC @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @I4@ INDI&lt;br /&gt;
1 NAME Megan Christine /Hayes/&lt;br /&gt;
1 SEX F&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 21 NOV 1986&lt;br /&gt;
2 PLAC Bristol&lt;br /&gt;
1 RELI None&lt;br /&gt;
1 FAMC @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @F1@ FAM&lt;br /&gt;
1 HUSB @I1@&lt;br /&gt;
1 WIFE @I2@&lt;br /&gt;
1 CHIL @I3@&lt;br /&gt;
1 CHIL @I4@&lt;br /&gt;
1 MARR&lt;br /&gt;
2 DATE 25 SEP 1985&lt;br /&gt;
2 PLAC London&lt;br /&gt;
0 TRLR&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Possible miniformat ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;gedcom&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;div class=&amp;quot;HEAD&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;a class=&amp;quot;SOUR&amp;quot; href=&amp;quot;www.seanhayes.tv/geneaology/testapp&amp;quot;&amp;gt;TESTAPP&amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;VERS&amp;quot;&amp;gt; V0.1&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;a class=&amp;quot;CORP&amp;quot; href=&amp;quot;www.seanhayes.tv/geneaology&amp;quot;&amp;gt;Test Data&amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;a class=&amp;quot;DEST&amp;quot; href=&amp;quot;www.seanhayes.tv/geneaology/reunion&amp;quot;&amp;gt;REUNION&amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt;18 APR 2007&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;FILE&amp;quot;&amp;gt;Master Database&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;GEDC&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;VERS&amp;quot;&amp;gt;5.01 &amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;CHAR&amp;quot;&amp;gt;ASCII &amp;lt;/span&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== What it looks like ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;gedcom&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;div class=&amp;quot;HEAD&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;a class=&amp;quot;SOUR&amp;quot; href=&amp;quot;www.seanhayes.tv/geneaology/testapp&amp;quot;&amp;gt;TESTAPP&amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;VERS&amp;quot;&amp;gt; V0.1&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;a class=&amp;quot;CORP&amp;quot; href=&amp;quot;www.seanhayes.tv/geneaology&amp;quot;&amp;gt;Test Data&amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;a class=&amp;quot;DEST&amp;quot; href=&amp;quot;www.seanhayes.tv/geneaology/reunion&amp;quot;&amp;gt;REUNION&amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;DATE&amp;quot;&amp;gt;18 APR 2007&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;FILE&amp;quot;&amp;gt;Master Database&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;GEDC&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;VERS&amp;quot;&amp;gt;5.01 &amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;CHAR&amp;quot;&amp;gt;ASCII &amp;lt;/span&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;/div&gt;</summary>
		<author><name>SeanHayes</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=GEDCOM_Worked_example&amp;diff=15739</id>
		<title>GEDCOM Worked example</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=GEDCOM_Worked_example&amp;diff=15739"/>
		<updated>2007-04-18T21:20:44Z</updated>

		<summary type="html">&lt;p&gt;SeanHayes: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a work in progress. It will go in the main geneaology page when I'm done&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Example GEDCOM file:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
0 HEAD&lt;br /&gt;
1 SOUR TESTAPP&lt;br /&gt;
2 VERS V0.1&lt;br /&gt;
2 CORP Test Data&lt;br /&gt;
1 DEST REUNION&lt;br /&gt;
1 DATE 18 APR 2007&lt;br /&gt;
1 FILE Master Database&lt;br /&gt;
1 GEDC&lt;br /&gt;
2 VERS 5.01&lt;br /&gt;
1 CHAR ASCII&lt;br /&gt;
0 @I1@ INDI&lt;br /&gt;
1 NAME Edward Sean /Hayes/&lt;br /&gt;
1 SEX M&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 1 DEC 1961&lt;br /&gt;
2 PLAC Royal Free Hospital London&lt;br /&gt;
1 OCCU Program Manager&lt;br /&gt;
1 EDUC Westfield College&lt;br /&gt;
1 FAMS @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @I2@ INDI&lt;br /&gt;
1 NAME Tamsin Clare /Hayes/&lt;br /&gt;
1 SEX F&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 25 JUL 1963&lt;br /&gt;
2 PLAC London&lt;br /&gt;
1 OCCU Therapist&lt;br /&gt;
1 EDUC School&lt;br /&gt;
1 RELI None&lt;br /&gt;
1 FAMS @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @I3@ INDI&lt;br /&gt;
1 NAME Alice Rose /Hayes/&lt;br /&gt;
1 SEX F&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 17 FEB 1986&lt;br /&gt;
2 PLAC Park Royal, London&lt;br /&gt;
1 RELI None&lt;br /&gt;
1 FAMC @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @I4@ INDI&lt;br /&gt;
1 NAME Megan Christine /Hayes/&lt;br /&gt;
1 SEX F&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 21 NOV 1986&lt;br /&gt;
2 PLAC Bristol&lt;br /&gt;
1 RELI None&lt;br /&gt;
1 FAMC @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @F1@ FAM&lt;br /&gt;
1 HUSB @I1@&lt;br /&gt;
1 WIFE @I2@&lt;br /&gt;
1 CHIL @I3@&lt;br /&gt;
1 CHIL @I4@&lt;br /&gt;
1 MARR&lt;br /&gt;
2 DATE 25 SEP 1985&lt;br /&gt;
2 PLAC London&lt;br /&gt;
0 TRLR&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Possible miniformat ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;/div&gt;</summary>
		<author><name>SeanHayes</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=GEDCOM_Worked_example&amp;diff=15737</id>
		<title>GEDCOM Worked example</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=GEDCOM_Worked_example&amp;diff=15737"/>
		<updated>2007-04-18T21:05:36Z</updated>

		<summary type="html">&lt;p&gt;SeanHayes: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Example GEDCOM file:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
0 HEAD&lt;br /&gt;
1 SOUR TESTAPP&lt;br /&gt;
2 VERS V0.1&lt;br /&gt;
2 CORP Test Data&lt;br /&gt;
1 DEST REUNION&lt;br /&gt;
1 DATE 18 APR 2007&lt;br /&gt;
1 FILE Master Database&lt;br /&gt;
1 GEDC&lt;br /&gt;
2 VERS 5.01&lt;br /&gt;
1 CHAR ASCII&lt;br /&gt;
0 @I1@ INDI&lt;br /&gt;
1 NAME Edward Sean /Hayes/&lt;br /&gt;
1 SEX M&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 1 DEC 1961&lt;br /&gt;
2 PLAC Royal Free Hospital London&lt;br /&gt;
1 OCCU Program Manager&lt;br /&gt;
1 EDUC Westfield College&lt;br /&gt;
1 FAMS @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @I2@ INDI&lt;br /&gt;
1 NAME Tamsin Clare /Hayes/&lt;br /&gt;
1 SEX F&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 25 JUL 1963&lt;br /&gt;
2 PLAC London&lt;br /&gt;
1 OCCU Therapist&lt;br /&gt;
1 EDUC School&lt;br /&gt;
1 RELI None&lt;br /&gt;
1 FAMS @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @I3@ INDI&lt;br /&gt;
1 NAME Alice Rose /Hayes/&lt;br /&gt;
1 SEX F&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 17 FEB 1986&lt;br /&gt;
2 PLAC Park Royal, London&lt;br /&gt;
1 RELI None&lt;br /&gt;
1 FAMC @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @I4@ INDI&lt;br /&gt;
1 NAME Megan Christine /Hayes/&lt;br /&gt;
1 SEX F&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 21 NOV 1986&lt;br /&gt;
2 PLAC Bristol&lt;br /&gt;
1 RELI None&lt;br /&gt;
1 FAMC @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @F1@ FAM&lt;br /&gt;
1 HUSB @I1@&lt;br /&gt;
1 WIFE @I2@&lt;br /&gt;
1 CHIL @I3@&lt;br /&gt;
1 CHIL @I4@&lt;br /&gt;
1 MARR&lt;br /&gt;
2 DATE 25 SEP 1985&lt;br /&gt;
2 PLAC London&lt;br /&gt;
0 TRLR&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Possible miniformat ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;/div&gt;</summary>
		<author><name>SeanHayes</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=GEDCOM_Worked_example&amp;diff=15736</id>
		<title>GEDCOM Worked example</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=GEDCOM_Worked_example&amp;diff=15736"/>
		<updated>2007-04-18T21:03:35Z</updated>

		<summary type="html">&lt;p&gt;SeanHayes: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Example GEDCOM file:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
0 HEAD&lt;br /&gt;
1 SOUR TESTAPP&lt;br /&gt;
2 VERS V0.1&lt;br /&gt;
2 CORP Test Data&lt;br /&gt;
1 DEST REUNION&lt;br /&gt;
1 DATE 18 APR 2007&lt;br /&gt;
1 FILE Master Database&lt;br /&gt;
1 GEDC&lt;br /&gt;
2 VERS 5.01&lt;br /&gt;
1 CHAR ASCII&lt;br /&gt;
0 @I1@ INDI&lt;br /&gt;
1 NAME Edward Sean /Hayes/&lt;br /&gt;
1 SEX M&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 1 DEC 1961&lt;br /&gt;
2 PLAC Royal Free Hospital London&lt;br /&gt;
1 OCCU Program Manager&lt;br /&gt;
1 EDUC Westfield College&lt;br /&gt;
1 FAMS @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @I2@ INDI&lt;br /&gt;
1 NAME Tamsin Clare /Hayes/&lt;br /&gt;
1 SEX F&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 25 JUL 1963&lt;br /&gt;
2 PLAC London&lt;br /&gt;
1 OCCU Therapist&lt;br /&gt;
1 EDUC School&lt;br /&gt;
1 RELI None&lt;br /&gt;
1 FAMS @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @I3@ INDI&lt;br /&gt;
1 NAME Alice Rose /Hayes/&lt;br /&gt;
1 SEX F&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 17 FEB 1986&lt;br /&gt;
2 PLAC Park Royal, London&lt;br /&gt;
1 RELI None&lt;br /&gt;
1 FAMC @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @I4@ INDI&lt;br /&gt;
1 NAME Megan Christine /Hayes/&lt;br /&gt;
1 SEX F&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 21 NOV 1986&lt;br /&gt;
2 PLAC Bristol&lt;br /&gt;
1 RELI None&lt;br /&gt;
1 FAMC @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @F1@ FAM&lt;br /&gt;
1 HUSB @I1@&lt;br /&gt;
1 WIFE @I2@&lt;br /&gt;
1 CHIL @I3@&lt;br /&gt;
1 CHIL @I4@&lt;br /&gt;
1 MARR&lt;br /&gt;
2 DATE 25 SEP 1985&lt;br /&gt;
2 PLAC London&lt;br /&gt;
0 TRLR&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>SeanHayes</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=GEDCOM_Worked_example&amp;diff=15735</id>
		<title>GEDCOM Worked example</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=GEDCOM_Worked_example&amp;diff=15735"/>
		<updated>2007-04-18T21:02:40Z</updated>

		<summary type="html">&lt;p&gt;SeanHayes: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Example GEDCOM file:&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
0 HEAD&lt;br /&gt;
1 SOUR TESTAPP&lt;br /&gt;
2 VERS V0.1&lt;br /&gt;
2 CORP Test Data&lt;br /&gt;
1 DEST REUNION&lt;br /&gt;
1 DATE 18 APR 2007&lt;br /&gt;
1 FILE Master Database&lt;br /&gt;
1 GEDC&lt;br /&gt;
2 VERS 5.01&lt;br /&gt;
1 CHAR ASCII&lt;br /&gt;
0 @I1@ INDI&lt;br /&gt;
1 NAME Edward Sean /Hayes/&lt;br /&gt;
1 SEX M&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 1 DEC 1961&lt;br /&gt;
2 PLAC Royal Free Hospital London&lt;br /&gt;
1 OCCU Program Manager&lt;br /&gt;
1 EDUC Westfield College&lt;br /&gt;
1 FAMS @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @I2@ INDI&lt;br /&gt;
1 NAME Tamsin Clare /Hayes/&lt;br /&gt;
1 SEX F&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 25 JUL 1963&lt;br /&gt;
2 PLAC London&lt;br /&gt;
1 OCCU Therapist&lt;br /&gt;
1 EDUC School&lt;br /&gt;
1 RELI None&lt;br /&gt;
1 FAMS @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @I3@ INDI&lt;br /&gt;
1 NAME Alice Rose /Hayes/&lt;br /&gt;
1 SEX F&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 17 FEB 1986&lt;br /&gt;
2 PLAC Park Royal, London&lt;br /&gt;
1 RELI None&lt;br /&gt;
1 FAMC @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @I4@ INDI&lt;br /&gt;
1 NAME Megan Christine /Hayes/&lt;br /&gt;
1 SEX F&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 21 NOV 1986&lt;br /&gt;
2 PLAC Bristol&lt;br /&gt;
1 RELI None&lt;br /&gt;
1 FAMC @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @F1@ FAM&lt;br /&gt;
1 HUSB @I1@&lt;br /&gt;
1 WIFE @I2@&lt;br /&gt;
1 CHIL @I3@&lt;br /&gt;
1 CHIL @I4@&lt;br /&gt;
1 MARR&lt;br /&gt;
2 DATE 25 SEP 1985&lt;br /&gt;
2 PLAC London&lt;br /&gt;
0 TRLR&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>SeanHayes</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=GEDCOM_Worked_example&amp;diff=15734</id>
		<title>GEDCOM Worked example</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=GEDCOM_Worked_example&amp;diff=15734"/>
		<updated>2007-04-18T20:58:34Z</updated>

		<summary type="html">&lt;p&gt;SeanHayes: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Example GEDCOM file:&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
0 HEAD&lt;br /&gt;
1 SOUR TESTAPP&lt;br /&gt;
2 VERS V0.1&lt;br /&gt;
2 CORP Test Data&lt;br /&gt;
1 DEST REUNION&lt;br /&gt;
1 DATE 18 APR 2007&lt;br /&gt;
1 FILE Master Database&lt;br /&gt;
1 GEDC&lt;br /&gt;
2 VERS 5.01&lt;br /&gt;
1 CHAR ASCII&lt;br /&gt;
0 @I1@ INDI&lt;br /&gt;
1 NAME Edward Sean /Hayes/&lt;br /&gt;
1 SEX M&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 1 DEC 1961&lt;br /&gt;
2 PLAC Royal Free Hospital London&lt;br /&gt;
1 OCCU Program Manager&lt;br /&gt;
1 EDUC Westfield College&lt;br /&gt;
1 FAMS @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @I2@ INDI&lt;br /&gt;
1 NAME Tamsin Clare /Hayes/&lt;br /&gt;
1 SEX F&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 25 JUL 1963&lt;br /&gt;
2 PLAC London&lt;br /&gt;
1 OCCU Therapist&lt;br /&gt;
1 EDUC School&lt;br /&gt;
1 RELI None&lt;br /&gt;
1 FAMS @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @I3@ INDI&lt;br /&gt;
1 NAME Alice Rose /Hayes/&lt;br /&gt;
1 SEX F&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 17 FEB 1986&lt;br /&gt;
2 PLAC Park Royal, London&lt;br /&gt;
1 RELI None&lt;br /&gt;
1 FAMC @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @I4@ INDI&lt;br /&gt;
1 NAME Megan Christine /Hayes/&lt;br /&gt;
1 SEX F&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 21 NOV 1986&lt;br /&gt;
2 PLAC Bristol&lt;br /&gt;
1 RELI None&lt;br /&gt;
1 FAMC @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @F1@ FAM&lt;br /&gt;
1 HUSB @I1@&lt;br /&gt;
1 WIFE @I2@&lt;br /&gt;
1 CHIL @I3@&lt;br /&gt;
1 CHIL @I4@&lt;br /&gt;
1 MARR&lt;br /&gt;
2 DATE 25 SEP 1985&lt;br /&gt;
2 PLAC London&lt;br /&gt;
0 TRLR&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>SeanHayes</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=GEDCOM_Worked_example&amp;diff=15733</id>
		<title>GEDCOM Worked example</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=GEDCOM_Worked_example&amp;diff=15733"/>
		<updated>2007-04-18T20:55:50Z</updated>

		<summary type="html">&lt;p&gt;SeanHayes: Worked example of a GEDCOM microformat&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Example GEDCOM file:&lt;br /&gt;
&lt;br /&gt;
0 HEAD&lt;br /&gt;
1 SOUR TESTAPP&lt;br /&gt;
2 VERS V0.1&lt;br /&gt;
2 CORP Test Data&lt;br /&gt;
1 DEST REUNION&lt;br /&gt;
1 DATE 18 APR 2007&lt;br /&gt;
1 FILE Master Database&lt;br /&gt;
1 GEDC&lt;br /&gt;
2 VERS 5.01&lt;br /&gt;
1 CHAR ASCII&lt;br /&gt;
0 @I1@ INDI&lt;br /&gt;
1 NAME Edward Sean /Hayes/&lt;br /&gt;
1 SEX M&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 1 DEC 1961&lt;br /&gt;
2 PLAC Royal Free Hospital London&lt;br /&gt;
1 OCCU Program Manager&lt;br /&gt;
1 EDUC Westfield College&lt;br /&gt;
1 FAMS @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @I2@ INDI&lt;br /&gt;
1 NAME Tamsin Clare /Hayes/&lt;br /&gt;
1 SEX F&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 25 JUL 1963&lt;br /&gt;
2 PLAC London&lt;br /&gt;
1 OCCU Therapist&lt;br /&gt;
1 EDUC School&lt;br /&gt;
1 RELI None&lt;br /&gt;
1 FAMS @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @I3@ INDI&lt;br /&gt;
1 NAME Alice Rose /Hayes/&lt;br /&gt;
1 SEX F&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 17 FEB 1986&lt;br /&gt;
2 PLAC Park Royal, London&lt;br /&gt;
1 RELI None&lt;br /&gt;
1 FAMC @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @I4@ INDI&lt;br /&gt;
1 NAME Megan Christine /Hayes/&lt;br /&gt;
1 SEX F&lt;br /&gt;
1 BIRT&lt;br /&gt;
2 DATE 21 NOV 1986&lt;br /&gt;
2 PLAC Bristol&lt;br /&gt;
1 RELI None&lt;br /&gt;
1 FAMC @F1@&lt;br /&gt;
1 CHAN&lt;br /&gt;
2 DATE 18 APR 2007&lt;br /&gt;
0 @F1@ FAM&lt;br /&gt;
1 HUSB @I1@&lt;br /&gt;
1 WIFE @I2@&lt;br /&gt;
1 CHIL @I3@&lt;br /&gt;
1 CHIL @I4@&lt;br /&gt;
1 MARR&lt;br /&gt;
2 DATE 25 SEP 1985&lt;br /&gt;
2 PLAC London&lt;br /&gt;
0 TRLR&lt;/div&gt;</summary>
		<author><name>SeanHayes</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=genealogy-formats&amp;diff=15741</id>
		<title>genealogy-formats</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=genealogy-formats&amp;diff=15741"/>
		<updated>2007-04-18T20:53:38Z</updated>

		<summary type="html">&lt;p&gt;SeanHayes: /* Genealogy Formats */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Genealogy Formats =&lt;br /&gt;
&lt;br /&gt;
I started this page because someone (Bob Jonkman apparently) added a bunch of stuff to the [http://developers.technorati.com/wiki/MicroFormats Technorati microformats page] on genealogy, and I moved it here. -[http://tantek.com/log/ Tantek]&lt;br /&gt;
&lt;br /&gt;
[[GEDCOM Worked example]] pasted here&lt;br /&gt;
&lt;br /&gt;
== GEDCOM ==&lt;br /&gt;
&lt;br /&gt;
* Coding the GEDCOM standard into hGEDCOM. I don't know of any projects working on this, but nominate [http://www.starkeffect.com/ged2html/3.6a/ Gene Stark's GED2HTML translator] (esp. the [http://www.starkeffect.com/ged2html/3.6a/templates.html modifiable output program]) as a suitable candidate for hGEDCOM hacking. See also [http://homepages.rootsweb.com/~pmcbride/genweb.html#gedcom Paul McBride's links] to GEDCOM standards and resources. --[mailto:bjonkman@sobac.com Bob Jonkman]&lt;br /&gt;
&lt;br /&gt;
* Had a look at some examples of what GEDCOM creates [http://en.wikipedia.org/wiki/GEDCOM#Example].  Basically, seems to be [[xfn|XFN]] relationships (siblings, spouses etc.) and [[hcard|hCard]] information (could genealogy be inferred from existing XFNs regardless of a hGED format?). The only additional information we do not currently hold in a format is that of gender. GEDCOM specifies male or female for each individual. Creating something using these formats would be quite straightforward, but not sure its takeup would be good unless someone was interested in creating a hGEDCOM2GEDCOM. -- [[user:Phae|Frances Berriman]]&lt;br /&gt;
&lt;br /&gt;
** Genealogical information has date-of-death, which is also missing in hCard format (although hCard does have date-of-birth).  Much of genealogical information is event based: Date of birth, date of death, dates of marriages and divorces, and many other significant events such as religious observances (Baptisms, Bar/Bat Mitzvahs) and migrations (&amp;quot;Moved to Canada from the Netherlands&amp;quot;).  This all translates wonderfully to [[hCalendar]].  Additionally, a properly researched family tree will cite sources for all the data listed, and so could use [[citation|hCite]].  The biggest problem I see in using hCalendar is that genealogical data allows approximate dates, specifically &amp;quot;ABT 4 July 1776&amp;quot;, &amp;quot;BEF 25 Dec 1903&amp;quot;, &amp;quot;AFT 11 Nov 1918&amp;quot;. It also also allows ambiguous dates, &amp;quot;July 1867&amp;quot; or just &amp;quot;1886&amp;quot;, or even &amp;quot;4 July&amp;quot;.  And these in combination, (Approximately ambiguous dates?  Ambiguously approximate dates?), eg. &amp;quot;BEF Feb 2007&amp;quot;, &amp;quot;AFT 1945&amp;quot;.  The most ambiguous entries I've seen for dates are &amp;quot;DECEASED&amp;quot; when date-of-death is unknown, and &amp;quot;NOT MARRIED&amp;quot; for couples who have not had a wedding ceremony.  (Info from ''Guidelines for event dates'' in the PAF Help File).&lt;br /&gt;
&lt;br /&gt;
::The only relationship links in GEDCOM are HUSBand, WIFE and CHILd.  All other relationships (brother, sister, grandparents, grandchildren, uncles, aunts, nieces, nephews, cousins) can be inferred by traversing family records.  This does mean that any collection of genealogical pages need some way to cross-reference to each other.  This isn't a problem for all pages on a single Web site, which use RIN (Record Identifier) or REFN (User Reference Number).  However, different Web pages maintained by different genealogists may have conflicting RINs and REFNs. There is a globally-unique AFN (Ancestral File Number) issued by the Church of Jesus Christ of Latter-Day Saints (LDS), but I don't know how they're issued and most genealogical sites don't use them anyway.  &lt;br /&gt;
&lt;br /&gt;
::The GEDCOM format contains much other data specific to the LDS, but I don't know how widespread it is, nor how appropriate it would be to code it into a microformat intended to reach well beyond the LDS.&lt;br /&gt;
&lt;br /&gt;
::Regardless of whether an hGED microformat is developed, it would still be valuable to mark up genealogical information with microformats on Web pages for the semantic value.&lt;br /&gt;
&lt;br /&gt;
::[[User:Bob Jonkman|Bob Jonkman]] 07:58, 9 Feb 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
==Wikipedia's Persondata==&lt;br /&gt;
Wikipedia's [http://en.wikipedia.org/wiki/Wikipedia:Persondata Persondata] aligns very closely with hCard, but has additional date and place of birth &amp;amp; death fields. [[User:AndyMabbett|Andy Mabbett]] 13:04, 28 Jan 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
*GEDCOM specifications are documented on the FamilySearch website: [http://www.familysearch.org/Eng/Home/FAQ/faq_gedcom.asp]&lt;br /&gt;
** [http://www.familysearch.org/GEDCOM/GEDCOM55.EXE GEDCOM 5.5 Standard] (Executable file in Envoy format)&lt;br /&gt;
** [http://www.familysearch.org/GEDCOM/GedXML60.pdf Draft Specification for GEDCOM XML 6.0] (PDF)&lt;br /&gt;
*Personal Ancestral File (PAF)&lt;br /&gt;
**[http://en.wikipedia.org/wiki/Personal_Ancestral_File Personal Ancestral File]&lt;br /&gt;
**[http://productsupport.familysearch.org/supportroot/eng/frameset_products.asp PAF support page]&lt;br /&gt;
**[http://en.wikipedia.org/wiki/Ancestral_File_Number Ancestral File Number]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[genealogy-brainstorming]]&lt;br /&gt;
*[[hcard|hCard]]&lt;/div&gt;</summary>
		<author><name>SeanHayes</name></author>
	</entry>
</feed>