<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Is GEDCOM Dead?  Date/Place  of Death, Please?</title>
	<atom:link href="http://mikeeliasz.wordpress.com/2012/02/05/is-gedcom-dead-date-of-death-please/feed/" rel="self" type="application/rss+xml" />
	<link>http://mikeeliasz.wordpress.com/2012/02/05/is-gedcom-dead-date-of-death-please/</link>
	<description>A Muse-ing</description>
	<lastBuildDate>Thu, 23 May 2013 13:14:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: C. Michael Eliasz-Solomon</title>
		<link>http://mikeeliasz.wordpress.com/2012/02/05/is-gedcom-dead-date-of-death-please/#comment-709</link>
		<dc:creator><![CDATA[C. Michael Eliasz-Solomon]]></dc:creator>
		<pubDate>Wed, 08 Feb 2012 20:04:03 +0000</pubDate>
		<guid isPermaLink="false">https://mikeeliasz.wordpress.com/?p=1986#comment-709</guid>
		<description><![CDATA[Mr Heaton,
          Welcome to my blog. You presented your position effectively at RootsTech and as I said I went to two of your presentations (both on GEDCOMX)-- both were high quality.

         I was mulling your Github suggestion around since I went to RootsTech. I will make an attempt ( I hope it will not be wasted ). My concern arises because I think the direction your team is proceeding with is NOT towards an OPEN standard.

Here is my rationale ...

If your team&#039;s goal is an open standard, then what are you standardizing? I had thought it was GEDCOM (or its more advanced cousin GEDCOMX ).  Now I think GEDCOMX is a computer language (like HTML or JAVA for example). Therefore in my opinion, you need to define the language.

A language is defined by a grammar. Grammars are represented via BNF automata (FSA&#039;s) -- so it parses quickly. The grammar should be detailed enough that people do not interpret important facets. Because interpretation leads to non-standardization.

Let me add that nothing your team is doing precludes that. But there is NO need for a model (UML or relational) to explain the language. Hence my suggestion for the &quot;railroad tracks&quot;/Graphic Syntax Diagram -- which graphically depicts a language. I propose that as the means to communicate GEDCOM or GEDCOMX.

A data model (or object model in your UML case) is just an implementation detail. A detail of what? It is the detail of how you (FamilySearch) intend to store the data from language stored in the GEDCOM/GEDCOMX file. Once you have data in your model you will use a program to manipulate the data (like to display  &amp; manage a family tree) or to output reports/charts or to perform smart matching or to conform Names/Events/Places/Citations or anything else someone might dream up. 

Also once the data is in a model then interoperability via APIs is now possible. That interoperability could be program-to-program (back-endian) or website-to-website or webapp-to-webapp or service-to-service or any other  medium of sharing/interoperating. This is the vision I believe that Jay Verkler was articulating.

Let everyone implement their own model and use GEDCOM or GEDCOMX as their standard language and APIs as the standard for interchange. I do not think you will ever be able to get anyone to standardize on an object (what object oriented language&#039;s object definition) much less the object operations, much less the set of all objects necessary to cover the GEDCOM. You should also be aware that there is no way to completely map from GEDCOM or GEDCOMX onto a Model (object or relational). You will be facing Godel&#039;s Incompleteness Theorem if you try.

So my concern is that your team is focused on an implementation detail (with an eye to your own software) when it should be concerned with establishing the Language Standard of Genealogy (GEDCOM or GEDCOMX) including the Standard API (for interchange) and getting enough broad consensus by all parties that we can achieve at least Dallan Quass&#039; 94% and then moving the 94% compatibility towards 99.9999%. Also openness means we need some way to gain consensus on future enhancements to the language as well -- hence my idea to vote at RootsTech every year at a keynote presentation via the RootsTech app on GEDCOM/GEDCOMX enhancements.

Let your model be the implementation of GEDCOM/GEDCOMX and the Standard API be how programs/apps/services/etc. interoperate.  

So you should be standardizing GEDCOM/GEDCOMX and its API (not a model).]]></description>
		<content:encoded><![CDATA[<p>Mr Heaton,<br />
          Welcome to my blog. You presented your position effectively at RootsTech and as I said I went to two of your presentations (both on GEDCOMX)&#8211; both were high quality.</p>
<p>         I was mulling your Github suggestion around since I went to RootsTech. I will make an attempt ( I hope it will not be wasted ). My concern arises because I think the direction your team is proceeding with is NOT towards an OPEN standard.</p>
<p>Here is my rationale &#8230;</p>
<p>If your team&#8217;s goal is an open standard, then what are you standardizing? I had thought it was GEDCOM (or its more advanced cousin GEDCOMX ).  Now I think GEDCOMX is a computer language (like HTML or JAVA for example). Therefore in my opinion, you need to define the language.</p>
<p>A language is defined by a grammar. Grammars are represented via BNF automata (FSA&#8217;s) &#8212; so it parses quickly. The grammar should be detailed enough that people do not interpret important facets. Because interpretation leads to non-standardization.</p>
<p>Let me add that nothing your team is doing precludes that. But there is NO need for a model (UML or relational) to explain the language. Hence my suggestion for the &#8220;railroad tracks&#8221;/Graphic Syntax Diagram &#8212; which graphically depicts a language. I propose that as the means to communicate GEDCOM or GEDCOMX.</p>
<p>A data model (or object model in your UML case) is just an implementation detail. A detail of what? It is the detail of how you (FamilySearch) intend to store the data from language stored in the GEDCOM/GEDCOMX file. Once you have data in your model you will use a program to manipulate the data (like to display  &amp; manage a family tree) or to output reports/charts or to perform smart matching or to conform Names/Events/Places/Citations or anything else someone might dream up. </p>
<p>Also once the data is in a model then interoperability via APIs is now possible. That interoperability could be program-to-program (back-endian) or website-to-website or webapp-to-webapp or service-to-service or any other  medium of sharing/interoperating. This is the vision I believe that Jay Verkler was articulating.</p>
<p>Let everyone implement their own model and use GEDCOM or GEDCOMX as their standard language and APIs as the standard for interchange. I do not think you will ever be able to get anyone to standardize on an object (what object oriented language&#8217;s object definition) much less the object operations, much less the set of all objects necessary to cover the GEDCOM. You should also be aware that there is no way to completely map from GEDCOM or GEDCOMX onto a Model (object or relational). You will be facing Godel&#8217;s Incompleteness Theorem if you try.</p>
<p>So my concern is that your team is focused on an implementation detail (with an eye to your own software) when it should be concerned with establishing the Language Standard of Genealogy (GEDCOM or GEDCOMX) including the Standard API (for interchange) and getting enough broad consensus by all parties that we can achieve at least Dallan Quass&#8217; 94% and then moving the 94% compatibility towards 99.9999%. Also openness means we need some way to gain consensus on future enhancements to the language as well &#8212; hence my idea to vote at RootsTech every year at a keynote presentation via the RootsTech app on GEDCOM/GEDCOMX enhancements.</p>
<p>Let your model be the implementation of GEDCOM/GEDCOMX and the Standard API be how programs/apps/services/etc. interoperate.  </p>
<p>So you should be standardizing GEDCOM/GEDCOMX and its API (not a model).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Heaton</title>
		<link>http://mikeeliasz.wordpress.com/2012/02/05/is-gedcom-dead-date-of-death-please/#comment-708</link>
		<dc:creator><![CDATA[Ryan Heaton]]></dc:creator>
		<pubDate>Wed, 08 Feb 2012 18:43:31 +0000</pubDate>
		<guid isPermaLink="false">https://mikeeliasz.wordpress.com/?p=1986#comment-708</guid>
		<description><![CDATA[Hi Stanczyk.

Thanks for sharing your thoughts.

&quot;Railroad tracks&quot; seem like a great concept that we could apply. Why not open up a Github issue so we can track that work?

And what do you think is the best way to communicate the model to genealogists, if not UML?]]></description>
		<content:encoded><![CDATA[<p>Hi Stanczyk.</p>
<p>Thanks for sharing your thoughts.</p>
<p>&#8220;Railroad tracks&#8221; seem like a great concept that we could apply. Why not open up a Github issue so we can track that work?</p>
<p>And what do you think is the best way to communicate the model to genealogists, if not UML?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MaryAnne</title>
		<link>http://mikeeliasz.wordpress.com/2012/02/05/is-gedcom-dead-date-of-death-please/#comment-696</link>
		<dc:creator><![CDATA[MaryAnne]]></dc:creator>
		<pubDate>Mon, 06 Feb 2012 05:30:49 +0000</pubDate>
		<guid isPermaLink="false">https://mikeeliasz.wordpress.com/?p=1986#comment-696</guid>
		<description><![CDATA[As I said--I put my Trust in you to look out for the rest of us!  We are Lucky to have someone so technology wise!

MaryAnne]]></description>
		<content:encoded><![CDATA[<p>As I said&#8211;I put my Trust in you to look out for the rest of us!  We are Lucky to have someone so technology wise!</p>
<p>MaryAnne</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: C. Michael Eliasz-Solomon</title>
		<link>http://mikeeliasz.wordpress.com/2012/02/05/is-gedcom-dead-date-of-death-please/#comment-695</link>
		<dc:creator><![CDATA[C. Michael Eliasz-Solomon]]></dc:creator>
		<pubDate>Mon, 06 Feb 2012 03:58:54 +0000</pubDate>
		<guid isPermaLink="false">https://mikeeliasz.wordpress.com/?p=1986#comment-695</guid>
		<description><![CDATA[MaryAnne,
              Forgive me and my computer jargon. RootsTech is at its heart a technology conference. Genealogy technology for sure. I have a 30 year career in Technology. 

       The jargon was necessary. GEDCOM is the file format that stores our family trees. The files are plain text files filled with &#039;@&#039; symbols, numbers and our genealogy facts and family relationships. There are also four character tags to indicate what info is on each line. 

It is an old idea that has not progressed. So software vendors had to invent their own four character tags in order to add features to their software. However, the non standard aspect means we lose data if we switch family tree software. Usually we lose notes/sources and pictures, etc. 

At last years RootsTech they introduced the idea of tackling a standard but they have not made much progress and it is not open since only FamilySearch is making design choices without any outside input. Now they want input. They are using advanced technology and it clouds their design. I want &quot;Railroad Tracks&quot; which a graphic picture used to show which &quot;words&quot; (tags) are allowed in which order to form standard sentences in a language (gedcom/x) that can be unambiguously understood by all.  

That is the heart if my argument. Plus I want outside buy-in by the software vendors and the users including future changes. I also wanted to make sure that all prior genealogy research is preserved(not lost). 

It is my opinion that this is the bottleneck that prevents the free flow of all current research from being shared/utilized via new tools to tackle the hard problem of merging trees and smartly matching people in other trees. It is why APIs cannot be developed to let all software interface and allow for future special add-ons like the vision pitched at the conference. 

I hope that except for APIs, which is an acronym for Application Program Interface. This is a technique to allow programs to share info that would otherwise not be able to communicate.]]></description>
		<content:encoded><![CDATA[<p>MaryAnne,<br />
              Forgive me and my computer jargon. RootsTech is at its heart a technology conference. Genealogy technology for sure. I have a 30 year career in Technology. </p>
<p>       The jargon was necessary. GEDCOM is the file format that stores our family trees. The files are plain text files filled with &#8216;@&#8217; symbols, numbers and our genealogy facts and family relationships. There are also four character tags to indicate what info is on each line. </p>
<p>It is an old idea that has not progressed. So software vendors had to invent their own four character tags in order to add features to their software. However, the non standard aspect means we lose data if we switch family tree software. Usually we lose notes/sources and pictures, etc. </p>
<p>At last years RootsTech they introduced the idea of tackling a standard but they have not made much progress and it is not open since only FamilySearch is making design choices without any outside input. Now they want input. They are using advanced technology and it clouds their design. I want &#8220;Railroad Tracks&#8221; which a graphic picture used to show which &#8220;words&#8221; (tags) are allowed in which order to form standard sentences in a language (gedcom/x) that can be unambiguously understood by all.  </p>
<p>That is the heart if my argument. Plus I want outside buy-in by the software vendors and the users including future changes. I also wanted to make sure that all prior genealogy research is preserved(not lost). </p>
<p>It is my opinion that this is the bottleneck that prevents the free flow of all current research from being shared/utilized via new tools to tackle the hard problem of merging trees and smartly matching people in other trees. It is why APIs cannot be developed to let all software interface and allow for future special add-ons like the vision pitched at the conference. </p>
<p>I hope that except for APIs, which is an acronym for Application Program Interface. This is a technique to allow programs to share info that would otherwise not be able to communicate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MaryAnne</title>
		<link>http://mikeeliasz.wordpress.com/2012/02/05/is-gedcom-dead-date-of-death-please/#comment-693</link>
		<dc:creator><![CDATA[MaryAnne]]></dc:creator>
		<pubDate>Mon, 06 Feb 2012 00:52:57 +0000</pubDate>
		<guid isPermaLink="false">https://mikeeliasz.wordpress.com/?p=1986#comment-693</guid>
		<description><![CDATA[Hello Stanczyk,

After the first paragraph-I didn&#039;t understand a word you said!

However, I am going to put my Genealogy Trust in YOU to look out for the rest of us, and give us the understandable condensed version when someone gets it all figured out!  If I had attended the conference, I would have been the one holding the 3 year old Virgin-Pay as you Go phone, that has a label on the backside with my husband&#039;s cell phone number and the phone number of the phone handwritten on it!  Some of us are getting left in the Dust of technology....... I Thank God to see the old church records written with Ink on real Paper!

MaryAnne]]></description>
		<content:encoded><![CDATA[<p>Hello Stanczyk,</p>
<p>After the first paragraph-I didn&#8217;t understand a word you said!</p>
<p>However, I am going to put my Genealogy Trust in YOU to look out for the rest of us, and give us the understandable condensed version when someone gets it all figured out!  If I had attended the conference, I would have been the one holding the 3 year old Virgin-Pay as you Go phone, that has a label on the backside with my husband&#8217;s cell phone number and the phone number of the phone handwritten on it!  Some of us are getting left in the Dust of technology&#8230;&#8230;. I Thank God to see the old church records written with Ink on real Paper!</p>
<p>MaryAnne</p>
]]></content:encoded>
	</item>
</channel>
</rss>
