-
Notifications
You must be signed in to change notification settings - Fork 4
Add GEDCOM 7 extensions: gedcom-occurrences and gedcom-evidence #173
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
Closed
Closed
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
7c97d6c
Add GEDCOM 7 extensions: gedcom-occurrences and gedcom-evidence
lamco-office 1a9e205
Fix YAML formatting issues in enumeration files
lamco-office bc11472
Fix remaining YAML validation errors
lamco-office b44dfea
Fix YAML validation errors per Dave Thaler's review
lamco-office 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,16 @@ | ||
| %YAML 1.2 | ||
| --- | ||
| lang: en-US | ||
|
|
||
| type: enumeration set | ||
|
|
||
| uri: https://github.com/glamberson/gedcom-evidence/enumset-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: "https://github.com/glamberson/gedcom-evidence" | ||
| ... |
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,15 @@ | ||
| %YAML 1.2 | ||
| --- | ||
| lang: en-US | ||
|
|
||
| type: enumeration set | ||
|
|
||
| uri: https://github.com/glamberson/gedcom-occurrences/enumset-Presence | ||
|
|
||
| enumeration values: | ||
| - "https://github.com/glamberson/gedcom-occurrences/enum-Present" | ||
| - "https://github.com/glamberson/gedcom-occurrences/enum-Absent" | ||
| - "https://github.com/glamberson/gedcom-occurrences/enum-Unknown" | ||
|
|
||
| contact: "https://github.com/glamberson/gedcom-occurrences" | ||
| ... |
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,16 @@ | ||
| %YAML 1.2 | ||
| --- | ||
| lang: en-US | ||
|
|
||
| type: enumeration set | ||
|
|
||
| uri: https://github.com/glamberson/gedcom-evidence/enumset-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: "https://github.com/glamberson/gedcom-evidence" | ||
| ... |
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,19 @@ | ||
| %YAML 1.2 | ||
| --- | ||
| lang: en-US | ||
|
|
||
| type: enumeration | ||
|
|
||
| uri: https://github.com/glamberson/gedcom-occurrences/enum-Absent | ||
|
|
||
| extension tags: _ABSENT | ||
|
|
||
| specification: | ||
| - Absent | ||
| - Person was listed or referenced but not physically present | ||
|
|
||
| value of: | ||
| - https://github.com/glamberson/gedcom-occurrences/enumset-Presence | ||
|
|
||
| contact: https://github.com/glamberson/gedcom-occurrences | ||
| ... |
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,19 @@ | ||
| %YAML 1.2 | ||
| --- | ||
| lang: en-US | ||
|
|
||
| type: enumeration | ||
|
|
||
| uri: https://github.com/glamberson/gedcom-evidence/enum-High | ||
|
|
||
| extension tags: _HIGH | ||
|
|
||
| specification: | ||
| - High Confidence | ||
| - Strong confidence in evidence relevance and interpretation | ||
|
|
||
| value of: | ||
| - https://github.com/glamberson/gedcom-evidence/enumset-Confidence | ||
|
|
||
| contact: https://github.com/glamberson/gedcom-evidence | ||
| ... |
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,19 @@ | ||
| %YAML 1.2 | ||
| --- | ||
| lang: en-US | ||
|
|
||
| type: enumeration | ||
|
|
||
| uri: https://github.com/glamberson/gedcom-evidence/enum-Hypothesis | ||
|
|
||
| extension tags: _HYPOTHESIS | ||
|
|
||
| specification: | ||
| - Hypothesis | ||
| - Speculative connection requiring further research | ||
|
|
||
| value of: | ||
| - https://github.com/glamberson/gedcom-evidence/enumset-Confidence | ||
|
|
||
| contact: https://github.com/glamberson/gedcom-evidence | ||
| ... |
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,19 @@ | ||
| %YAML 1.2 | ||
| --- | ||
| lang: en-US | ||
|
|
||
| type: enumeration | ||
|
|
||
| uri: https://github.com/glamberson/gedcom-evidence/enum-Low | ||
|
|
||
| extension tags: _LOW | ||
|
|
||
| specification: | ||
| - Low Confidence | ||
| - Weak confidence, significant uncertainty | ||
|
|
||
| value of: | ||
| - https://github.com/glamberson/gedcom-evidence/enumset-Confidence | ||
|
|
||
| contact: https://github.com/glamberson/gedcom-evidence | ||
| ... |
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,19 @@ | ||
| %YAML 1.2 | ||
| --- | ||
| lang: en-US | ||
|
|
||
| type: enumeration | ||
|
|
||
| uri: https://github.com/glamberson/gedcom-evidence/enum-Medium | ||
|
|
||
| extension tags: _MEDIUM | ||
|
|
||
| specification: | ||
| - Medium Confidence | ||
| - Moderate confidence, some uncertainty remains | ||
|
|
||
| value of: | ||
| - https://github.com/glamberson/gedcom-evidence/enumset-Confidence | ||
|
|
||
| contact: https://github.com/glamberson/gedcom-evidence | ||
| ... |
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,19 @@ | ||
| %YAML 1.2 | ||
| --- | ||
| lang: en-US | ||
|
|
||
| type: enumeration | ||
|
|
||
| uri: https://github.com/glamberson/gedcom-occurrences/enum-Present | ||
|
|
||
| extension tags: _PRESENT | ||
|
|
||
| specification: | ||
| - Present | ||
| - Person was physically present at the occurrence | ||
|
|
||
| value of: | ||
| - https://github.com/glamberson/gedcom-occurrences/enumset-Presence | ||
|
|
||
| contact: https://github.com/glamberson/gedcom-occurrences | ||
| ... |
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,19 @@ | ||
| %YAML 1.2 | ||
| --- | ||
| lang: en-US | ||
|
|
||
| type: enumeration | ||
|
|
||
| uri: https://github.com/glamberson/gedcom-occurrences/enum-Unknown | ||
|
|
||
| extension tags: _UNKNOWN | ||
|
|
||
| specification: | ||
| - Unknown | ||
| - Presence status cannot be determined from the source | ||
|
|
||
| value of: | ||
| - https://github.com/glamberson/gedcom-occurrences/enumset-Presence | ||
|
|
||
| contact: https://github.com/glamberson/gedcom-occurrences | ||
| ... |
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,14 @@ | ||
| %YAML 1.2 | ||
| --- | ||
| lang: en-US | ||
| type: enumeration | ||
| uri: https://github.com/glamberson/gedcom-evidence/enum-High | ||
| extension tags: | ||
| - _HIGH | ||
| specification: | ||
| - High Confidence | ||
| - Strong confidence in evidence relevance and interpretation | ||
| value of: | ||
| - https://github.com/glamberson/gedcom-evidence/enumset-Confidence | ||
| contact: https://github.com/glamberson/gedcom-evidence | ||
| ... |
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,14 @@ | ||
| %YAML 1.2 | ||
| --- | ||
| lang: en-US | ||
| type: enumeration | ||
| uri: https://github.com/glamberson/gedcom-evidence/enum-Hypothesis | ||
| extension tags: | ||
| - _HYPOTHESIS | ||
| specification: | ||
| - Hypothesis | ||
| - Speculative connection requiring further research | ||
| value of: | ||
| - https://github.com/glamberson/gedcom-evidence/enumset-Confidence | ||
| contact: https://github.com/glamberson/gedcom-evidence | ||
| ... |
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,14 @@ | ||
| %YAML 1.2 | ||
| --- | ||
| lang: en-US | ||
| type: enumeration | ||
| uri: https://github.com/glamberson/gedcom-evidence/enum-Low | ||
| extension tags: | ||
| - _LOW | ||
| specification: | ||
| - Low Confidence | ||
| - Weak confidence, significant uncertainty | ||
| value of: | ||
| - https://github.com/glamberson/gedcom-evidence/enumset-Confidence | ||
| contact: https://github.com/glamberson/gedcom-evidence | ||
| ... |
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,14 @@ | ||
| %YAML 1.2 | ||
| --- | ||
| lang: en-US | ||
| type: enumeration | ||
| uri: https://github.com/glamberson/gedcom-evidence/enum-Medium | ||
| extension tags: | ||
| - _MEDIUM | ||
| specification: | ||
| - Medium Confidence | ||
| - Moderate confidence, some uncertainty remains | ||
| value of: | ||
| - https://github.com/glamberson/gedcom-evidence/enumset-Confidence | ||
| contact: https://github.com/glamberson/gedcom-evidence | ||
| ... |
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 | ||
| --- | ||
| contact: https://github.com/glamberson/gedcom-evidence | ||
| extension tags: _EVID | ||
| label: Evidence Container Record | ||
| lang: en-US | ||
| payload: null | ||
| specification: | ||
| - Evidence Container Record | ||
| - 'An _EVID record represents a piece of evidence as an independent object, | ||
| separate from any specific conclusion or individual. This allows "floating | ||
| evidence" that can be associated with multiple potential individuals or | ||
| left unassociated until identity can be determined. | ||
| Evidence containers preserve original source information exactly as found, | ||
| including names, dates, places, and relationships, without forcing premature | ||
| identity conclusions. This solves the "Which John Smith?" problem by allowing | ||
| evidence to exist independently until research determines the correct association.' | ||
| substructures: | ||
| https://gedcom.io/terms/v7/CHAN: '{0:1}' | ||
| https://gedcom.io/terms/v7/EXID: '{0:M}' | ||
| 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/_CONF: '{0:1}' | ||
| https://github.com/glamberson/gedcom-evidence/_FIND: '{0:M}' | ||
| https://github.com/glamberson/gedcom-evidence/_ID: '{0:M}' | ||
| superstructures: [] | ||
| type: record | ||
| uri: https://github.com/glamberson/gedcom-evidence/record-EVID | ||
| ... |
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,27 @@ | ||
| %YAML 1.2 | ||
| --- | ||
| contact: https://github.com/glamberson/gedcom-evidence | ||
| extension tags: _RDOC | ||
| label: Research Documentation Record | ||
| lang: en-US | ||
| payload: null | ||
| specification: | ||
| - Research Documentation Record | ||
| - 'A record documenting research reasoning, analysis, and decisions. _RDOC | ||
| records capture the "why" behind associations between evidence and | ||
| individuals, including proof arguments and conflict resolution. | ||
| This supports the Genealogical Proof Standard by documenting reasonably | ||
| exhaustive searches, complete source citations, analysis and correlation, | ||
| resolution of conflicts, and soundly reasoned conclusions.' | ||
| substructures: | ||
| https://gedcom.io/terms/v7/CHAN: '{0:1}' | ||
| https://gedcom.io/terms/v7/DATE: '{0:1}' | ||
| https://gedcom.io/terms/v7/EXID: '{0:M}' | ||
| https://gedcom.io/terms/v7/NOTE: '{0:M}' | ||
| https://gedcom.io/terms/v7/SNOTE: '{0:M}' | ||
| https://gedcom.io/terms/v7/UID: '{0:M}' | ||
| https://github.com/glamberson/gedcom-evidence/_RACT: '{0:M}' | ||
| superstructures: [] | ||
| type: record | ||
| uri: https://github.com/glamberson/gedcom-evidence/record-_RDOC | ||
| ... |
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,23 @@ | ||
| %YAML 1.2 | ||
| --- | ||
| contact: https://github.com/glamberson/gedcom-occurrences | ||
| extension tags: | ||
| - _ATTR | ||
| label: Occurrence Attribute | ||
| lang: en-US | ||
| payload: null | ||
| specification: | ||
| - Attribute | ||
| - 'A custom attribute for an occurrence reference. Used to store | ||
|
|
||
| occurrence-specific participant attributes such as dwelling number, | ||
|
|
||
| enumeration district, or other structured data from historical records.' | ||
| substructures: | ||
| https://gedcom.io/terms/v7/TEXT: '{1:1}' | ||
| https://gedcom.io/terms/v7/TYPE: '{1:1}' | ||
| superstructures: | ||
| https://github.com/glamberson/gedcom-occurrences/_OCREF: '{0:M}' | ||
| type: structure | ||
| uri: https://github.com/glamberson/gedcom-occurrences/_ATTR | ||
| ... | ||
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 | ||
| --- | ||
| contact: https://github.com/glamberson/gedcom-evidence | ||
| extension tags: _CONC | ||
| label: Evidence Conclusion | ||
| lang: en-US | ||
| payload: '@<https://github.com/glamberson/gedcom-evidence/_EVID>@' | ||
| specification: | ||
| - Evidence Conclusion | ||
| - 'A reference from an individual or family to evidence that supports | ||
| conclusions about that person or family. This creates the reverse | ||
| link from conclusions to supporting evidence. | ||
| _CONC structures allow individuals and families to document which | ||
| evidence supports their existence and characteristics, completing | ||
| the bidirectional relationship between evidence and conclusions.' | ||
| substructures: | ||
| https://gedcom.io/terms/v7/NOTE: '{0:M}' | ||
| https://gedcom.io/terms/v7/QUAY: '{0:1}' | ||
| https://github.com/glamberson/gedcom-evidence/_RDOC: '{0:M}' | ||
| superstructures: | ||
| https://gedcom.io/terms/v7/record-FAM: '{0:M}' | ||
| https://gedcom.io/terms/v7/record-INDI: '{0:M}' | ||
| type: structure | ||
| uri: https://github.com/glamberson/gedcom-evidence/_CONC | ||
| ... |
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,21 @@ | ||
| %YAML 1.2 | ||
| --- | ||
| contact: https://github.com/glamberson/gedcom-evidence | ||
| extension tags: _CONF | ||
| label: Evidence Confidence | ||
| lang: en-US | ||
| payload: https://github.com/glamberson/gedcom-evidence/enumset-Confidence | ||
| specification: | ||
| - Evidence Confidence | ||
| - 'Overall confidence assessment for a piece of evidence. This differs | ||
| from QUAY (quality of data) by assessing the researcher''s confidence | ||
| in the evidence''s relevance and interpretation. | ||
| Confidence levels can change as additional evidence is discovered | ||
| and analysis progresses.' | ||
| substructures: | ||
| https://gedcom.io/terms/v7/NOTE: '{0:M}' | ||
| superstructures: | ||
| https://github.com/glamberson/gedcom-evidence/_EVID: '{0:1}' | ||
| type: structure | ||
| uri: https://github.com/glamberson/gedcom-evidence/_CONF | ||
| ... |
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.