-
Notifications
You must be signed in to change notification settings - Fork 4
Add GEDCOM Evidence Extension v2.0 #186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
glamberson
wants to merge
3
commits into
FamilySearch:main
Choose a base branch
from
glamberson:evidence-v2
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| %YAML 1.2 | ||
| --- | ||
| lang: en-US | ||
|
|
||
| type: enumeration set | ||
|
|
||
| uri: https://github.com/glamberson/gedcom-evidence/enumset-Confidence | ||
|
|
||
| specification: | ||
| - Confidence levels | ||
| - Set of confidence levels for evidence assessment | ||
|
|
||
| label: 'Confidence' | ||
|
|
||
| enumeration values: | ||
| - "https://github.com/glamberson/gedcom-evidence/enum-High" | ||
| - "https://github.com/glamberson/gedcom-evidence/enum-Medium" | ||
| - "https://github.com/glamberson/gedcom-evidence/enum-Low" | ||
| - "https://github.com/glamberson/gedcom-evidence/enum-Hypothesis" | ||
|
|
||
| contact: lamberson@yahoo.com | ||
| ... | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| %YAML 1.2 | ||
| --- | ||
| lang: en-US | ||
|
|
||
| type: enumeration | ||
|
|
||
| uri: https://github.com/glamberson/gedcom-evidence/enum-High | ||
|
|
||
| extension tags: | ||
| - _HIGH | ||
|
|
||
| specification: | ||
| - High Confidence | ||
| - | | ||
| Evidence strongly supports the conclusion with minimal doubt. | ||
| Multiple reliable sources corroborate, or single highly reliable | ||
| primary source with no conflicting evidence. | ||
|
|
||
| label: 'High' | ||
|
|
||
| value of: | ||
| - "https://github.com/glamberson/gedcom-evidence/enumset-Confidence" | ||
|
|
||
| contact: lamberson@yahoo.com | ||
| ... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| %YAML 1.2 | ||
| --- | ||
| lang: en-US | ||
|
|
||
| type: enumeration | ||
|
|
||
| uri: https://github.com/glamberson/gedcom-evidence/enum-Hypothesis | ||
|
|
||
| extension tags: | ||
| - _HYPOTHESIS | ||
|
|
||
| specification: | ||
| - Working Hypothesis | ||
| - | | ||
| Evidence connection is speculative or theoretical. Represents | ||
| a research hypothesis that needs verification. Should not be | ||
| presented as fact without additional supporting evidence. | ||
|
|
||
| label: 'Hypothesis' | ||
|
|
||
| value of: | ||
| - "https://github.com/glamberson/gedcom-evidence/enumset-Confidence" | ||
|
|
||
| contact: lamberson@yahoo.com | ||
| ... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| %YAML 1.2 | ||
| --- | ||
| lang: en-US | ||
|
|
||
| type: enumeration | ||
|
|
||
| uri: https://github.com/glamberson/gedcom-evidence/enum-Low | ||
|
|
||
| extension tags: | ||
| - _LOW | ||
|
|
||
| specification: | ||
| - Low Confidence | ||
| - | | ||
| Evidence provides weak support for the conclusion. May rely | ||
| on circumstantial evidence, have significant conflicts, or | ||
| depend on questionable sources. Further research recommended. | ||
|
|
||
| label: 'Low' | ||
|
|
||
| value of: | ||
| - "https://github.com/glamberson/gedcom-evidence/enumset-Confidence" | ||
|
|
||
| contact: lamberson@yahoo.com | ||
| ... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| %YAML 1.2 | ||
| --- | ||
| lang: en-US | ||
|
|
||
| type: enumeration | ||
|
|
||
| uri: https://github.com/glamberson/gedcom-evidence/enum-Medium | ||
|
|
||
| extension tags: | ||
| - _MEDIUM | ||
|
|
||
| specification: | ||
| - Medium Confidence | ||
| - | | ||
| Evidence reasonably supports the conclusion but with some | ||
| uncertainty. May have minor conflicts or rely on secondary | ||
| sources, but preponderance of evidence supports conclusion. | ||
|
|
||
| label: 'Medium' | ||
|
|
||
| value of: | ||
| - "https://github.com/glamberson/gedcom-evidence/enumset-Confidence" | ||
|
|
||
| contact: lamberson@yahoo.com | ||
| ... |
Submodule GEDCOM.io
updated
3 files
| +10 −10 | Gemfile.lock | |
| + − | specifications/FamilySearchGEDCOMv7.pdf | |
| +4 −0 | yaml-schema.yaml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,34 @@ | ||
| %YAML 1.2 | ||
| --- | ||
| lang: en-US | ||
|
|
||
| type: structure | ||
|
|
||
| uri: https://github.com/glamberson/gedcom-evidence/_ANAL | ||
|
|
||
| extension tags: | ||
| - _ANAL | ||
|
|
||
| specification: | ||
| - Evidence Analysis | ||
| - | | ||
| Researcher's analysis and interpretation of the evidence. | ||
| This structure documents the reasoning process, conclusions drawn, | ||
| and any conflicts or issues identified in the evidence. Analysis | ||
| helps maintain the distinction between what the evidence says | ||
| and what the researcher concludes from it. | ||
|
|
||
| label: 'Analysis' | ||
|
|
||
| payload: https://gedcom.io/terms/v7/type-Text | ||
|
|
||
| substructures: | ||
| "https://gedcom.io/terms/v7/DATE": "{0:1}" | ||
| "https://gedcom.io/terms/v7/NOTE": "{0:M}" | ||
|
|
||
| superstructures: | ||
| "https://github.com/glamberson/gedcom-evidence/_EVID": "{0:M}" | ||
| "https://github.com/glamberson/gedcom-evidence/_EVREF": "{0:M}" | ||
|
|
||
| contact: lamberson@yahoo.com | ||
| ... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,33 @@ | ||
| %YAML 1.2 | ||
| --- | ||
| lang: en-US | ||
|
|
||
| type: structure | ||
|
|
||
| uri: https://github.com/glamberson/gedcom-evidence/_CONF | ||
|
|
||
| extension tags: | ||
| - _CONF | ||
|
|
||
| specification: | ||
| - Confidence Assessment | ||
| - | | ||
| Researcher's confidence in the evidence relevance and interpretation. | ||
| This differs from QUAY (data quality) by assessing confidence in | ||
| the connection between evidence and conclusion. | ||
|
|
||
| label: 'Confidence Level' | ||
|
|
||
| payload: https://gedcom.io/terms/v7/type-Enum | ||
|
|
||
| enumeration set: https://github.com/glamberson/gedcom-evidence/enumset-Confidence | ||
|
|
||
| substructures: | ||
| "https://gedcom.io/terms/v7/NOTE": "{0:M}" | ||
|
|
||
| superstructures: | ||
| "https://github.com/glamberson/gedcom-evidence/_EVREF": "{0:1}" | ||
| "https://github.com/glamberson/gedcom-evidence/_EVEN_EVID": "{0:1}" | ||
|
|
||
| contact: lamberson@yahoo.com | ||
| ... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,31 @@ | ||
| %YAML 1.2 | ||
| --- | ||
| lang: en-US | ||
|
|
||
| type: structure | ||
|
|
||
| uri: https://github.com/glamberson/gedcom-evidence/_DTYPE | ||
|
|
||
| extension tags: | ||
| - _DTYPE | ||
|
|
||
| specification: | ||
| - Document Type | ||
| - | | ||
| Specifies the type of document or record that contains the evidence. | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. What is the |
||
| This helps researchers understand the nature and potential reliability | ||
| of the evidence. Common types include Census, Birth Certificate, | ||
| Marriage License, Death Certificate, Will, Land Record, etc. | ||
|
|
||
| label: 'Document Type' | ||
|
|
||
| payload: https://gedcom.io/terms/v7/type-Text | ||
|
|
||
| substructures: | ||
| "https://gedcom.io/terms/v7/PHRASE": "{0:1}" | ||
|
|
||
| superstructures: | ||
| "https://github.com/glamberson/gedcom-evidence/_EVID": "{0:M}" | ||
|
|
||
| contact: lamberson@yahoo.com | ||
| ... | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,37 @@ | ||
| %YAML 1.2 | ||
| --- | ||
| lang: en-US | ||
|
|
||
| type: structure | ||
|
|
||
| uri: https://github.com/glamberson/gedcom-evidence/_EVEN_EVID | ||
|
|
||
| extension tags: | ||
| - _EVEN_EVID | ||
|
|
||
| specification: | ||
| - Evidence Event | ||
| - | | ||
| An event representing the discovery or analysis of evidence directly | ||
| related to this individual. Unlike floating evidence records, evidence | ||
| events are intrinsically tied to the person and represent findings | ||
| that are definitively about this individual. Use this for evidence | ||
| that doesn't need to "float" between potential matches. | ||
|
|
||
| label: 'Evidence Discovery Event' | ||
|
|
||
| payload: null | ||
|
|
||
| substructures: | ||
| "https://gedcom.io/terms/v7/TYPE": "{1:1}" | ||
| "https://gedcom.io/terms/v7/DATE": "{0:1}" | ||
| "https://gedcom.io/terms/v7/SOUR": "{1:M}" | ||
| "https://gedcom.io/terms/v7/NOTE": "{0:M}" | ||
| "https://github.com/glamberson/gedcom-evidence/_FIND": "{0:M}" | ||
| "https://github.com/glamberson/gedcom-evidence/_CONF": "{0:1}" | ||
|
|
||
| superstructures: | ||
| "https://gedcom.io/terms/v7/record-INDI": "{0:M}" | ||
|
|
||
| contact: lamberson@yahoo.com | ||
| ... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,44 @@ | ||
| %YAML 1.2 | ||
| --- | ||
| lang: en-US | ||
|
|
||
| type: structure | ||
|
|
||
| uri: https://github.com/glamberson/gedcom-evidence/_EVID | ||
|
|
||
| extension tags: | ||
| - _EVID | ||
|
|
||
| specification: | ||
| - Evidence Container Record | ||
| - | | ||
| A record representing a piece of evidence as an independent object. | ||
| Evidence records preserve source information exactly as found, including | ||
| names, dates, places, and relationships, without forcing premature | ||
| identity conclusions. This enables "floating evidence" that can be | ||
| associated with multiple potential individuals or left unassociated | ||
| until identity can be determined through research. | ||
|
|
||
| label: 'Evidence Container' | ||
|
|
||
| payload: null | ||
|
|
||
| substructures: | ||
| "https://gedcom.io/terms/v7/CHAN": "{0:1}" | ||
| "https://gedcom.io/terms/v7/CREA": "{0:1}" | ||
| "https://gedcom.io/terms/v7/DATE": "{0:1}" | ||
| "https://gedcom.io/terms/v7/NOTE": "{0:M}" | ||
| "https://gedcom.io/terms/v7/SNOTE": "{0:M}" | ||
| "https://gedcom.io/terms/v7/SOUR": "{1:M}" | ||
| "https://gedcom.io/terms/v7/UID": "{0:M}" | ||
| "https://github.com/glamberson/gedcom-evidence/_DTYPE": "{0:1}" | ||
| "https://github.com/glamberson/gedcom-evidence/_FIND": "{0:M}" | ||
| "https://github.com/glamberson/gedcom-evidence/_ANAL": "{0:M}" | ||
| "https://github.com/glamberson/gedcom-evidence/_SUBJ_INDI": "{0:M}" | ||
| "https://github.com/glamberson/gedcom-evidence/_SUBJ_FAM": "{0:M}" | ||
| "https://github.com/glamberson/gedcom-evidence/_SUBJ_SOUR": "{0:M}" | ||
|
|
||
| superstructures: {} | ||
|
|
||
| contact: lamberson@yahoo.com | ||
| ... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,35 @@ | ||
| %YAML 1.2 | ||
| --- | ||
| lang: en-US | ||
|
|
||
| type: structure | ||
|
|
||
| uri: https://github.com/glamberson/gedcom-evidence/_EVREF | ||
|
|
||
| extension tags: | ||
| - _EVREF | ||
|
|
||
| specification: | ||
| - Evidence Reference | ||
| - | | ||
| A reference from an individual or family to an evidence container record. | ||
| This structure enables individuals and families to document which evidence | ||
| supports their existence and characteristics. The reference includes | ||
| confidence assessment and optional analysis notes. | ||
|
|
||
| label: 'Evidence Reference' | ||
|
|
||
| payload: "@<https://github.com/glamberson/gedcom-evidence/_EVID>@" | ||
|
|
||
| substructures: | ||
| "https://gedcom.io/terms/v7/NOTE": "{0:M}" | ||
| "https://gedcom.io/terms/v7/QUAY": "{0:1}" | ||
| "https://github.com/glamberson/gedcom-evidence/_CONF": "{0:1}" | ||
| "https://github.com/glamberson/gedcom-evidence/_USED": "{0:1}" | ||
|
|
||
| superstructures: | ||
| "https://gedcom.io/terms/v7/record-INDI": "{0:M}" | ||
| "https://gedcom.io/terms/v7/record-FAM": "{0:M}" | ||
|
|
||
| contact: lamberson@yahoo.com | ||
| ... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,37 @@ | ||
| %YAML 1.2 | ||
| --- | ||
| lang: en-US | ||
|
|
||
| type: structure | ||
|
|
||
| uri: https://github.com/glamberson/gedcom-evidence/_FIND | ||
|
|
||
| extension tags: | ||
| - _FIND | ||
|
|
||
| specification: | ||
| - Evidence Finding | ||
| - | | ||
| A specific fact or piece of information extracted from evidence. | ||
| Findings preserve exact information as it appears in sources, | ||
| including original spelling, formatting, and context. Each finding | ||
| can be typed (name, age, occupation, etc.) and can include the | ||
| specific text or value found. | ||
|
|
||
| label: 'Evidence Finding' | ||
|
|
||
| payload: https://gedcom.io/terms/v7/type-Text | ||
|
|
||
| substructures: | ||
| "https://gedcom.io/terms/v7/TYPE": "{1:1}" | ||
| "https://gedcom.io/terms/v7/DATE": "{0:1}" | ||
| "https://gedcom.io/terms/v7/PLAC": "{0:1}" | ||
| "https://gedcom.io/terms/v7/AGE": "{0:1}" | ||
| "https://gedcom.io/terms/v7/NOTE": "{0:M}" | ||
|
|
||
| superstructures: | ||
| "https://github.com/glamberson/gedcom-evidence/_EVID": "{0:M}" | ||
| "https://github.com/glamberson/gedcom-evidence/_EVEN_EVID": "{0:M}" | ||
|
|
||
| contact: lamberson@yahoo.com | ||
| ... |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Recommend adding this to files in this PR: