diff --git a/.github/workflows/generate-files.yml b/.github/workflows/generate-files.yml
index dbb35654..8557f740 100644
--- a/.github/workflows/generate-files.yml
+++ b/.github/workflows/generate-files.yml
@@ -6,7 +6,7 @@
# For documentation on the syntax of this file, see
# https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions
---
-name: Build
+name: Generate files
on:
push:
@@ -70,4 +70,4 @@ jobs:
gh pr create -B ${{steps.extract_branch.outputs.branch}} -H ${{steps.extract_branch.outputs.branch}}-generate-files --title 'Update extracted-files in ${{steps.extract_branch.outputs.branch}}' --body $'Update extracted files\nThis PR is auto-generated by [gh pr create].' --label 'automated pr'
fi
env:
- GH_TOKEN: ${{ github.token }}
+ GH_TOKEN: ${{ secrets.WORKFLOW_TOKEN }}
diff --git a/.github/workflows/propagate-main-to-v7.1.yml b/.github/workflows/propagate-main-to-v7.1.yml
index e1f56836..322d00d6 100644
--- a/.github/workflows/propagate-main-to-v7.1.yml
+++ b/.github/workflows/propagate-main-to-v7.1.yml
@@ -6,7 +6,7 @@
# For documentation on the syntax of this file, see
# https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions
---
-name: Build
+name: Propagate main to 7.1
on:
push:
diff --git a/build/uri-def.py b/build/uri-def.py
index 498548ed..14b9fad5 100644
--- a/build/uri-def.py
+++ b/build/uri-def.py
@@ -396,7 +396,7 @@ def expand_prefix(txt, prefixes):
if g7[tag][0] in ('structure', 'enumeration', 'calendar', 'month'):
ptag = re.sub(r'.*-', '', re.sub(r'-[A-Z]?[a-z].*', '', tag))
- print('\nstandard tag: '+(repr(ptag) if ptag in ('YES','NO','TRUE','FALSE', '0', '1', '2', '3') else ptag), file=fh)
+ print('\nstandard tag: '+repr(ptag), file=fh)
if len(g7[tag][1]) > 0:
print('\nspecification:', file=fh)
diff --git a/extracted-files/tags/ABBR b/extracted-files/tags/ABBR
index b536e80a..96b3f55b 100644
--- a/extracted-files/tags/ABBR
+++ b/extracted-files/tags/ABBR
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/ABBR
-standard tag: ABBR
+standard tag: 'ABBR'
specification:
- Abbreviation
diff --git a/extracted-files/tags/ADDR b/extracted-files/tags/ADDR
index dbafbfb4..b5191990 100644
--- a/extracted-files/tags/ADDR
+++ b/extracted-files/tags/ADDR
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/ADDR
-standard tag: ADDR
+standard tag: 'ADDR'
specification:
- Address
diff --git a/extracted-files/tags/ADOP b/extracted-files/tags/ADOP
index d1a853d8..64d88900 100644
--- a/extracted-files/tags/ADOP
+++ b/extracted-files/tags/ADOP
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/ADOP
-standard tag: ADOP
+standard tag: 'ADOP'
specification:
- Adoption
diff --git a/extracted-files/tags/ADOP-FAMC b/extracted-files/tags/ADOP-FAMC
index f6411f9f..1ad07bdf 100644
--- a/extracted-files/tags/ADOP-FAMC
+++ b/extracted-files/tags/ADOP-FAMC
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/ADOP-FAMC
-standard tag: FAMC
+standard tag: 'FAMC'
specification:
- Family child
diff --git a/extracted-files/tags/ADR1 b/extracted-files/tags/ADR1
index 9ed1036d..0371a36c 100644
--- a/extracted-files/tags/ADR1
+++ b/extracted-files/tags/ADR1
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/ADR1
-standard tag: ADR1
+standard tag: 'ADR1'
specification:
- Address Line 1
diff --git a/extracted-files/tags/ADR2 b/extracted-files/tags/ADR2
index e19e7300..86b9289a 100644
--- a/extracted-files/tags/ADR2
+++ b/extracted-files/tags/ADR2
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/ADR2
-standard tag: ADR2
+standard tag: 'ADR2'
specification:
- Address Line 2
diff --git a/extracted-files/tags/ADR3 b/extracted-files/tags/ADR3
index c8befa25..8a765d19 100644
--- a/extracted-files/tags/ADR3
+++ b/extracted-files/tags/ADR3
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/ADR3
-standard tag: ADR3
+standard tag: 'ADR3'
specification:
- Address Line 3
diff --git a/extracted-files/tags/AGE b/extracted-files/tags/AGE
index eb86eb44..16804e7e 100644
--- a/extracted-files/tags/AGE
+++ b/extracted-files/tags/AGE
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/AGE
-standard tag: AGE
+standard tag: 'AGE'
specification:
- Age at event
diff --git a/extracted-files/tags/AGNC b/extracted-files/tags/AGNC
index f55431b1..507a8332 100644
--- a/extracted-files/tags/AGNC
+++ b/extracted-files/tags/AGNC
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/AGNC
-standard tag: AGNC
+standard tag: 'AGNC'
specification:
- Responsible agency
diff --git a/extracted-files/tags/ALIA b/extracted-files/tags/ALIA
index ddc39cd3..8c4140cc 100644
--- a/extracted-files/tags/ALIA
+++ b/extracted-files/tags/ALIA
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/ALIA
-standard tag: ALIA
+standard tag: 'ALIA'
specification:
- Alias
diff --git a/extracted-files/tags/ANCI b/extracted-files/tags/ANCI
index 49d2ae45..dd50b7af 100644
--- a/extracted-files/tags/ANCI
+++ b/extracted-files/tags/ANCI
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/ANCI
-standard tag: ANCI
+standard tag: 'ANCI'
specification:
- Ancestor interest
diff --git a/extracted-files/tags/ANUL b/extracted-files/tags/ANUL
index a8e5d69f..25dfd80b 100644
--- a/extracted-files/tags/ANUL
+++ b/extracted-files/tags/ANUL
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/ANUL
-standard tag: ANUL
+standard tag: 'ANUL'
specification:
- Annulment
diff --git a/extracted-files/tags/ASSO b/extracted-files/tags/ASSO
index 4b881bb6..8402adde 100644
--- a/extracted-files/tags/ASSO
+++ b/extracted-files/tags/ASSO
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/ASSO
-standard tag: ASSO
+standard tag: 'ASSO'
specification:
- Associates
diff --git a/extracted-files/tags/AUTH b/extracted-files/tags/AUTH
index 3178ea80..c5e2bc09 100644
--- a/extracted-files/tags/AUTH
+++ b/extracted-files/tags/AUTH
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/AUTH
-standard tag: AUTH
+standard tag: 'AUTH'
specification:
- Author
diff --git a/extracted-files/tags/BAPL b/extracted-files/tags/BAPL
index 158870b2..25e5f341 100644
--- a/extracted-files/tags/BAPL
+++ b/extracted-files/tags/BAPL
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/BAPL
-standard tag: BAPL
+standard tag: 'BAPL'
specification:
- Baptism, Latter-Day Saint
diff --git a/extracted-files/tags/BAPM b/extracted-files/tags/BAPM
index 46940fad..5d7c4639 100644
--- a/extracted-files/tags/BAPM
+++ b/extracted-files/tags/BAPM
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/BAPM
-standard tag: BAPM
+standard tag: 'BAPM'
specification:
- Baptism
diff --git a/extracted-files/tags/BARM b/extracted-files/tags/BARM
index 0be38c75..5d4e20e5 100644
--- a/extracted-files/tags/BARM
+++ b/extracted-files/tags/BARM
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/BARM
-standard tag: BARM
+standard tag: 'BARM'
specification:
- Bar Mitzvah
diff --git a/extracted-files/tags/BASM b/extracted-files/tags/BASM
index 3639e82e..817948dd 100644
--- a/extracted-files/tags/BASM
+++ b/extracted-files/tags/BASM
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/BASM
-standard tag: BASM
+standard tag: 'BASM'
specification:
- Bas Mitzvah
diff --git a/extracted-files/tags/BIRT b/extracted-files/tags/BIRT
index 84691959..91b0e3d5 100644
--- a/extracted-files/tags/BIRT
+++ b/extracted-files/tags/BIRT
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/BIRT
-standard tag: BIRT
+standard tag: 'BIRT'
specification:
- Birth
diff --git a/extracted-files/tags/BLES b/extracted-files/tags/BLES
index 2f10e25a..42dfed77 100644
--- a/extracted-files/tags/BLES
+++ b/extracted-files/tags/BLES
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/BLES
-standard tag: BLES
+standard tag: 'BLES'
specification:
- Blessing
diff --git a/extracted-files/tags/BURI b/extracted-files/tags/BURI
index 04b252b5..daf2bb19 100644
--- a/extracted-files/tags/BURI
+++ b/extracted-files/tags/BURI
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/BURI
-standard tag: BURI
+standard tag: 'BURI'
specification:
- Depositing remains
diff --git a/extracted-files/tags/CALN b/extracted-files/tags/CALN
index d9a3fb75..ac3317f5 100644
--- a/extracted-files/tags/CALN
+++ b/extracted-files/tags/CALN
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/CALN
-standard tag: CALN
+standard tag: 'CALN'
specification:
- Call number
diff --git a/extracted-files/tags/CAST b/extracted-files/tags/CAST
index 1233537d..028405e1 100644
--- a/extracted-files/tags/CAST
+++ b/extracted-files/tags/CAST
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/CAST
-standard tag: CAST
+standard tag: 'CAST'
specification:
- Caste
diff --git a/extracted-files/tags/CAUS b/extracted-files/tags/CAUS
index d9701312..66f62c58 100644
--- a/extracted-files/tags/CAUS
+++ b/extracted-files/tags/CAUS
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/CAUS
-standard tag: CAUS
+standard tag: 'CAUS'
specification:
- Cause
diff --git a/extracted-files/tags/CHAN b/extracted-files/tags/CHAN
index 540f8db9..d34f3e8f 100644
--- a/extracted-files/tags/CHAN
+++ b/extracted-files/tags/CHAN
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/CHAN
-standard tag: CHAN
+standard tag: 'CHAN'
specification:
- Change
diff --git a/extracted-files/tags/CHIL b/extracted-files/tags/CHIL
index 653c67e8..128ee72e 100644
--- a/extracted-files/tags/CHIL
+++ b/extracted-files/tags/CHIL
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/CHIL
-standard tag: CHIL
+standard tag: 'CHIL'
specification:
- Child
diff --git a/extracted-files/tags/CHR b/extracted-files/tags/CHR
index cf46b27b..2dbda0cc 100644
--- a/extracted-files/tags/CHR
+++ b/extracted-files/tags/CHR
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/CHR
-standard tag: CHR
+standard tag: 'CHR'
specification:
- Christening
diff --git a/extracted-files/tags/CHRA b/extracted-files/tags/CHRA
index 881ebe4c..ce9d2590 100644
--- a/extracted-files/tags/CHRA
+++ b/extracted-files/tags/CHRA
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/CHRA
-standard tag: CHRA
+standard tag: 'CHRA'
specification:
- Christening, adult
diff --git a/extracted-files/tags/CITY b/extracted-files/tags/CITY
index 945ece1b..ec3b92f1 100644
--- a/extracted-files/tags/CITY
+++ b/extracted-files/tags/CITY
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/CITY
-standard tag: CITY
+standard tag: 'CITY'
specification:
- City
diff --git a/extracted-files/tags/CONF b/extracted-files/tags/CONF
index 84d6caf1..098462a6 100644
--- a/extracted-files/tags/CONF
+++ b/extracted-files/tags/CONF
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/CONF
-standard tag: CONF
+standard tag: 'CONF'
specification:
- Confirmation
diff --git a/extracted-files/tags/CONL b/extracted-files/tags/CONL
index 65ddbb71..4dc9a92f 100644
--- a/extracted-files/tags/CONL
+++ b/extracted-files/tags/CONL
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/CONL
-standard tag: CONL
+standard tag: 'CONL'
specification:
- Confirmation, Latter-Day Saint
diff --git a/extracted-files/tags/CONT b/extracted-files/tags/CONT
index 8b92b381..1dbacbc6 100644
--- a/extracted-files/tags/CONT
+++ b/extracted-files/tags/CONT
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/CONT
-standard tag: CONT
+standard tag: 'CONT'
specification:
- Continued
diff --git a/extracted-files/tags/COPR b/extracted-files/tags/COPR
index c6a8062e..31083f22 100644
--- a/extracted-files/tags/COPR
+++ b/extracted-files/tags/COPR
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/COPR
-standard tag: COPR
+standard tag: 'COPR'
specification:
- Copyright
diff --git a/extracted-files/tags/CORP b/extracted-files/tags/CORP
index ab5f69f1..a8d84105 100644
--- a/extracted-files/tags/CORP
+++ b/extracted-files/tags/CORP
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/CORP
-standard tag: CORP
+standard tag: 'CORP'
specification:
- Corporate name
diff --git a/extracted-files/tags/CREA b/extracted-files/tags/CREA
index f905775a..e89164dd 100644
--- a/extracted-files/tags/CREA
+++ b/extracted-files/tags/CREA
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/CREA
-standard tag: CREA
+standard tag: 'CREA'
specification:
- Creation
diff --git a/extracted-files/tags/CREM b/extracted-files/tags/CREM
index c8c9d58c..c80ee449 100644
--- a/extracted-files/tags/CREM
+++ b/extracted-files/tags/CREM
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/CREM
-standard tag: CREM
+standard tag: 'CREM'
specification:
- Cremation
diff --git a/extracted-files/tags/CROP b/extracted-files/tags/CROP
index 9f52adc9..e84bf796 100644
--- a/extracted-files/tags/CROP
+++ b/extracted-files/tags/CROP
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/CROP
-standard tag: CROP
+standard tag: 'CROP'
specification:
- Crop
diff --git a/extracted-files/tags/CTRY b/extracted-files/tags/CTRY
index 29e8683d..4c759c33 100644
--- a/extracted-files/tags/CTRY
+++ b/extracted-files/tags/CTRY
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/CTRY
-standard tag: CTRY
+standard tag: 'CTRY'
specification:
- Country
diff --git a/extracted-files/tags/DATA b/extracted-files/tags/DATA
index 31b6ab0b..80329b96 100644
--- a/extracted-files/tags/DATA
+++ b/extracted-files/tags/DATA
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/DATA
-standard tag: DATA
+standard tag: 'DATA'
specification:
- Data
diff --git a/extracted-files/tags/DATA-EVEN b/extracted-files/tags/DATA-EVEN
index 886c74ba..09390254 100644
--- a/extracted-files/tags/DATA-EVEN
+++ b/extracted-files/tags/DATA-EVEN
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/DATA-EVEN
-standard tag: EVEN
+standard tag: 'EVEN'
specification:
- Event
diff --git a/extracted-files/tags/DATA-EVEN-DATE b/extracted-files/tags/DATA-EVEN-DATE
index f7b2e760..54dd8460 100644
--- a/extracted-files/tags/DATA-EVEN-DATE
+++ b/extracted-files/tags/DATA-EVEN-DATE
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/DATA-EVEN-DATE
-standard tag: DATE
+standard tag: 'DATE'
specification:
- Date
diff --git a/extracted-files/tags/DATE b/extracted-files/tags/DATE
index 3ff081d1..32c247b2 100644
--- a/extracted-files/tags/DATE
+++ b/extracted-files/tags/DATE
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/DATE
-standard tag: DATE
+standard tag: 'DATE'
specification:
- Date
diff --git a/extracted-files/tags/DATE-exact b/extracted-files/tags/DATE-exact
index f3c85bde..1ffcadbd 100644
--- a/extracted-files/tags/DATE-exact
+++ b/extracted-files/tags/DATE-exact
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/DATE-exact
-standard tag: DATE
+standard tag: 'DATE'
specification:
- Date
diff --git a/extracted-files/tags/DEAT b/extracted-files/tags/DEAT
index 35e8a1da..98634631 100644
--- a/extracted-files/tags/DEAT
+++ b/extracted-files/tags/DEAT
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/DEAT
-standard tag: DEAT
+standard tag: 'DEAT'
specification:
- Death
diff --git a/extracted-files/tags/DESI b/extracted-files/tags/DESI
index 34d2d19b..eb2371e8 100644
--- a/extracted-files/tags/DESI
+++ b/extracted-files/tags/DESI
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/DESI
-standard tag: DESI
+standard tag: 'DESI'
specification:
- Descendant Interest
diff --git a/extracted-files/tags/DEST b/extracted-files/tags/DEST
index 53acb0ff..9cc0b254 100644
--- a/extracted-files/tags/DEST
+++ b/extracted-files/tags/DEST
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/DEST
-standard tag: DEST
+standard tag: 'DEST'
specification:
- Destination
diff --git a/extracted-files/tags/DIV b/extracted-files/tags/DIV
index b7d7a4ac..e34077b3 100644
--- a/extracted-files/tags/DIV
+++ b/extracted-files/tags/DIV
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/DIV
-standard tag: DIV
+standard tag: 'DIV'
specification:
- Divorce
diff --git a/extracted-files/tags/DIVF b/extracted-files/tags/DIVF
index 7ed3c983..51bc166e 100644
--- a/extracted-files/tags/DIVF
+++ b/extracted-files/tags/DIVF
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/DIVF
-standard tag: DIVF
+standard tag: 'DIVF'
specification:
- Divorce filing
diff --git a/extracted-files/tags/DSCR b/extracted-files/tags/DSCR
index 8feee1e2..0aba4b75 100644
--- a/extracted-files/tags/DSCR
+++ b/extracted-files/tags/DSCR
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/DSCR
-standard tag: DSCR
+standard tag: 'DSCR'
specification:
- Description
diff --git a/extracted-files/tags/EDUC b/extracted-files/tags/EDUC
index af5ff499..43a30a35 100644
--- a/extracted-files/tags/EDUC
+++ b/extracted-files/tags/EDUC
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/EDUC
-standard tag: EDUC
+standard tag: 'EDUC'
specification:
- Education
diff --git a/extracted-files/tags/EMAIL b/extracted-files/tags/EMAIL
index 99c93abd..2b0bfea6 100644
--- a/extracted-files/tags/EMAIL
+++ b/extracted-files/tags/EMAIL
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/EMAIL
-standard tag: EMAIL
+standard tag: 'EMAIL'
specification:
- Email
diff --git a/extracted-files/tags/EMIG b/extracted-files/tags/EMIG
index 96cf235b..8693b765 100644
--- a/extracted-files/tags/EMIG
+++ b/extracted-files/tags/EMIG
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/EMIG
-standard tag: EMIG
+standard tag: 'EMIG'
specification:
- Emigration
diff --git a/extracted-files/tags/ENDL b/extracted-files/tags/ENDL
index 9753ec72..59df8c22 100644
--- a/extracted-files/tags/ENDL
+++ b/extracted-files/tags/ENDL
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/ENDL
-standard tag: ENDL
+standard tag: 'ENDL'
specification:
- Endowment, Latter-Day Saint
diff --git a/extracted-files/tags/ENGA b/extracted-files/tags/ENGA
index 311f3055..35cfbabc 100644
--- a/extracted-files/tags/ENGA
+++ b/extracted-files/tags/ENGA
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/ENGA
-standard tag: ENGA
+standard tag: 'ENGA'
specification:
- Engagement
diff --git a/extracted-files/tags/EXID b/extracted-files/tags/EXID
index d917f9f7..4f67b051 100644
--- a/extracted-files/tags/EXID
+++ b/extracted-files/tags/EXID
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/EXID
-standard tag: EXID
+standard tag: 'EXID'
specification:
- External Identifier
diff --git a/extracted-files/tags/EXID-TYPE b/extracted-files/tags/EXID-TYPE
index f78e0fbe..75e83393 100644
--- a/extracted-files/tags/EXID-TYPE
+++ b/extracted-files/tags/EXID-TYPE
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/EXID-TYPE
-standard tag: TYPE
+standard tag: 'TYPE'
specification:
- Type
diff --git a/extracted-files/tags/FAM-CENS b/extracted-files/tags/FAM-CENS
index ba52c8e6..f7b67250 100644
--- a/extracted-files/tags/FAM-CENS
+++ b/extracted-files/tags/FAM-CENS
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/FAM-CENS
-standard tag: CENS
+standard tag: 'CENS'
specification:
- Census
diff --git a/extracted-files/tags/FAM-EVEN b/extracted-files/tags/FAM-EVEN
index 62a891f4..10a18fac 100644
--- a/extracted-files/tags/FAM-EVEN
+++ b/extracted-files/tags/FAM-EVEN
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/FAM-EVEN
-standard tag: EVEN
+standard tag: 'EVEN'
specification:
- Event
diff --git a/extracted-files/tags/FAM-FACT b/extracted-files/tags/FAM-FACT
index abd7d695..909ec13c 100644
--- a/extracted-files/tags/FAM-FACT
+++ b/extracted-files/tags/FAM-FACT
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/FAM-FACT
-standard tag: FACT
+standard tag: 'FACT'
specification:
- Fact
diff --git a/extracted-files/tags/FAM-HUSB b/extracted-files/tags/FAM-HUSB
index 17166c04..67768539 100644
--- a/extracted-files/tags/FAM-HUSB
+++ b/extracted-files/tags/FAM-HUSB
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/FAM-HUSB
-standard tag: HUSB
+standard tag: 'HUSB'
specification:
- Husband
diff --git a/extracted-files/tags/FAM-NCHI b/extracted-files/tags/FAM-NCHI
index 235c8a66..2423c556 100644
--- a/extracted-files/tags/FAM-NCHI
+++ b/extracted-files/tags/FAM-NCHI
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/FAM-NCHI
-standard tag: NCHI
+standard tag: 'NCHI'
specification:
- Number of children
diff --git a/extracted-files/tags/FAM-RESI b/extracted-files/tags/FAM-RESI
index 17e0e529..3bd04d1e 100644
--- a/extracted-files/tags/FAM-RESI
+++ b/extracted-files/tags/FAM-RESI
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/FAM-RESI
-standard tag: RESI
+standard tag: 'RESI'
specification:
- Residence
diff --git a/extracted-files/tags/FAM-WIFE b/extracted-files/tags/FAM-WIFE
index 07c9b81c..546b3143 100644
--- a/extracted-files/tags/FAM-WIFE
+++ b/extracted-files/tags/FAM-WIFE
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/FAM-WIFE
-standard tag: WIFE
+standard tag: 'WIFE'
specification:
- Wife
diff --git a/extracted-files/tags/FAMC b/extracted-files/tags/FAMC
index e93f5d64..4a2ff00d 100644
--- a/extracted-files/tags/FAMC
+++ b/extracted-files/tags/FAMC
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/FAMC
-standard tag: FAMC
+standard tag: 'FAMC'
specification:
- Family child
diff --git a/extracted-files/tags/FAMC-ADOP b/extracted-files/tags/FAMC-ADOP
index a3c2005c..82ef8680 100644
--- a/extracted-files/tags/FAMC-ADOP
+++ b/extracted-files/tags/FAMC-ADOP
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/FAMC-ADOP
-standard tag: ADOP
+standard tag: 'ADOP'
specification:
- Adoption
diff --git a/extracted-files/tags/FAMC-STAT b/extracted-files/tags/FAMC-STAT
index 62c5dfef..5a3be2a6 100644
--- a/extracted-files/tags/FAMC-STAT
+++ b/extracted-files/tags/FAMC-STAT
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/FAMC-STAT
-standard tag: STAT
+standard tag: 'STAT'
specification:
- Status
diff --git a/extracted-files/tags/FAMS b/extracted-files/tags/FAMS
index 44c68aea..5a2161e4 100644
--- a/extracted-files/tags/FAMS
+++ b/extracted-files/tags/FAMS
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/FAMS
-standard tag: FAMS
+standard tag: 'FAMS'
specification:
- Family spouse
diff --git a/extracted-files/tags/FAX b/extracted-files/tags/FAX
index 2b54958b..04916020 100644
--- a/extracted-files/tags/FAX
+++ b/extracted-files/tags/FAX
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/FAX
-standard tag: FAX
+standard tag: 'FAX'
specification:
- Facsimile
diff --git a/extracted-files/tags/FCOM b/extracted-files/tags/FCOM
index 125df9ef..7ec28b87 100644
--- a/extracted-files/tags/FCOM
+++ b/extracted-files/tags/FCOM
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/FCOM
-standard tag: FCOM
+standard tag: 'FCOM'
specification:
- First communion
diff --git a/extracted-files/tags/FILE b/extracted-files/tags/FILE
index 96d6989d..9ff0b508 100644
--- a/extracted-files/tags/FILE
+++ b/extracted-files/tags/FILE
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/FILE
-standard tag: FILE
+standard tag: 'FILE'
specification:
- File reference
diff --git a/extracted-files/tags/FILE-TRAN b/extracted-files/tags/FILE-TRAN
index 051c9f72..629aec88 100644
--- a/extracted-files/tags/FILE-TRAN
+++ b/extracted-files/tags/FILE-TRAN
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/FILE-TRAN
-standard tag: TRAN
+standard tag: 'TRAN'
specification:
- Translation
diff --git a/extracted-files/tags/FORM b/extracted-files/tags/FORM
index 82f1e476..e1361037 100644
--- a/extracted-files/tags/FORM
+++ b/extracted-files/tags/FORM
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/FORM
-standard tag: FORM
+standard tag: 'FORM'
specification:
- Format
diff --git a/extracted-files/tags/GEDC b/extracted-files/tags/GEDC
index ad44d8a6..061ade4d 100644
--- a/extracted-files/tags/GEDC
+++ b/extracted-files/tags/GEDC
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/GEDC
-standard tag: GEDC
+standard tag: 'GEDC'
specification:
- GEDCOM
diff --git a/extracted-files/tags/GEDC-VERS b/extracted-files/tags/GEDC-VERS
index 3baead1c..e2842671 100644
--- a/extracted-files/tags/GEDC-VERS
+++ b/extracted-files/tags/GEDC-VERS
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/GEDC-VERS
-standard tag: VERS
+standard tag: 'VERS'
specification:
- Version
diff --git a/extracted-files/tags/GIVN b/extracted-files/tags/GIVN
index 3de6743b..28d43ab4 100644
--- a/extracted-files/tags/GIVN
+++ b/extracted-files/tags/GIVN
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/GIVN
-standard tag: GIVN
+standard tag: 'GIVN'
specification:
- Given name
diff --git a/extracted-files/tags/GRAD b/extracted-files/tags/GRAD
index 7d5efe79..13985b8c 100644
--- a/extracted-files/tags/GRAD
+++ b/extracted-files/tags/GRAD
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/GRAD
-standard tag: GRAD
+standard tag: 'GRAD'
specification:
- Graduation
diff --git a/extracted-files/tags/HEAD b/extracted-files/tags/HEAD
index 25589788..eafb6cb7 100644
--- a/extracted-files/tags/HEAD
+++ b/extracted-files/tags/HEAD
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/HEAD
-standard tag: HEAD
+standard tag: 'HEAD'
specification:
- Header
@@ -22,9 +22,16 @@ specification:
details.
- `SOUR` describes the originating software.
- `CORP` describes the corporation creating the software.
- - `HEAD`.`SOUR`.`DATA` describes a larger database this data is extracted
- from.
+ - `HEAD`.`SOUR`.`DATA` describes a larger database, electronic data source,
+ or digital repository this data is extracted from.
- `LANG` and `PLAC` give a default value for the rest of the document.
+
+
+
+ `HEAD`.`SOUR`.`DATA` is now deprecated and applications should use
+ `HEAD`.`SOUR`.`NAME` instead.
+
+
label: 'Header'
diff --git a/extracted-files/tags/HEAD-DATE b/extracted-files/tags/HEAD-DATE
index dd2c7673..c75705c0 100644
--- a/extracted-files/tags/HEAD-DATE
+++ b/extracted-files/tags/HEAD-DATE
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/HEAD-DATE
-standard tag: DATE
+standard tag: 'DATE'
specification:
- Date
diff --git a/extracted-files/tags/HEAD-LANG b/extracted-files/tags/HEAD-LANG
index f2595e59..86162fab 100644
--- a/extracted-files/tags/HEAD-LANG
+++ b/extracted-files/tags/HEAD-LANG
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/HEAD-LANG
-standard tag: LANG
+standard tag: 'LANG'
specification:
- Language
diff --git a/extracted-files/tags/HEAD-PLAC b/extracted-files/tags/HEAD-PLAC
index 4c3b5c45..40015713 100644
--- a/extracted-files/tags/HEAD-PLAC
+++ b/extracted-files/tags/HEAD-PLAC
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/HEAD-PLAC
-standard tag: PLAC
+standard tag: 'PLAC'
specification:
- Place
diff --git a/extracted-files/tags/HEAD-PLAC-FORM b/extracted-files/tags/HEAD-PLAC-FORM
index f32d3fa9..aa166470 100644
--- a/extracted-files/tags/HEAD-PLAC-FORM
+++ b/extracted-files/tags/HEAD-PLAC-FORM
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/HEAD-PLAC-FORM
-standard tag: FORM
+standard tag: 'FORM'
specification:
- Format
diff --git a/extracted-files/tags/HEAD-SOUR b/extracted-files/tags/HEAD-SOUR
index 06209138..967a8d60 100644
--- a/extracted-files/tags/HEAD-SOUR
+++ b/extracted-files/tags/HEAD-SOUR
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/HEAD-SOUR
-standard tag: SOUR
+standard tag: 'SOUR'
specification:
- Source
diff --git a/extracted-files/tags/HEAD-SOUR-DATA b/extracted-files/tags/HEAD-SOUR-DATA
index 01127348..ddd98ff9 100644
--- a/extracted-files/tags/HEAD-SOUR-DATA
+++ b/extracted-files/tags/HEAD-SOUR-DATA
@@ -6,13 +6,14 @@ type: structure
uri: https://gedcom.io/terms/v7/HEAD-SOUR-DATA
-standard tag: DATA
+standard tag: 'DATA'
specification:
- Data
- - The electronic data source or digital repository from which this dataset was
- exported. The payload is the name of that source, with substructures providing
- additional details about the source (not the export).
+ - The database, electronic data source, or digital repository from which this
+ dataset was exported. The payload is the name of the database, electronic data
+ source, or digital repository, with substructures providing additional details
+ about it (not about the export).
label: 'Data'
diff --git a/extracted-files/tags/HEIGHT b/extracted-files/tags/HEIGHT
index cb4f52b0..d64a9135 100644
--- a/extracted-files/tags/HEIGHT
+++ b/extracted-files/tags/HEIGHT
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/HEIGHT
-standard tag: HEIGHT
+standard tag: 'HEIGHT'
specification:
- Height in pixels
diff --git a/extracted-files/tags/HUSB b/extracted-files/tags/HUSB
index 33102ecf..f4d86efc 100644
--- a/extracted-files/tags/HUSB
+++ b/extracted-files/tags/HUSB
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/HUSB
-standard tag: HUSB
+standard tag: 'HUSB'
specification:
- Husband
diff --git a/extracted-files/tags/IDNO b/extracted-files/tags/IDNO
index 1b69d29a..dca83b54 100644
--- a/extracted-files/tags/IDNO
+++ b/extracted-files/tags/IDNO
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/IDNO
-standard tag: IDNO
+standard tag: 'IDNO'
specification:
- Identification number
diff --git a/extracted-files/tags/IMMI b/extracted-files/tags/IMMI
index a8f6d1bf..991b2420 100644
--- a/extracted-files/tags/IMMI
+++ b/extracted-files/tags/IMMI
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/IMMI
-standard tag: IMMI
+standard tag: 'IMMI'
specification:
- Immigration
diff --git a/extracted-files/tags/INDI-CENS b/extracted-files/tags/INDI-CENS
index 4011ae39..f3305bef 100644
--- a/extracted-files/tags/INDI-CENS
+++ b/extracted-files/tags/INDI-CENS
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/INDI-CENS
-standard tag: CENS
+standard tag: 'CENS'
specification:
- Census
diff --git a/extracted-files/tags/INDI-EVEN b/extracted-files/tags/INDI-EVEN
index efb21127..eafb0aef 100644
--- a/extracted-files/tags/INDI-EVEN
+++ b/extracted-files/tags/INDI-EVEN
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/INDI-EVEN
-standard tag: EVEN
+standard tag: 'EVEN'
specification:
- Event
diff --git a/extracted-files/tags/INDI-FACT b/extracted-files/tags/INDI-FACT
index 97919576..ae6d48d0 100644
--- a/extracted-files/tags/INDI-FACT
+++ b/extracted-files/tags/INDI-FACT
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/INDI-FACT
-standard tag: FACT
+standard tag: 'FACT'
specification:
- Fact
diff --git a/extracted-files/tags/INDI-FAMC b/extracted-files/tags/INDI-FAMC
index 2aac6db1..44ab2407 100644
--- a/extracted-files/tags/INDI-FAMC
+++ b/extracted-files/tags/INDI-FAMC
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/INDI-FAMC
-standard tag: FAMC
+standard tag: 'FAMC'
specification:
- Family child
diff --git a/extracted-files/tags/INDI-NAME b/extracted-files/tags/INDI-NAME
index 8e0f4457..280ac1a3 100644
--- a/extracted-files/tags/INDI-NAME
+++ b/extracted-files/tags/INDI-NAME
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/INDI-NAME
-standard tag: NAME
+standard tag: 'NAME'
specification:
- Name
diff --git a/extracted-files/tags/INDI-NCHI b/extracted-files/tags/INDI-NCHI
index d830ebad..2f6982a1 100644
--- a/extracted-files/tags/INDI-NCHI
+++ b/extracted-files/tags/INDI-NCHI
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/INDI-NCHI
-standard tag: NCHI
+standard tag: 'NCHI'
specification:
- Number of children
diff --git a/extracted-files/tags/INDI-RELI b/extracted-files/tags/INDI-RELI
index cbde1dd5..1d4b82d3 100644
--- a/extracted-files/tags/INDI-RELI
+++ b/extracted-files/tags/INDI-RELI
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/INDI-RELI
-standard tag: RELI
+standard tag: 'RELI'
specification:
- Religion
diff --git a/extracted-files/tags/INDI-RESI b/extracted-files/tags/INDI-RESI
index 75907206..25b74a5d 100644
--- a/extracted-files/tags/INDI-RESI
+++ b/extracted-files/tags/INDI-RESI
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/INDI-RESI
-standard tag: RESI
+standard tag: 'RESI'
specification:
- Residence
diff --git a/extracted-files/tags/INDI-TITL b/extracted-files/tags/INDI-TITL
index 8ad59911..b54ba5cf 100644
--- a/extracted-files/tags/INDI-TITL
+++ b/extracted-files/tags/INDI-TITL
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/INDI-TITL
-standard tag: TITL
+standard tag: 'TITL'
specification:
- Title
diff --git a/extracted-files/tags/INIL b/extracted-files/tags/INIL
index f40662ef..1e5c106a 100644
--- a/extracted-files/tags/INIL
+++ b/extracted-files/tags/INIL
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/INIL
-standard tag: INIL
+standard tag: 'INIL'
specification:
- Initiatory, Latter-Day Saint
diff --git a/extracted-files/tags/LANG b/extracted-files/tags/LANG
index c5d33d1a..91f2f911 100644
--- a/extracted-files/tags/LANG
+++ b/extracted-files/tags/LANG
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/LANG
-standard tag: LANG
+standard tag: 'LANG'
specification:
- Language
diff --git a/extracted-files/tags/LATI b/extracted-files/tags/LATI
index 56518ba5..b583eb21 100644
--- a/extracted-files/tags/LATI
+++ b/extracted-files/tags/LATI
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/LATI
-standard tag: LATI
+standard tag: 'LATI'
specification:
- Latitude
diff --git a/extracted-files/tags/LEFT b/extracted-files/tags/LEFT
index 0a4c3f7a..64e98e3e 100644
--- a/extracted-files/tags/LEFT
+++ b/extracted-files/tags/LEFT
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/LEFT
-standard tag: LEFT
+standard tag: 'LEFT'
specification:
- Left crop width
diff --git a/extracted-files/tags/LONG b/extracted-files/tags/LONG
index f3b9b2cd..b445542e 100644
--- a/extracted-files/tags/LONG
+++ b/extracted-files/tags/LONG
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/LONG
-standard tag: LONG
+standard tag: 'LONG'
specification:
- Longitude
diff --git a/extracted-files/tags/MAP b/extracted-files/tags/MAP
index 710c0ec6..ab3648a4 100644
--- a/extracted-files/tags/MAP
+++ b/extracted-files/tags/MAP
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/MAP
-standard tag: MAP
+standard tag: 'MAP'
specification:
- Map
diff --git a/extracted-files/tags/MARB b/extracted-files/tags/MARB
index 84b1805e..938a97f3 100644
--- a/extracted-files/tags/MARB
+++ b/extracted-files/tags/MARB
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/MARB
-standard tag: MARB
+standard tag: 'MARB'
specification:
- Marriage banns
diff --git a/extracted-files/tags/MARC b/extracted-files/tags/MARC
index 7986abd2..edebb250 100644
--- a/extracted-files/tags/MARC
+++ b/extracted-files/tags/MARC
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/MARC
-standard tag: MARC
+standard tag: 'MARC'
specification:
- Marriage contract
diff --git a/extracted-files/tags/MARL b/extracted-files/tags/MARL
index d6880fa1..db98311b 100644
--- a/extracted-files/tags/MARL
+++ b/extracted-files/tags/MARL
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/MARL
-standard tag: MARL
+standard tag: 'MARL'
specification:
- Marriage license
diff --git a/extracted-files/tags/MARR b/extracted-files/tags/MARR
index 5759a0fa..3412712c 100644
--- a/extracted-files/tags/MARR
+++ b/extracted-files/tags/MARR
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/MARR
-standard tag: MARR
+standard tag: 'MARR'
specification:
- Marriage
diff --git a/extracted-files/tags/MARS b/extracted-files/tags/MARS
index 780f8e85..051472ae 100644
--- a/extracted-files/tags/MARS
+++ b/extracted-files/tags/MARS
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/MARS
-standard tag: MARS
+standard tag: 'MARS'
specification:
- Marriage settlement
diff --git a/extracted-files/tags/MEDI b/extracted-files/tags/MEDI
index 39996fc2..8aa33174 100644
--- a/extracted-files/tags/MEDI
+++ b/extracted-files/tags/MEDI
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/MEDI
-standard tag: MEDI
+standard tag: 'MEDI'
specification:
- Medium
diff --git a/extracted-files/tags/MIME b/extracted-files/tags/MIME
index 9ebb3526..a65971b4 100644
--- a/extracted-files/tags/MIME
+++ b/extracted-files/tags/MIME
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/MIME
-standard tag: MIME
+standard tag: 'MIME'
specification:
- Media type
diff --git a/extracted-files/tags/NAME b/extracted-files/tags/NAME
index db99daf1..1648bb43 100644
--- a/extracted-files/tags/NAME
+++ b/extracted-files/tags/NAME
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/NAME
-standard tag: NAME
+standard tag: 'NAME'
specification:
- Name
diff --git a/extracted-files/tags/NAME-TRAN b/extracted-files/tags/NAME-TRAN
index 88958898..d7c645fa 100644
--- a/extracted-files/tags/NAME-TRAN
+++ b/extracted-files/tags/NAME-TRAN
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/NAME-TRAN
-standard tag: TRAN
+standard tag: 'TRAN'
specification:
- Translation
diff --git a/extracted-files/tags/NAME-TYPE b/extracted-files/tags/NAME-TYPE
index 0d1bceb0..6399f7a1 100644
--- a/extracted-files/tags/NAME-TYPE
+++ b/extracted-files/tags/NAME-TYPE
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/NAME-TYPE
-standard tag: TYPE
+standard tag: 'TYPE'
specification:
- Type
diff --git a/extracted-files/tags/NATI b/extracted-files/tags/NATI
index 3d1354af..875f8c57 100644
--- a/extracted-files/tags/NATI
+++ b/extracted-files/tags/NATI
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/NATI
-standard tag: NATI
+standard tag: 'NATI'
specification:
- Nationality
diff --git a/extracted-files/tags/NATU b/extracted-files/tags/NATU
index 7c7fc77c..dee2c40c 100644
--- a/extracted-files/tags/NATU
+++ b/extracted-files/tags/NATU
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/NATU
-standard tag: NATU
+standard tag: 'NATU'
specification:
- Naturalization
diff --git a/extracted-files/tags/NICK b/extracted-files/tags/NICK
index 1e905391..d3fcd4b4 100644
--- a/extracted-files/tags/NICK
+++ b/extracted-files/tags/NICK
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/NICK
-standard tag: NICK
+standard tag: 'NICK'
specification:
- Nickname
diff --git a/extracted-files/tags/NMR b/extracted-files/tags/NMR
index 37fe5b46..e06d2058 100644
--- a/extracted-files/tags/NMR
+++ b/extracted-files/tags/NMR
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/NMR
-standard tag: NMR
+standard tag: 'NMR'
specification:
- Number of marriages
diff --git a/extracted-files/tags/NO-DATE b/extracted-files/tags/NO-DATE
index 70a4dfdc..cb061772 100644
--- a/extracted-files/tags/NO-DATE
+++ b/extracted-files/tags/NO-DATE
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/NO-DATE
-standard tag: DATE
+standard tag: 'DATE'
specification:
- Date
diff --git a/extracted-files/tags/NOTE b/extracted-files/tags/NOTE
index e5049be3..c6bf236b 100644
--- a/extracted-files/tags/NOTE
+++ b/extracted-files/tags/NOTE
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/NOTE
-standard tag: NOTE
+standard tag: 'NOTE'
specification:
- Note
diff --git a/extracted-files/tags/NOTE-TRAN b/extracted-files/tags/NOTE-TRAN
index b629a4e7..f83e8dcb 100644
--- a/extracted-files/tags/NOTE-TRAN
+++ b/extracted-files/tags/NOTE-TRAN
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/NOTE-TRAN
-standard tag: TRAN
+standard tag: 'TRAN'
specification:
- Translation
diff --git a/extracted-files/tags/NPFX b/extracted-files/tags/NPFX
index 755f3fad..8bf04b59 100644
--- a/extracted-files/tags/NPFX
+++ b/extracted-files/tags/NPFX
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/NPFX
-standard tag: NPFX
+standard tag: 'NPFX'
specification:
- Name prefix
diff --git a/extracted-files/tags/NSFX b/extracted-files/tags/NSFX
index 96e08e5a..ef3253dc 100644
--- a/extracted-files/tags/NSFX
+++ b/extracted-files/tags/NSFX
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/NSFX
-standard tag: NSFX
+standard tag: 'NSFX'
specification:
- Name suffix
diff --git a/extracted-files/tags/OBJE b/extracted-files/tags/OBJE
index 27f19fce..7c3332ac 100644
--- a/extracted-files/tags/OBJE
+++ b/extracted-files/tags/OBJE
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/OBJE
-standard tag: OBJE
+standard tag: 'OBJE'
specification:
- Object
diff --git a/extracted-files/tags/OCCU b/extracted-files/tags/OCCU
index 230124f5..4112f064 100644
--- a/extracted-files/tags/OCCU
+++ b/extracted-files/tags/OCCU
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/OCCU
-standard tag: OCCU
+standard tag: 'OCCU'
specification:
- Occupation
diff --git a/extracted-files/tags/ORDN b/extracted-files/tags/ORDN
index 4ae81d10..52d32c3d 100644
--- a/extracted-files/tags/ORDN
+++ b/extracted-files/tags/ORDN
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/ORDN
-standard tag: ORDN
+standard tag: 'ORDN'
specification:
- Ordination
diff --git a/extracted-files/tags/PAGE b/extracted-files/tags/PAGE
index 2aeb0581..ea44544e 100644
--- a/extracted-files/tags/PAGE
+++ b/extracted-files/tags/PAGE
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/PAGE
-standard tag: PAGE
+standard tag: 'PAGE'
specification:
- Page
diff --git a/extracted-files/tags/PEDI b/extracted-files/tags/PEDI
index d2f60bec..ae39140b 100644
--- a/extracted-files/tags/PEDI
+++ b/extracted-files/tags/PEDI
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/PEDI
-standard tag: PEDI
+standard tag: 'PEDI'
specification:
- Pedigree
diff --git a/extracted-files/tags/PHON b/extracted-files/tags/PHON
index 048e46fd..1dbdced1 100644
--- a/extracted-files/tags/PHON
+++ b/extracted-files/tags/PHON
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/PHON
-standard tag: PHON
+standard tag: 'PHON'
specification:
- Phone
diff --git a/extracted-files/tags/PHRASE b/extracted-files/tags/PHRASE
index bdfcd3bc..2c002f55 100644
--- a/extracted-files/tags/PHRASE
+++ b/extracted-files/tags/PHRASE
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/PHRASE
-standard tag: PHRASE
+standard tag: 'PHRASE'
specification:
- Phrase
diff --git a/extracted-files/tags/PLAC b/extracted-files/tags/PLAC
index bd10305c..f643f2ce 100644
--- a/extracted-files/tags/PLAC
+++ b/extracted-files/tags/PLAC
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/PLAC
-standard tag: PLAC
+standard tag: 'PLAC'
specification:
- Place
@@ -41,6 +41,12 @@ specification:
defined in this specification beyond being names of jurisdictions of some
kind, ordered from smallest to largest.
+
+ Some applications and users have defaulted to assuming a `FORM` of "City, County, State, Country",
+ and some applications even ignore any `FORM` substructures and treat payloads with a smaller number of
+ elements as if they had additional blank elements at the end.
+
+
Elements should be left blank if they are unknown, do not apply to the
location, or are too specific for the region in question.
diff --git a/extracted-files/tags/PLAC-FORM b/extracted-files/tags/PLAC-FORM
index 3b1603f3..8161d411 100644
--- a/extracted-files/tags/PLAC-FORM
+++ b/extracted-files/tags/PLAC-FORM
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/PLAC-FORM
-standard tag: FORM
+standard tag: 'FORM'
specification:
- Format
diff --git a/extracted-files/tags/PLAC-TRAN b/extracted-files/tags/PLAC-TRAN
index 6dcec012..33966604 100644
--- a/extracted-files/tags/PLAC-TRAN
+++ b/extracted-files/tags/PLAC-TRAN
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/PLAC-TRAN
-standard tag: TRAN
+standard tag: 'TRAN'
specification:
- Translation
diff --git a/extracted-files/tags/POST b/extracted-files/tags/POST
index 255f37cb..58d30f93 100644
--- a/extracted-files/tags/POST
+++ b/extracted-files/tags/POST
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/POST
-standard tag: POST
+standard tag: 'POST'
specification:
- Postal code
diff --git a/extracted-files/tags/PROB b/extracted-files/tags/PROB
index 17841347..c2984335 100644
--- a/extracted-files/tags/PROB
+++ b/extracted-files/tags/PROB
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/PROB
-standard tag: PROB
+standard tag: 'PROB'
specification:
- Probate
diff --git a/extracted-files/tags/PROP b/extracted-files/tags/PROP
index 293f8ea9..c425cffb 100644
--- a/extracted-files/tags/PROP
+++ b/extracted-files/tags/PROP
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/PROP
-standard tag: PROP
+standard tag: 'PROP'
specification:
- Property
diff --git a/extracted-files/tags/PUBL b/extracted-files/tags/PUBL
index 34e169a4..187da42f 100644
--- a/extracted-files/tags/PUBL
+++ b/extracted-files/tags/PUBL
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/PUBL
-standard tag: PUBL
+standard tag: 'PUBL'
specification:
- Publication
diff --git a/extracted-files/tags/QUAY b/extracted-files/tags/QUAY
index 315a05aa..1cced205 100644
--- a/extracted-files/tags/QUAY
+++ b/extracted-files/tags/QUAY
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/QUAY
-standard tag: QUAY
+standard tag: 'QUAY'
specification:
- Quality of data
diff --git a/extracted-files/tags/REFN b/extracted-files/tags/REFN
index ce19c210..3b209617 100644
--- a/extracted-files/tags/REFN
+++ b/extracted-files/tags/REFN
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/REFN
-standard tag: REFN
+standard tag: 'REFN'
specification:
- Reference
diff --git a/extracted-files/tags/RELI b/extracted-files/tags/RELI
index 2ab5c538..9650917d 100644
--- a/extracted-files/tags/RELI
+++ b/extracted-files/tags/RELI
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/RELI
-standard tag: RELI
+standard tag: 'RELI'
specification:
- Religion
diff --git a/extracted-files/tags/REPO b/extracted-files/tags/REPO
index 5379ec5b..d8d1ad74 100644
--- a/extracted-files/tags/REPO
+++ b/extracted-files/tags/REPO
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/REPO
-standard tag: REPO
+standard tag: 'REPO'
specification:
- Repository
diff --git a/extracted-files/tags/RESN b/extracted-files/tags/RESN
index 27eac855..34e08e82 100644
--- a/extracted-files/tags/RESN
+++ b/extracted-files/tags/RESN
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/RESN
-standard tag: RESN
+standard tag: 'RESN'
specification:
- Restriction
diff --git a/extracted-files/tags/RETI b/extracted-files/tags/RETI
index 14702433..62a075af 100644
--- a/extracted-files/tags/RETI
+++ b/extracted-files/tags/RETI
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/RETI
-standard tag: RETI
+standard tag: 'RETI'
specification:
- Retirement
diff --git a/extracted-files/tags/ROLE b/extracted-files/tags/ROLE
index 067de501..5cc20c8b 100644
--- a/extracted-files/tags/ROLE
+++ b/extracted-files/tags/ROLE
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/ROLE
-standard tag: ROLE
+standard tag: 'ROLE'
specification:
- Role
diff --git a/extracted-files/tags/SCHMA b/extracted-files/tags/SCHMA
index 321c1b3a..402e27cf 100644
--- a/extracted-files/tags/SCHMA
+++ b/extracted-files/tags/SCHMA
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/SCHMA
-standard tag: SCHMA
+standard tag: 'SCHMA'
specification:
- Extension schema
diff --git a/extracted-files/tags/SDATE b/extracted-files/tags/SDATE
index 3b0c0ae3..0adbf9f6 100644
--- a/extracted-files/tags/SDATE
+++ b/extracted-files/tags/SDATE
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/SDATE
-standard tag: SDATE
+standard tag: 'SDATE'
specification:
- Sort date
diff --git a/extracted-files/tags/SEX b/extracted-files/tags/SEX
index 363457ed..702c37a4 100644
--- a/extracted-files/tags/SEX
+++ b/extracted-files/tags/SEX
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/SEX
-standard tag: SEX
+standard tag: 'SEX'
specification:
- Sex
diff --git a/extracted-files/tags/SLGC b/extracted-files/tags/SLGC
index e7221676..252947ad 100644
--- a/extracted-files/tags/SLGC
+++ b/extracted-files/tags/SLGC
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/SLGC
-standard tag: SLGC
+standard tag: 'SLGC'
specification:
- Sealing, child
diff --git a/extracted-files/tags/SLGS b/extracted-files/tags/SLGS
index 0c107234..a6f63434 100644
--- a/extracted-files/tags/SLGS
+++ b/extracted-files/tags/SLGS
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/SLGS
-standard tag: SLGS
+standard tag: 'SLGS'
specification:
- Sealing, spouse
diff --git a/extracted-files/tags/SNOTE b/extracted-files/tags/SNOTE
index 78519baa..9641e9b0 100644
--- a/extracted-files/tags/SNOTE
+++ b/extracted-files/tags/SNOTE
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/SNOTE
-standard tag: SNOTE
+standard tag: 'SNOTE'
specification:
- Shared note
diff --git a/extracted-files/tags/SOUR b/extracted-files/tags/SOUR
index a89ee756..9c0aaaee 100644
--- a/extracted-files/tags/SOUR
+++ b/extracted-files/tags/SOUR
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/SOUR
-standard tag: SOUR
+standard tag: 'SOUR'
specification:
- Source
diff --git a/extracted-files/tags/SOUR-DATA b/extracted-files/tags/SOUR-DATA
index d2e2f159..25373994 100644
--- a/extracted-files/tags/SOUR-DATA
+++ b/extracted-files/tags/SOUR-DATA
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/SOUR-DATA
-standard tag: DATA
+standard tag: 'DATA'
specification:
- Data
diff --git a/extracted-files/tags/SOUR-EVEN b/extracted-files/tags/SOUR-EVEN
index 01cd05f2..48906f94 100644
--- a/extracted-files/tags/SOUR-EVEN
+++ b/extracted-files/tags/SOUR-EVEN
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/SOUR-EVEN
-standard tag: EVEN
+standard tag: 'EVEN'
specification:
- Event
diff --git a/extracted-files/tags/SPFX b/extracted-files/tags/SPFX
index 2e82b01b..78398b59 100644
--- a/extracted-files/tags/SPFX
+++ b/extracted-files/tags/SPFX
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/SPFX
-standard tag: SPFX
+standard tag: 'SPFX'
specification:
- Surname prefix
diff --git a/extracted-files/tags/SSN b/extracted-files/tags/SSN
index 94a98dc5..fbe1faa1 100644
--- a/extracted-files/tags/SSN
+++ b/extracted-files/tags/SSN
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/SSN
-standard tag: SSN
+standard tag: 'SSN'
specification:
- Social security number
diff --git a/extracted-files/tags/STAE b/extracted-files/tags/STAE
index c5bc3b9d..9713fe81 100644
--- a/extracted-files/tags/STAE
+++ b/extracted-files/tags/STAE
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/STAE
-standard tag: STAE
+standard tag: 'STAE'
specification:
- State
diff --git a/extracted-files/tags/SUBM b/extracted-files/tags/SUBM
index b14f8858..bc55b002 100644
--- a/extracted-files/tags/SUBM
+++ b/extracted-files/tags/SUBM
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/SUBM
-standard tag: SUBM
+standard tag: 'SUBM'
specification:
- Submitter
diff --git a/extracted-files/tags/SUBM-LANG b/extracted-files/tags/SUBM-LANG
index 40f24405..938abc15 100644
--- a/extracted-files/tags/SUBM-LANG
+++ b/extracted-files/tags/SUBM-LANG
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/SUBM-LANG
-standard tag: LANG
+standard tag: 'LANG'
specification:
- Language
diff --git a/extracted-files/tags/SURN b/extracted-files/tags/SURN
index 3779990e..36773083 100644
--- a/extracted-files/tags/SURN
+++ b/extracted-files/tags/SURN
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/SURN
-standard tag: SURN
+standard tag: 'SURN'
specification:
- Surname
diff --git a/extracted-files/tags/TAG b/extracted-files/tags/TAG
index b6a67dc6..ad493126 100644
--- a/extracted-files/tags/TAG
+++ b/extracted-files/tags/TAG
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/TAG
-standard tag: TAG
+standard tag: 'TAG'
specification:
- Extension tag
diff --git a/extracted-files/tags/TEMP b/extracted-files/tags/TEMP
index 3c61d784..72e444e8 100644
--- a/extracted-files/tags/TEMP
+++ b/extracted-files/tags/TEMP
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/TEMP
-standard tag: TEMP
+standard tag: 'TEMP'
specification:
- Temple
diff --git a/extracted-files/tags/TEXT b/extracted-files/tags/TEXT
index bfd9a56f..c7e112ea 100644
--- a/extracted-files/tags/TEXT
+++ b/extracted-files/tags/TEXT
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/TEXT
-standard tag: TEXT
+standard tag: 'TEXT'
specification:
- Text from Source
diff --git a/extracted-files/tags/TIME b/extracted-files/tags/TIME
index 6ce9ee3b..3b5f1749 100644
--- a/extracted-files/tags/TIME
+++ b/extracted-files/tags/TIME
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/TIME
-standard tag: TIME
+standard tag: 'TIME'
specification:
- Time
diff --git a/extracted-files/tags/TITL b/extracted-files/tags/TITL
index df2bcada..e32a16cb 100644
--- a/extracted-files/tags/TITL
+++ b/extracted-files/tags/TITL
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/TITL
-standard tag: TITL
+standard tag: 'TITL'
specification:
- Title
diff --git a/extracted-files/tags/TOP b/extracted-files/tags/TOP
index 881480a3..ff2831c1 100644
--- a/extracted-files/tags/TOP
+++ b/extracted-files/tags/TOP
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/TOP
-standard tag: TOP
+standard tag: 'TOP'
specification:
- Top crop width
diff --git a/extracted-files/tags/TRLR b/extracted-files/tags/TRLR
index 1e245b8d..49679bf9 100644
--- a/extracted-files/tags/TRLR
+++ b/extracted-files/tags/TRLR
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/TRLR
-standard tag: TRLR
+standard tag: 'TRLR'
specification:
- Trailer
diff --git a/extracted-files/tags/TYPE b/extracted-files/tags/TYPE
index dc4d4d32..c211f059 100644
--- a/extracted-files/tags/TYPE
+++ b/extracted-files/tags/TYPE
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/TYPE
-standard tag: TYPE
+standard tag: 'TYPE'
specification:
- Type
diff --git a/extracted-files/tags/UID b/extracted-files/tags/UID
index 40225d91..3dd42259 100644
--- a/extracted-files/tags/UID
+++ b/extracted-files/tags/UID
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/UID
-standard tag: UID
+standard tag: 'UID'
specification:
- Unique Identifier
diff --git a/extracted-files/tags/VERS b/extracted-files/tags/VERS
index 84d68a2b..7b572249 100644
--- a/extracted-files/tags/VERS
+++ b/extracted-files/tags/VERS
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/VERS
-standard tag: VERS
+standard tag: 'VERS'
specification:
- Version
diff --git a/extracted-files/tags/WIDTH b/extracted-files/tags/WIDTH
index 842ec05e..a9a2b645 100644
--- a/extracted-files/tags/WIDTH
+++ b/extracted-files/tags/WIDTH
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/WIDTH
-standard tag: WIDTH
+standard tag: 'WIDTH'
specification:
- Width in pixels
diff --git a/extracted-files/tags/WIFE b/extracted-files/tags/WIFE
index 9a895f13..6d5d2308 100644
--- a/extracted-files/tags/WIFE
+++ b/extracted-files/tags/WIFE
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/WIFE
-standard tag: WIFE
+standard tag: 'WIFE'
specification:
- Wife
diff --git a/extracted-files/tags/WILL b/extracted-files/tags/WILL
index 4f71dc48..5a9836dd 100644
--- a/extracted-files/tags/WILL
+++ b/extracted-files/tags/WILL
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/WILL
-standard tag: WILL
+standard tag: 'WILL'
specification:
- Will
diff --git a/extracted-files/tags/WWW b/extracted-files/tags/WWW
index f5767d4b..9edd0d64 100644
--- a/extracted-files/tags/WWW
+++ b/extracted-files/tags/WWW
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/WWW
-standard tag: WWW
+standard tag: 'WWW'
specification:
- Web address
diff --git a/extracted-files/tags/cal-FRENCH_R b/extracted-files/tags/cal-FRENCH_R
index c8ceff40..08fc9416 100644
--- a/extracted-files/tags/cal-FRENCH_R
+++ b/extracted-files/tags/cal-FRENCH_R
@@ -6,7 +6,7 @@ type: calendar
uri: https://gedcom.io/terms/v7/cal-FRENCH_R
-standard tag: FRENCH_R
+standard tag: 'FRENCH_R'
specification:
- |
diff --git a/extracted-files/tags/cal-GREGORIAN b/extracted-files/tags/cal-GREGORIAN
index 4a3b4752..53dfa981 100644
--- a/extracted-files/tags/cal-GREGORIAN
+++ b/extracted-files/tags/cal-GREGORIAN
@@ -6,7 +6,7 @@ type: calendar
uri: https://gedcom.io/terms/v7/cal-GREGORIAN
-standard tag: GREGORIAN
+standard tag: 'GREGORIAN'
specification:
- |
diff --git a/extracted-files/tags/cal-HEBREW b/extracted-files/tags/cal-HEBREW
index aae114b2..6595d92f 100644
--- a/extracted-files/tags/cal-HEBREW
+++ b/extracted-files/tags/cal-HEBREW
@@ -6,7 +6,7 @@ type: calendar
uri: https://gedcom.io/terms/v7/cal-HEBREW
-standard tag: HEBREW
+standard tag: 'HEBREW'
specification:
- |
diff --git a/extracted-files/tags/cal-JULIAN b/extracted-files/tags/cal-JULIAN
index d87b6300..cb2c7b60 100644
--- a/extracted-files/tags/cal-JULIAN
+++ b/extracted-files/tags/cal-JULIAN
@@ -6,7 +6,7 @@ type: calendar
uri: https://gedcom.io/terms/v7/cal-JULIAN
-standard tag: JULIAN
+standard tag: 'JULIAN'
specification:
- |
diff --git a/extracted-files/tags/enum-ADOP-HUSB b/extracted-files/tags/enum-ADOP-HUSB
index 2a11cbfb..1d85e492 100644
--- a/extracted-files/tags/enum-ADOP-HUSB
+++ b/extracted-files/tags/enum-ADOP-HUSB
@@ -6,7 +6,7 @@ type: enumeration
uri: https://gedcom.io/terms/v7/enum-ADOP-HUSB
-standard tag: HUSB
+standard tag: 'HUSB'
specification:
- Adopted by the `HUSB` of the `FAM` pointed to by `FAMC`.
diff --git a/extracted-files/tags/enum-ADOP-WIFE b/extracted-files/tags/enum-ADOP-WIFE
index c91efd88..b8bbcad6 100644
--- a/extracted-files/tags/enum-ADOP-WIFE
+++ b/extracted-files/tags/enum-ADOP-WIFE
@@ -6,7 +6,7 @@ type: enumeration
uri: https://gedcom.io/terms/v7/enum-ADOP-WIFE
-standard tag: WIFE
+standard tag: 'WIFE'
specification:
- Adopted by the `WIFE` of the `FAM` pointed to by `FAMC`.
diff --git a/extracted-files/tags/enum-ADOPTED b/extracted-files/tags/enum-ADOPTED
index 0e2f19c5..fc4951a9 100644
--- a/extracted-files/tags/enum-ADOPTED
+++ b/extracted-files/tags/enum-ADOPTED
@@ -6,7 +6,7 @@ type: enumeration
uri: https://gedcom.io/terms/v7/enum-ADOPTED
-standard tag: ADOPTED
+standard tag: 'ADOPTED'
specification:
- Adoptive parents
diff --git a/extracted-files/tags/enum-AKA b/extracted-files/tags/enum-AKA
index 81fe9acf..44f5fe45 100644
--- a/extracted-files/tags/enum-AKA
+++ b/extracted-files/tags/enum-AKA
@@ -6,7 +6,7 @@ type: enumeration
uri: https://gedcom.io/terms/v7/enum-AKA
-standard tag: AKA
+standard tag: 'AKA'
specification:
- Also known as, alias, etc.
diff --git a/extracted-files/tags/enum-AUDIO b/extracted-files/tags/enum-AUDIO
index de00674f..462a6533 100644
--- a/extracted-files/tags/enum-AUDIO
+++ b/extracted-files/tags/enum-AUDIO
@@ -6,7 +6,7 @@ type: enumeration
uri: https://gedcom.io/terms/v7/enum-AUDIO
-standard tag: AUDIO
+standard tag: 'AUDIO'
specification:
- An audio recording
diff --git a/extracted-files/tags/enum-BIC b/extracted-files/tags/enum-BIC
index f162884c..051223cc 100644
--- a/extracted-files/tags/enum-BIC
+++ b/extracted-files/tags/enum-BIC
@@ -6,7 +6,7 @@ type: enumeration
uri: https://gedcom.io/terms/v7/enum-BIC
-standard tag: BIC
+standard tag: 'BIC'
specification:
- "Applies to: `SLGC`"
diff --git a/extracted-files/tags/enum-BIRTH b/extracted-files/tags/enum-BIRTH
index 113363ee..797be13e 100644
--- a/extracted-files/tags/enum-BIRTH
+++ b/extracted-files/tags/enum-BIRTH
@@ -6,7 +6,7 @@ type: enumeration
uri: https://gedcom.io/terms/v7/enum-BIRTH
-standard tag: BIRTH
+standard tag: 'BIRTH'
specification:
- Associated with birth, such as a birth name or birth parents.
diff --git a/extracted-files/tags/enum-BOOK b/extracted-files/tags/enum-BOOK
index 9314f8c6..65307032 100644
--- a/extracted-files/tags/enum-BOOK
+++ b/extracted-files/tags/enum-BOOK
@@ -6,7 +6,7 @@ type: enumeration
uri: https://gedcom.io/terms/v7/enum-BOOK
-standard tag: BOOK
+standard tag: 'BOOK'
specification:
- A bound book
diff --git a/extracted-files/tags/enum-BOTH b/extracted-files/tags/enum-BOTH
index ddceb7ec..b0e24e07 100644
--- a/extracted-files/tags/enum-BOTH
+++ b/extracted-files/tags/enum-BOTH
@@ -6,7 +6,7 @@ type: enumeration
uri: https://gedcom.io/terms/v7/enum-BOTH
-standard tag: BOTH
+standard tag: 'BOTH'
specification:
- Adopted by both `HUSB` and `WIFE` of the `FAM` pointed to by `FAMC`
diff --git a/extracted-files/tags/enum-CANCELED b/extracted-files/tags/enum-CANCELED
index e241169d..7d8c384c 100644
--- a/extracted-files/tags/enum-CANCELED
+++ b/extracted-files/tags/enum-CANCELED
@@ -6,7 +6,7 @@ type: enumeration
uri: https://gedcom.io/terms/v7/enum-CANCELED
-standard tag: CANCELED
+standard tag: 'CANCELED'
specification:
- "Applies to: `SLGS`"
diff --git a/extracted-files/tags/enum-CARD b/extracted-files/tags/enum-CARD
index 2cf0f3ec..5b324635 100644
--- a/extracted-files/tags/enum-CARD
+++ b/extracted-files/tags/enum-CARD
@@ -6,7 +6,7 @@ type: enumeration
uri: https://gedcom.io/terms/v7/enum-CARD
-standard tag: CARD
+standard tag: 'CARD'
specification:
- A card or file entry
diff --git a/extracted-files/tags/enum-CENS b/extracted-files/tags/enum-CENS
index c7e77e63..4490d399 100644
--- a/extracted-files/tags/enum-CENS
+++ b/extracted-files/tags/enum-CENS
@@ -6,7 +6,7 @@ type: enumeration
uri: https://gedcom.io/terms/v7/enum-CENS
-standard tag: CENS
+standard tag: 'CENS'
specification:
- A census event; either `https://gedcom.io/terms/v7/INDI-CENS` or
diff --git a/extracted-files/tags/enum-CHALLENGED b/extracted-files/tags/enum-CHALLENGED
index d91fc2a5..f18029cf 100644
--- a/extracted-files/tags/enum-CHALLENGED
+++ b/extracted-files/tags/enum-CHALLENGED
@@ -6,7 +6,7 @@ type: enumeration
uri: https://gedcom.io/terms/v7/enum-CHALLENGED
-standard tag: CHALLENGED
+standard tag: 'CHALLENGED'
specification:
- Linking this child to this family is suspect, but the linkage has been neither
diff --git a/extracted-files/tags/enum-CHIL b/extracted-files/tags/enum-CHIL
index 0a815dd5..50758d01 100644
--- a/extracted-files/tags/enum-CHIL
+++ b/extracted-files/tags/enum-CHIL
@@ -6,7 +6,7 @@ type: enumeration
uri: https://gedcom.io/terms/v7/enum-CHIL
-standard tag: CHIL
+standard tag: 'CHIL'
specification:
- Child
diff --git a/extracted-files/tags/enum-CHILD b/extracted-files/tags/enum-CHILD
index a9a43b9b..3e537436 100644
--- a/extracted-files/tags/enum-CHILD
+++ b/extracted-files/tags/enum-CHILD
@@ -6,7 +6,7 @@ type: enumeration
uri: https://gedcom.io/terms/v7/enum-CHILD
-standard tag: CHILD
+standard tag: 'CHILD'
specification:
- "Applies to: All but `SLGC`"
diff --git a/extracted-files/tags/enum-CLERGY b/extracted-files/tags/enum-CLERGY
index c8575982..360a90e1 100644
--- a/extracted-files/tags/enum-CLERGY
+++ b/extracted-files/tags/enum-CLERGY
@@ -6,7 +6,7 @@ type: enumeration
uri: https://gedcom.io/terms/v7/enum-CLERGY
-standard tag: CLERGY
+standard tag: 'CLERGY'
specification:
- Religious official in event; implies `OFFICIATOR`
diff --git a/extracted-files/tags/enum-COMPLETED b/extracted-files/tags/enum-COMPLETED
index 05065856..06163f28 100644
--- a/extracted-files/tags/enum-COMPLETED
+++ b/extracted-files/tags/enum-COMPLETED
@@ -6,7 +6,7 @@ type: enumeration
uri: https://gedcom.io/terms/v7/enum-COMPLETED
-standard tag: COMPLETED
+standard tag: 'COMPLETED'
specification:
- "Applies to: All"
diff --git a/extracted-files/tags/enum-CONFIDENTIAL b/extracted-files/tags/enum-CONFIDENTIAL
index 0828f0e3..256d7a13 100644
--- a/extracted-files/tags/enum-CONFIDENTIAL
+++ b/extracted-files/tags/enum-CONFIDENTIAL
@@ -6,7 +6,7 @@ type: enumeration
uri: https://gedcom.io/terms/v7/enum-CONFIDENTIAL
-standard tag: CONFIDENTIAL
+standard tag: 'CONFIDENTIAL'
specification:
- This data was marked as confidential by the user.
diff --git a/extracted-files/tags/enum-DISPROVEN b/extracted-files/tags/enum-DISPROVEN
index f631aee2..f487b0ca 100644
--- a/extracted-files/tags/enum-DISPROVEN
+++ b/extracted-files/tags/enum-DISPROVEN
@@ -6,7 +6,7 @@ type: enumeration
uri: https://gedcom.io/terms/v7/enum-DISPROVEN
-standard tag: DISPROVEN
+standard tag: 'DISPROVEN'
specification:
- There has been a claim by some that this child belongs to this family, but the
diff --git a/extracted-files/tags/enum-DNS b/extracted-files/tags/enum-DNS
index d84a6ff6..a584adef 100644
--- a/extracted-files/tags/enum-DNS
+++ b/extracted-files/tags/enum-DNS
@@ -6,7 +6,7 @@ type: enumeration
uri: https://gedcom.io/terms/v7/enum-DNS
-standard tag: DNS
+standard tag: 'DNS'
specification:
- "Applies to: `SLGC`, `SLGS`"
diff --git a/extracted-files/tags/enum-DNS_CAN b/extracted-files/tags/enum-DNS_CAN
index d9280309..5cf66d09 100644
--- a/extracted-files/tags/enum-DNS_CAN
+++ b/extracted-files/tags/enum-DNS_CAN
@@ -6,7 +6,7 @@ type: enumeration
uri: https://gedcom.io/terms/v7/enum-DNS_CAN
-standard tag: DNS_CAN
+standard tag: 'DNS_CAN'
specification:
- "Applies to: `SLGS`"
diff --git a/extracted-files/tags/enum-ELECTRONIC b/extracted-files/tags/enum-ELECTRONIC
index e2bb122d..b68429c9 100644
--- a/extracted-files/tags/enum-ELECTRONIC
+++ b/extracted-files/tags/enum-ELECTRONIC
@@ -6,7 +6,7 @@ type: enumeration
uri: https://gedcom.io/terms/v7/enum-ELECTRONIC
-standard tag: ELECTRONIC
+standard tag: 'ELECTRONIC'
specification:
- A digital artifact
diff --git a/extracted-files/tags/enum-EVEN b/extracted-files/tags/enum-EVEN
index c830dea4..b14dfe49 100644
--- a/extracted-files/tags/enum-EVEN
+++ b/extracted-files/tags/enum-EVEN
@@ -6,7 +6,7 @@ type: enumeration
uri: https://gedcom.io/terms/v7/enum-EVEN
-standard tag: EVEN
+standard tag: 'EVEN'
specification:
- A generic event; either `https://gedcom.io/terms/v7/INDI-EVEN` or
diff --git a/extracted-files/tags/enum-EXCLUDED b/extracted-files/tags/enum-EXCLUDED
index bea1db16..1a1396c5 100644
--- a/extracted-files/tags/enum-EXCLUDED
+++ b/extracted-files/tags/enum-EXCLUDED
@@ -6,7 +6,7 @@ type: enumeration
uri: https://gedcom.io/terms/v7/enum-EXCLUDED
-standard tag: EXCLUDED
+standard tag: 'EXCLUDED'
specification:
- "Applies to: All"
diff --git a/extracted-files/tags/enum-F b/extracted-files/tags/enum-F
index 0349c739..f7659318 100644
--- a/extracted-files/tags/enum-F
+++ b/extracted-files/tags/enum-F
@@ -6,7 +6,7 @@ type: enumeration
uri: https://gedcom.io/terms/v7/enum-F
-standard tag: F
+standard tag: 'F'
specification:
- Female
diff --git a/extracted-files/tags/enum-FACT b/extracted-files/tags/enum-FACT
index 0b98b6b6..907c8d65 100644
--- a/extracted-files/tags/enum-FACT
+++ b/extracted-files/tags/enum-FACT
@@ -6,7 +6,7 @@ type: enumeration
uri: https://gedcom.io/terms/v7/enum-FACT
-standard tag: FACT
+standard tag: 'FACT'
specification:
- A generic attribute; either `https://gedcom.io/terms/v7/INDI-FACT` or
diff --git a/extracted-files/tags/enum-FATH b/extracted-files/tags/enum-FATH
index 72d6fe35..939af3b9 100644
--- a/extracted-files/tags/enum-FATH
+++ b/extracted-files/tags/enum-FATH
@@ -6,7 +6,7 @@ type: enumeration
uri: https://gedcom.io/terms/v7/enum-FATH
-standard tag: FATH
+standard tag: 'FATH'
specification:
- Father; implies `PARENT`
diff --git a/extracted-files/tags/enum-FICHE b/extracted-files/tags/enum-FICHE
index 5b2397b7..fdb3f715 100644
--- a/extracted-files/tags/enum-FICHE
+++ b/extracted-files/tags/enum-FICHE
@@ -6,7 +6,7 @@ type: enumeration
uri: https://gedcom.io/terms/v7/enum-FICHE
-standard tag: FICHE
+standard tag: 'FICHE'
specification:
- Microfiche
diff --git a/extracted-files/tags/enum-FILM b/extracted-files/tags/enum-FILM
index 4c8fd716..e31d7d48 100644
--- a/extracted-files/tags/enum-FILM
+++ b/extracted-files/tags/enum-FILM
@@ -6,7 +6,7 @@ type: enumeration
uri: https://gedcom.io/terms/v7/enum-FILM
-standard tag: FILM
+standard tag: 'FILM'
specification:
- Microfilm
diff --git a/extracted-files/tags/enum-FOSTER b/extracted-files/tags/enum-FOSTER
index 1d227356..7a73c4b7 100644
--- a/extracted-files/tags/enum-FOSTER
+++ b/extracted-files/tags/enum-FOSTER
@@ -6,7 +6,7 @@ type: enumeration
uri: https://gedcom.io/terms/v7/enum-FOSTER
-standard tag: FOSTER
+standard tag: 'FOSTER'
specification:
- The child was included in a foster or guardian family
diff --git a/extracted-files/tags/enum-FRIEND b/extracted-files/tags/enum-FRIEND
index 8b513291..32e47b44 100644
--- a/extracted-files/tags/enum-FRIEND
+++ b/extracted-files/tags/enum-FRIEND
@@ -6,7 +6,7 @@ type: enumeration
uri: https://gedcom.io/terms/v7/enum-FRIEND
-standard tag: FRIEND
+standard tag: 'FRIEND'
specification:
- Friend
diff --git a/extracted-files/tags/enum-GODP b/extracted-files/tags/enum-GODP
index 21cef4f1..c98bcd26 100644
--- a/extracted-files/tags/enum-GODP
+++ b/extracted-files/tags/enum-GODP
@@ -6,7 +6,7 @@ type: enumeration
uri: https://gedcom.io/terms/v7/enum-GODP
-standard tag: GODP
+standard tag: 'GODP'
specification:
- Godparent or related role in other religions
diff --git a/extracted-files/tags/enum-HUSB b/extracted-files/tags/enum-HUSB
index 7d36d4af..93a4c52a 100644
--- a/extracted-files/tags/enum-HUSB
+++ b/extracted-files/tags/enum-HUSB
@@ -6,7 +6,7 @@ type: enumeration
uri: https://gedcom.io/terms/v7/enum-HUSB
-standard tag: HUSB
+standard tag: 'HUSB'
specification:
- Husband; implies `SPOU`
diff --git a/extracted-files/tags/enum-IMMIGRANT b/extracted-files/tags/enum-IMMIGRANT
index 41298b68..99b6afb1 100644
--- a/extracted-files/tags/enum-IMMIGRANT
+++ b/extracted-files/tags/enum-IMMIGRANT
@@ -6,7 +6,7 @@ type: enumeration
uri: https://gedcom.io/terms/v7/enum-IMMIGRANT
-standard tag: IMMIGRANT
+standard tag: 'IMMIGRANT'
specification:
- Name assumed at the time of immigration.
diff --git a/extracted-files/tags/enum-INFANT b/extracted-files/tags/enum-INFANT
index 71dd5132..9525baa9 100644
--- a/extracted-files/tags/enum-INFANT
+++ b/extracted-files/tags/enum-INFANT
@@ -6,7 +6,7 @@ type: enumeration
uri: https://gedcom.io/terms/v7/enum-INFANT
-standard tag: INFANT
+standard tag: 'INFANT'
specification:
- "Applies to: All but `SLGC`"
diff --git a/extracted-files/tags/enum-LOCKED b/extracted-files/tags/enum-LOCKED
index 6359af12..3245743c 100644
--- a/extracted-files/tags/enum-LOCKED
+++ b/extracted-files/tags/enum-LOCKED
@@ -6,7 +6,7 @@ type: enumeration
uri: https://gedcom.io/terms/v7/enum-LOCKED
-standard tag: LOCKED
+standard tag: 'LOCKED'
specification:
- Some systems may ignore changes to this data.
diff --git a/extracted-files/tags/enum-M b/extracted-files/tags/enum-M
index d5a65e0b..50d75b49 100644
--- a/extracted-files/tags/enum-M
+++ b/extracted-files/tags/enum-M
@@ -6,7 +6,7 @@ type: enumeration
uri: https://gedcom.io/terms/v7/enum-M
-standard tag: M
+standard tag: 'M'
specification:
- Male
diff --git a/extracted-files/tags/enum-MAGAZINE b/extracted-files/tags/enum-MAGAZINE
index 3db4313f..3b4fea77 100644
--- a/extracted-files/tags/enum-MAGAZINE
+++ b/extracted-files/tags/enum-MAGAZINE
@@ -6,7 +6,7 @@ type: enumeration
uri: https://gedcom.io/terms/v7/enum-MAGAZINE
-standard tag: MAGAZINE
+standard tag: 'MAGAZINE'
specification:
- Printed periodical
diff --git a/extracted-files/tags/enum-MAIDEN b/extracted-files/tags/enum-MAIDEN
index 58d3f775..93023d25 100644
--- a/extracted-files/tags/enum-MAIDEN
+++ b/extracted-files/tags/enum-MAIDEN
@@ -6,7 +6,7 @@ type: enumeration
uri: https://gedcom.io/terms/v7/enum-MAIDEN
-standard tag: MAIDEN
+standard tag: 'MAIDEN'
specification:
- Maiden name, name before first marriage.
diff --git a/extracted-files/tags/enum-MANUSCRIPT b/extracted-files/tags/enum-MANUSCRIPT
index c1caec6b..6a23d1c1 100644
--- a/extracted-files/tags/enum-MANUSCRIPT
+++ b/extracted-files/tags/enum-MANUSCRIPT
@@ -6,7 +6,7 @@ type: enumeration
uri: https://gedcom.io/terms/v7/enum-MANUSCRIPT
-standard tag: MANUSCRIPT
+standard tag: 'MANUSCRIPT'
specification:
- Written pages
diff --git a/extracted-files/tags/enum-MAP b/extracted-files/tags/enum-MAP
index a14aab9d..e2e45ff0 100644
--- a/extracted-files/tags/enum-MAP
+++ b/extracted-files/tags/enum-MAP
@@ -6,7 +6,7 @@ type: enumeration
uri: https://gedcom.io/terms/v7/enum-MAP
-standard tag: MAP
+standard tag: 'MAP'
specification:
- Cartographic map
diff --git a/extracted-files/tags/enum-MARRIED b/extracted-files/tags/enum-MARRIED
index 8c617875..d102b685 100644
--- a/extracted-files/tags/enum-MARRIED
+++ b/extracted-files/tags/enum-MARRIED
@@ -6,7 +6,7 @@ type: enumeration
uri: https://gedcom.io/terms/v7/enum-MARRIED
-standard tag: MARRIED
+standard tag: 'MARRIED'
specification:
- Married name, assumed as part of marriage.
diff --git a/extracted-files/tags/enum-MOTH b/extracted-files/tags/enum-MOTH
index 3ea7a133..0f7fbbf2 100644
--- a/extracted-files/tags/enum-MOTH
+++ b/extracted-files/tags/enum-MOTH
@@ -6,7 +6,7 @@ type: enumeration
uri: https://gedcom.io/terms/v7/enum-MOTH
-standard tag: MOTH
+standard tag: 'MOTH'
specification:
- Mother; implies `PARENT`
diff --git a/extracted-files/tags/enum-MULTIPLE b/extracted-files/tags/enum-MULTIPLE
index 94fc59b8..03372d21 100644
--- a/extracted-files/tags/enum-MULTIPLE
+++ b/extracted-files/tags/enum-MULTIPLE
@@ -6,7 +6,7 @@ type: enumeration
uri: https://gedcom.io/terms/v7/enum-MULTIPLE
-standard tag: MULTIPLE
+standard tag: 'MULTIPLE'
specification:
- A sibling from the same pregnancy (twin, triplet, quadruplet, and so on). A
diff --git a/extracted-files/tags/enum-NCHI b/extracted-files/tags/enum-NCHI
index 9672d7b4..eda5a8ec 100644
--- a/extracted-files/tags/enum-NCHI
+++ b/extracted-files/tags/enum-NCHI
@@ -6,7 +6,7 @@ type: enumeration
uri: https://gedcom.io/terms/v7/enum-NCHI
-standard tag: NCHI
+standard tag: 'NCHI'
specification:
- A count of children; either `https://gedcom.io/terms/v7/INDI-NCHI` or
diff --git a/extracted-files/tags/enum-NEWSPAPER b/extracted-files/tags/enum-NEWSPAPER
index fb904b4e..e96f8df3 100644
--- a/extracted-files/tags/enum-NEWSPAPER
+++ b/extracted-files/tags/enum-NEWSPAPER
@@ -6,7 +6,7 @@ type: enumeration
uri: https://gedcom.io/terms/v7/enum-NEWSPAPER
-standard tag: NEWSPAPER
+standard tag: 'NEWSPAPER'
specification:
- Printed newspaper
diff --git a/extracted-files/tags/enum-NGHBR b/extracted-files/tags/enum-NGHBR
index 94dcb393..4afe303c 100644
--- a/extracted-files/tags/enum-NGHBR
+++ b/extracted-files/tags/enum-NGHBR
@@ -6,7 +6,7 @@ type: enumeration
uri: https://gedcom.io/terms/v7/enum-NGHBR
-standard tag: NGHBR
+standard tag: 'NGHBR'
specification:
- Neighbor
diff --git a/extracted-files/tags/enum-OFFICIATOR b/extracted-files/tags/enum-OFFICIATOR
index 7a863b83..457b9041 100644
--- a/extracted-files/tags/enum-OFFICIATOR
+++ b/extracted-files/tags/enum-OFFICIATOR
@@ -6,7 +6,7 @@ type: enumeration
uri: https://gedcom.io/terms/v7/enum-OFFICIATOR
-standard tag: OFFICIATOR
+standard tag: 'OFFICIATOR'
specification:
- Officiator of the event
diff --git a/extracted-files/tags/enum-OTHER b/extracted-files/tags/enum-OTHER
index 14ba143b..6ae47240 100644
--- a/extracted-files/tags/enum-OTHER
+++ b/extracted-files/tags/enum-OTHER
@@ -6,7 +6,7 @@ type: enumeration
uri: https://gedcom.io/terms/v7/enum-OTHER
-standard tag: OTHER
+standard tag: 'OTHER'
specification:
- A value not listed here; should have a `PHRASE` substructure
diff --git a/extracted-files/tags/enum-PARENT b/extracted-files/tags/enum-PARENT
index f28d3c9a..876886bb 100644
--- a/extracted-files/tags/enum-PARENT
+++ b/extracted-files/tags/enum-PARENT
@@ -6,7 +6,7 @@ type: enumeration
uri: https://gedcom.io/terms/v7/enum-PARENT
-standard tag: PARENT
+standard tag: 'PARENT'
specification:
- Parent
diff --git a/extracted-files/tags/enum-PHOTO b/extracted-files/tags/enum-PHOTO
index 33074ce1..a781794c 100644
--- a/extracted-files/tags/enum-PHOTO
+++ b/extracted-files/tags/enum-PHOTO
@@ -6,7 +6,7 @@ type: enumeration
uri: https://gedcom.io/terms/v7/enum-PHOTO
-standard tag: PHOTO
+standard tag: 'PHOTO'
specification:
- Photograph
diff --git a/extracted-files/tags/enum-PRE_1970 b/extracted-files/tags/enum-PRE_1970
index dd255bb7..3d991cd9 100644
--- a/extracted-files/tags/enum-PRE_1970
+++ b/extracted-files/tags/enum-PRE_1970
@@ -6,7 +6,7 @@ type: enumeration
uri: https://gedcom.io/terms/v7/enum-PRE_1970
-standard tag: PRE_1970
+standard tag: 'PRE_1970'
specification:
- "Applies to: All"
diff --git a/extracted-files/tags/enum-PRIVACY b/extracted-files/tags/enum-PRIVACY
index 738e3340..6e866ac2 100644
--- a/extracted-files/tags/enum-PRIVACY
+++ b/extracted-files/tags/enum-PRIVACY
@@ -6,7 +6,7 @@ type: enumeration
uri: https://gedcom.io/terms/v7/enum-PRIVACY
-standard tag: PRIVACY
+standard tag: 'PRIVACY'
specification:
- This data is not to be shared outside of a trusted circle, generally because it
diff --git a/extracted-files/tags/enum-PROFESSIONAL b/extracted-files/tags/enum-PROFESSIONAL
index 7162d5c1..79eead6d 100644
--- a/extracted-files/tags/enum-PROFESSIONAL
+++ b/extracted-files/tags/enum-PROFESSIONAL
@@ -6,7 +6,7 @@ type: enumeration
uri: https://gedcom.io/terms/v7/enum-PROFESSIONAL
-standard tag: PROFESSIONAL
+standard tag: 'PROFESSIONAL'
specification:
- Name used professionally (pen, screen, stage name).
diff --git a/extracted-files/tags/enum-PROVEN b/extracted-files/tags/enum-PROVEN
index 0efcae93..385bbb20 100644
--- a/extracted-files/tags/enum-PROVEN
+++ b/extracted-files/tags/enum-PROVEN
@@ -6,7 +6,7 @@ type: enumeration
uri: https://gedcom.io/terms/v7/enum-PROVEN
-standard tag: PROVEN
+standard tag: 'PROVEN'
specification:
- Linking this child to this family has been proven.
diff --git a/extracted-files/tags/enum-RESI b/extracted-files/tags/enum-RESI
index 54c019f6..ac0e6314 100644
--- a/extracted-files/tags/enum-RESI
+++ b/extracted-files/tags/enum-RESI
@@ -6,7 +6,7 @@ type: enumeration
uri: https://gedcom.io/terms/v7/enum-RESI
-standard tag: RESI
+standard tag: 'RESI'
specification:
- A residence attribute; either `https://gedcom.io/terms/v7/INDI-RESI` or
diff --git a/extracted-files/tags/enum-SEALING b/extracted-files/tags/enum-SEALING
index d2c02b43..d2c04efe 100644
--- a/extracted-files/tags/enum-SEALING
+++ b/extracted-files/tags/enum-SEALING
@@ -6,7 +6,7 @@ type: enumeration
uri: https://gedcom.io/terms/v7/enum-SEALING
-standard tag: SEALING
+standard tag: 'SEALING'
specification:
- The child was sealed to parents other than birth parents
diff --git a/extracted-files/tags/enum-SPOU b/extracted-files/tags/enum-SPOU
index d793d4f4..62d882b3 100644
--- a/extracted-files/tags/enum-SPOU
+++ b/extracted-files/tags/enum-SPOU
@@ -6,7 +6,7 @@ type: enumeration
uri: https://gedcom.io/terms/v7/enum-SPOU
-standard tag: SPOU
+standard tag: 'SPOU'
specification:
- Spouse
diff --git a/extracted-files/tags/enum-STILLBORN b/extracted-files/tags/enum-STILLBORN
index 85cd8e70..f7936562 100644
--- a/extracted-files/tags/enum-STILLBORN
+++ b/extracted-files/tags/enum-STILLBORN
@@ -6,7 +6,7 @@ type: enumeration
uri: https://gedcom.io/terms/v7/enum-STILLBORN
-standard tag: STILLBORN
+standard tag: 'STILLBORN'
specification:
- "Applies to: All"
diff --git a/extracted-files/tags/enum-SUBMITTED b/extracted-files/tags/enum-SUBMITTED
index a92d3e0c..aba88168 100644
--- a/extracted-files/tags/enum-SUBMITTED
+++ b/extracted-files/tags/enum-SUBMITTED
@@ -6,7 +6,7 @@ type: enumeration
uri: https://gedcom.io/terms/v7/enum-SUBMITTED
-standard tag: SUBMITTED
+standard tag: 'SUBMITTED'
specification:
- "Applies to: All"
diff --git a/extracted-files/tags/enum-TOMBSTONE b/extracted-files/tags/enum-TOMBSTONE
index ae4cac46..3a687b0e 100644
--- a/extracted-files/tags/enum-TOMBSTONE
+++ b/extracted-files/tags/enum-TOMBSTONE
@@ -6,7 +6,7 @@ type: enumeration
uri: https://gedcom.io/terms/v7/enum-TOMBSTONE
-standard tag: TOMBSTONE
+standard tag: 'TOMBSTONE'
specification:
- Burial marker or related memorial
diff --git a/extracted-files/tags/enum-U b/extracted-files/tags/enum-U
index c0b3e512..af50b8b9 100644
--- a/extracted-files/tags/enum-U
+++ b/extracted-files/tags/enum-U
@@ -6,7 +6,7 @@ type: enumeration
uri: https://gedcom.io/terms/v7/enum-U
-standard tag: U
+standard tag: 'U'
specification:
- Cannot be determined from available sources
diff --git a/extracted-files/tags/enum-UNCLEARED b/extracted-files/tags/enum-UNCLEARED
index 04d66262..cefc1f36 100644
--- a/extracted-files/tags/enum-UNCLEARED
+++ b/extracted-files/tags/enum-UNCLEARED
@@ -6,7 +6,7 @@ type: enumeration
uri: https://gedcom.io/terms/v7/enum-UNCLEARED
-standard tag: UNCLEARED
+standard tag: 'UNCLEARED'
specification:
- "Applies to: All"
diff --git a/extracted-files/tags/enum-VIDEO b/extracted-files/tags/enum-VIDEO
index 1ed699b5..0bc09545 100644
--- a/extracted-files/tags/enum-VIDEO
+++ b/extracted-files/tags/enum-VIDEO
@@ -6,7 +6,7 @@ type: enumeration
uri: https://gedcom.io/terms/v7/enum-VIDEO
-standard tag: VIDEO
+standard tag: 'VIDEO'
specification:
- Motion picture recording
diff --git a/extracted-files/tags/enum-WIFE b/extracted-files/tags/enum-WIFE
index 7d8f560b..d593b924 100644
--- a/extracted-files/tags/enum-WIFE
+++ b/extracted-files/tags/enum-WIFE
@@ -6,7 +6,7 @@ type: enumeration
uri: https://gedcom.io/terms/v7/enum-WIFE
-standard tag: WIFE
+standard tag: 'WIFE'
specification:
- Wife; implies `SPOU`
diff --git a/extracted-files/tags/enum-WITN b/extracted-files/tags/enum-WITN
index 2e6d7244..09c7d50b 100644
--- a/extracted-files/tags/enum-WITN
+++ b/extracted-files/tags/enum-WITN
@@ -6,7 +6,7 @@ type: enumeration
uri: https://gedcom.io/terms/v7/enum-WITN
-standard tag: WITN
+standard tag: 'WITN'
specification:
- Witness
diff --git a/extracted-files/tags/enum-X b/extracted-files/tags/enum-X
index c7b4722b..3d2a6a11 100644
--- a/extracted-files/tags/enum-X
+++ b/extracted-files/tags/enum-X
@@ -6,7 +6,7 @@ type: enumeration
uri: https://gedcom.io/terms/v7/enum-X
-standard tag: X
+standard tag: 'X'
specification:
- Does not fit the typical definition of only Male or only Female
diff --git a/extracted-files/tags/month-AAV b/extracted-files/tags/month-AAV
index 865e461f..4ffc8b65 100644
--- a/extracted-files/tags/month-AAV
+++ b/extracted-files/tags/month-AAV
@@ -6,7 +6,7 @@ type: month
uri: https://gedcom.io/terms/v7/month-AAV
-standard tag: AAV
+standard tag: 'AAV'
specification:
- Av (אָב)
diff --git a/extracted-files/tags/month-ADR b/extracted-files/tags/month-ADR
index dfd58040..0589c513 100644
--- a/extracted-files/tags/month-ADR
+++ b/extracted-files/tags/month-ADR
@@ -6,7 +6,7 @@ type: month
uri: https://gedcom.io/terms/v7/month-ADR
-standard tag: ADR
+standard tag: 'ADR'
specification:
- Adar I, Adar Rishon, First Adar, or Adar Aleph (אדר א׳)
diff --git a/extracted-files/tags/month-ADS b/extracted-files/tags/month-ADS
index d3afb6aa..5001a03d 100644
--- a/extracted-files/tags/month-ADS
+++ b/extracted-files/tags/month-ADS
@@ -6,7 +6,7 @@ type: month
uri: https://gedcom.io/terms/v7/month-ADS
-standard tag: ADS
+standard tag: 'ADS'
specification:
- Adar (אֲדָר); or Adar II, Adar Sheni, Second Adar, or Adar Bet (אדר ב׳)
diff --git a/extracted-files/tags/month-APR b/extracted-files/tags/month-APR
index 7d77f550..8a0f2a8d 100644
--- a/extracted-files/tags/month-APR
+++ b/extracted-files/tags/month-APR
@@ -6,7 +6,7 @@ type: month
uri: https://gedcom.io/terms/v7/month-APR
-standard tag: APR
+standard tag: 'APR'
specification:
- April
diff --git a/extracted-files/tags/month-AUG b/extracted-files/tags/month-AUG
index a46d19bc..345bb837 100644
--- a/extracted-files/tags/month-AUG
+++ b/extracted-files/tags/month-AUG
@@ -6,7 +6,7 @@ type: month
uri: https://gedcom.io/terms/v7/month-AUG
-standard tag: AUG
+standard tag: 'AUG'
specification:
- August
diff --git a/extracted-files/tags/month-BRUM b/extracted-files/tags/month-BRUM
index d943128f..78c35e58 100644
--- a/extracted-files/tags/month-BRUM
+++ b/extracted-files/tags/month-BRUM
@@ -6,7 +6,7 @@ type: month
uri: https://gedcom.io/terms/v7/month-BRUM
-standard tag: BRUM
+standard tag: 'BRUM'
specification:
- Brumaire
diff --git a/extracted-files/tags/month-COMP b/extracted-files/tags/month-COMP
index fba1cdbe..6772252f 100644
--- a/extracted-files/tags/month-COMP
+++ b/extracted-files/tags/month-COMP
@@ -6,7 +6,7 @@ type: month
uri: https://gedcom.io/terms/v7/month-COMP
-standard tag: COMP
+standard tag: 'COMP'
specification:
- Jour Complémentaires
diff --git a/extracted-files/tags/month-CSH b/extracted-files/tags/month-CSH
index e79629c2..9cf7236d 100644
--- a/extracted-files/tags/month-CSH
+++ b/extracted-files/tags/month-CSH
@@ -6,7 +6,7 @@ type: month
uri: https://gedcom.io/terms/v7/month-CSH
-standard tag: CSH
+standard tag: 'CSH'
specification:
- Marcheshvan (מַרְחֶשְׁוָן) or Cheshvan (חֶשְׁוָן)
diff --git a/extracted-files/tags/month-DEC b/extracted-files/tags/month-DEC
index 49253c51..0a4b7606 100644
--- a/extracted-files/tags/month-DEC
+++ b/extracted-files/tags/month-DEC
@@ -6,7 +6,7 @@ type: month
uri: https://gedcom.io/terms/v7/month-DEC
-standard tag: DEC
+standard tag: 'DEC'
specification:
- December
diff --git a/extracted-files/tags/month-ELL b/extracted-files/tags/month-ELL
index d76d8d6e..44a21042 100644
--- a/extracted-files/tags/month-ELL
+++ b/extracted-files/tags/month-ELL
@@ -6,7 +6,7 @@ type: month
uri: https://gedcom.io/terms/v7/month-ELL
-standard tag: ELL
+standard tag: 'ELL'
specification:
- Elul (אֱלוּל)
diff --git a/extracted-files/tags/month-FEB b/extracted-files/tags/month-FEB
index cde6f253..3e766e6c 100644
--- a/extracted-files/tags/month-FEB
+++ b/extracted-files/tags/month-FEB
@@ -6,7 +6,7 @@ type: month
uri: https://gedcom.io/terms/v7/month-FEB
-standard tag: FEB
+standard tag: 'FEB'
specification:
- February
diff --git a/extracted-files/tags/month-FLOR b/extracted-files/tags/month-FLOR
index 9cc2314b..03da305e 100644
--- a/extracted-files/tags/month-FLOR
+++ b/extracted-files/tags/month-FLOR
@@ -6,7 +6,7 @@ type: month
uri: https://gedcom.io/terms/v7/month-FLOR
-standard tag: FLOR
+standard tag: 'FLOR'
specification:
- Floréal
diff --git a/extracted-files/tags/month-FRIM b/extracted-files/tags/month-FRIM
index d710f81e..d58e1ca9 100644
--- a/extracted-files/tags/month-FRIM
+++ b/extracted-files/tags/month-FRIM
@@ -6,7 +6,7 @@ type: month
uri: https://gedcom.io/terms/v7/month-FRIM
-standard tag: FRIM
+standard tag: 'FRIM'
specification:
- Frimaire
diff --git a/extracted-files/tags/month-FRUC b/extracted-files/tags/month-FRUC
index c9b1885f..f85c2ca9 100644
--- a/extracted-files/tags/month-FRUC
+++ b/extracted-files/tags/month-FRUC
@@ -6,7 +6,7 @@ type: month
uri: https://gedcom.io/terms/v7/month-FRUC
-standard tag: FRUC
+standard tag: 'FRUC'
specification:
- Fructidor
diff --git a/extracted-files/tags/month-GERM b/extracted-files/tags/month-GERM
index 72e226db..db171a5f 100644
--- a/extracted-files/tags/month-GERM
+++ b/extracted-files/tags/month-GERM
@@ -6,7 +6,7 @@ type: month
uri: https://gedcom.io/terms/v7/month-GERM
-standard tag: GERM
+standard tag: 'GERM'
specification:
- Germinal
diff --git a/extracted-files/tags/month-IYR b/extracted-files/tags/month-IYR
index 28b49f65..ec43e9b5 100644
--- a/extracted-files/tags/month-IYR
+++ b/extracted-files/tags/month-IYR
@@ -6,7 +6,7 @@ type: month
uri: https://gedcom.io/terms/v7/month-IYR
-standard tag: IYR
+standard tag: 'IYR'
specification:
- Iyar (אִייָר)
diff --git a/extracted-files/tags/month-JAN b/extracted-files/tags/month-JAN
index 758bea40..3adcb0a1 100644
--- a/extracted-files/tags/month-JAN
+++ b/extracted-files/tags/month-JAN
@@ -6,7 +6,7 @@ type: month
uri: https://gedcom.io/terms/v7/month-JAN
-standard tag: JAN
+standard tag: 'JAN'
specification:
- January
diff --git a/extracted-files/tags/month-JUL b/extracted-files/tags/month-JUL
index 9ecff2f3..9b2058d1 100644
--- a/extracted-files/tags/month-JUL
+++ b/extracted-files/tags/month-JUL
@@ -6,7 +6,7 @@ type: month
uri: https://gedcom.io/terms/v7/month-JUL
-standard tag: JUL
+standard tag: 'JUL'
specification:
- July
diff --git a/extracted-files/tags/month-JUN b/extracted-files/tags/month-JUN
index 03f2b77b..429a1df3 100644
--- a/extracted-files/tags/month-JUN
+++ b/extracted-files/tags/month-JUN
@@ -6,7 +6,7 @@ type: month
uri: https://gedcom.io/terms/v7/month-JUN
-standard tag: JUN
+standard tag: 'JUN'
specification:
- June
diff --git a/extracted-files/tags/month-KSL b/extracted-files/tags/month-KSL
index 95b1d74e..f8c36ddb 100644
--- a/extracted-files/tags/month-KSL
+++ b/extracted-files/tags/month-KSL
@@ -6,7 +6,7 @@ type: month
uri: https://gedcom.io/terms/v7/month-KSL
-standard tag: KSL
+standard tag: 'KSL'
specification:
- Kislev (כִּסְלֵו)
diff --git a/extracted-files/tags/month-MAR b/extracted-files/tags/month-MAR
index 258149b6..6f98aeb6 100644
--- a/extracted-files/tags/month-MAR
+++ b/extracted-files/tags/month-MAR
@@ -6,7 +6,7 @@ type: month
uri: https://gedcom.io/terms/v7/month-MAR
-standard tag: MAR
+standard tag: 'MAR'
specification:
- March
diff --git a/extracted-files/tags/month-MAY b/extracted-files/tags/month-MAY
index 934b26cf..17d5aced 100644
--- a/extracted-files/tags/month-MAY
+++ b/extracted-files/tags/month-MAY
@@ -6,7 +6,7 @@ type: month
uri: https://gedcom.io/terms/v7/month-MAY
-standard tag: MAY
+standard tag: 'MAY'
specification:
- May
diff --git a/extracted-files/tags/month-MESS b/extracted-files/tags/month-MESS
index 74ef3d1c..991af4d3 100644
--- a/extracted-files/tags/month-MESS
+++ b/extracted-files/tags/month-MESS
@@ -6,7 +6,7 @@ type: month
uri: https://gedcom.io/terms/v7/month-MESS
-standard tag: MESS
+standard tag: 'MESS'
specification:
- Messidor
diff --git a/extracted-files/tags/month-NIVO b/extracted-files/tags/month-NIVO
index e59f9219..b2b1934b 100644
--- a/extracted-files/tags/month-NIVO
+++ b/extracted-files/tags/month-NIVO
@@ -6,7 +6,7 @@ type: month
uri: https://gedcom.io/terms/v7/month-NIVO
-standard tag: NIVO
+standard tag: 'NIVO'
specification:
- Nivôse
diff --git a/extracted-files/tags/month-NOV b/extracted-files/tags/month-NOV
index a5b6485c..b036b86c 100644
--- a/extracted-files/tags/month-NOV
+++ b/extracted-files/tags/month-NOV
@@ -6,7 +6,7 @@ type: month
uri: https://gedcom.io/terms/v7/month-NOV
-standard tag: NOV
+standard tag: 'NOV'
specification:
- November
diff --git a/extracted-files/tags/month-NSN b/extracted-files/tags/month-NSN
index 81f493cc..c28fe8ae 100644
--- a/extracted-files/tags/month-NSN
+++ b/extracted-files/tags/month-NSN
@@ -6,7 +6,7 @@ type: month
uri: https://gedcom.io/terms/v7/month-NSN
-standard tag: NSN
+standard tag: 'NSN'
specification:
- Nisan (נִיסָן)
diff --git a/extracted-files/tags/month-OCT b/extracted-files/tags/month-OCT
index 0de543ff..ad0fd5b4 100644
--- a/extracted-files/tags/month-OCT
+++ b/extracted-files/tags/month-OCT
@@ -6,7 +6,7 @@ type: month
uri: https://gedcom.io/terms/v7/month-OCT
-standard tag: OCT
+standard tag: 'OCT'
specification:
- October
diff --git a/extracted-files/tags/month-PLUV b/extracted-files/tags/month-PLUV
index 688ae223..6de5f4cd 100644
--- a/extracted-files/tags/month-PLUV
+++ b/extracted-files/tags/month-PLUV
@@ -6,7 +6,7 @@ type: month
uri: https://gedcom.io/terms/v7/month-PLUV
-standard tag: PLUV
+standard tag: 'PLUV'
specification:
- Pluviôse
diff --git a/extracted-files/tags/month-PRAI b/extracted-files/tags/month-PRAI
index fc9ed7bc..92fe53cb 100644
--- a/extracted-files/tags/month-PRAI
+++ b/extracted-files/tags/month-PRAI
@@ -6,7 +6,7 @@ type: month
uri: https://gedcom.io/terms/v7/month-PRAI
-standard tag: PRAI
+standard tag: 'PRAI'
specification:
- Prairial
diff --git a/extracted-files/tags/month-SEP b/extracted-files/tags/month-SEP
index d6fe48c4..d4974a9d 100644
--- a/extracted-files/tags/month-SEP
+++ b/extracted-files/tags/month-SEP
@@ -6,7 +6,7 @@ type: month
uri: https://gedcom.io/terms/v7/month-SEP
-standard tag: SEP
+standard tag: 'SEP'
specification:
- September
diff --git a/extracted-files/tags/month-SHV b/extracted-files/tags/month-SHV
index e5e911a5..0de8784b 100644
--- a/extracted-files/tags/month-SHV
+++ b/extracted-files/tags/month-SHV
@@ -6,7 +6,7 @@ type: month
uri: https://gedcom.io/terms/v7/month-SHV
-standard tag: SHV
+standard tag: 'SHV'
specification:
- Shevat (שְׁבָט)
diff --git a/extracted-files/tags/month-SVN b/extracted-files/tags/month-SVN
index 10febe14..3524993c 100644
--- a/extracted-files/tags/month-SVN
+++ b/extracted-files/tags/month-SVN
@@ -6,7 +6,7 @@ type: month
uri: https://gedcom.io/terms/v7/month-SVN
-standard tag: SVN
+standard tag: 'SVN'
specification:
- Sivan (סִיוָן)
diff --git a/extracted-files/tags/month-THER b/extracted-files/tags/month-THER
index 1ccda7e6..ff0048e1 100644
--- a/extracted-files/tags/month-THER
+++ b/extracted-files/tags/month-THER
@@ -6,7 +6,7 @@ type: month
uri: https://gedcom.io/terms/v7/month-THER
-standard tag: THER
+standard tag: 'THER'
specification:
- Thermidor
diff --git a/extracted-files/tags/month-TMZ b/extracted-files/tags/month-TMZ
index ee921700..73ac9a10 100644
--- a/extracted-files/tags/month-TMZ
+++ b/extracted-files/tags/month-TMZ
@@ -6,7 +6,7 @@ type: month
uri: https://gedcom.io/terms/v7/month-TMZ
-standard tag: TMZ
+standard tag: 'TMZ'
specification:
- Tammuz (תַּמּוּז)
diff --git a/extracted-files/tags/month-TSH b/extracted-files/tags/month-TSH
index 3b61f88a..fae77c66 100644
--- a/extracted-files/tags/month-TSH
+++ b/extracted-files/tags/month-TSH
@@ -6,7 +6,7 @@ type: month
uri: https://gedcom.io/terms/v7/month-TSH
-standard tag: TSH
+standard tag: 'TSH'
specification:
- Tishrei (תִּשְׁרֵי)
diff --git a/extracted-files/tags/month-TVT b/extracted-files/tags/month-TVT
index a2c9a523..8700b887 100644
--- a/extracted-files/tags/month-TVT
+++ b/extracted-files/tags/month-TVT
@@ -6,7 +6,7 @@ type: month
uri: https://gedcom.io/terms/v7/month-TVT
-standard tag: TVT
+standard tag: 'TVT'
specification:
- Tevet (טֵבֵת)
diff --git a/extracted-files/tags/month-VEND b/extracted-files/tags/month-VEND
index fd437099..26d12df6 100644
--- a/extracted-files/tags/month-VEND
+++ b/extracted-files/tags/month-VEND
@@ -6,7 +6,7 @@ type: month
uri: https://gedcom.io/terms/v7/month-VEND
-standard tag: VEND
+standard tag: 'VEND'
specification:
- Vendémiaire
diff --git a/extracted-files/tags/month-VENT b/extracted-files/tags/month-VENT
index 3203f23e..f38ed984 100644
--- a/extracted-files/tags/month-VENT
+++ b/extracted-files/tags/month-VENT
@@ -6,7 +6,7 @@ type: month
uri: https://gedcom.io/terms/v7/month-VENT
-standard tag: VENT
+standard tag: 'VENT'
specification:
- Ventôse
diff --git a/extracted-files/tags/ord-STAT b/extracted-files/tags/ord-STAT
index 5ef8319d..848e24ce 100644
--- a/extracted-files/tags/ord-STAT
+++ b/extracted-files/tags/ord-STAT
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/ord-STAT
-standard tag: STAT
+standard tag: 'STAT'
specification:
- Status
diff --git a/extracted-files/tags/record-FAM b/extracted-files/tags/record-FAM
index b2eb737b..12b1b7fe 100644
--- a/extracted-files/tags/record-FAM
+++ b/extracted-files/tags/record-FAM
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/record-FAM
-standard tag: FAM
+standard tag: 'FAM'
specification:
- Family record
diff --git a/extracted-files/tags/record-INDI b/extracted-files/tags/record-INDI
index 3b90cec4..f0b98017 100644
--- a/extracted-files/tags/record-INDI
+++ b/extracted-files/tags/record-INDI
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/record-INDI
-standard tag: INDI
+standard tag: 'INDI'
specification:
- Individual
diff --git a/extracted-files/tags/record-OBJE b/extracted-files/tags/record-OBJE
index 988c458c..edb6555a 100644
--- a/extracted-files/tags/record-OBJE
+++ b/extracted-files/tags/record-OBJE
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/record-OBJE
-standard tag: OBJE
+standard tag: 'OBJE'
specification:
- Object
diff --git a/extracted-files/tags/record-REPO b/extracted-files/tags/record-REPO
index 2fd5770f..69fbb25e 100644
--- a/extracted-files/tags/record-REPO
+++ b/extracted-files/tags/record-REPO
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/record-REPO
-standard tag: REPO
+standard tag: 'REPO'
specification:
- Repository
diff --git a/extracted-files/tags/record-SNOTE b/extracted-files/tags/record-SNOTE
index 19aaf00a..5eafbca1 100644
--- a/extracted-files/tags/record-SNOTE
+++ b/extracted-files/tags/record-SNOTE
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/record-SNOTE
-standard tag: SNOTE
+standard tag: 'SNOTE'
specification:
- Shared note
diff --git a/extracted-files/tags/record-SOUR b/extracted-files/tags/record-SOUR
index 9162a718..cf58e3ab 100644
--- a/extracted-files/tags/record-SOUR
+++ b/extracted-files/tags/record-SOUR
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/record-SOUR
-standard tag: SOUR
+standard tag: 'SOUR'
specification:
- Source
diff --git a/extracted-files/tags/record-SUBM b/extracted-files/tags/record-SUBM
index d4b098b9..bf3f2e06 100644
--- a/extracted-files/tags/record-SUBM
+++ b/extracted-files/tags/record-SUBM
@@ -6,7 +6,7 @@ type: structure
uri: https://gedcom.io/terms/v7/record-SUBM
-standard tag: SUBM
+standard tag: 'SUBM'
specification:
- Submitter
diff --git a/specification/gedcom-3-structures-1-organization.md b/specification/gedcom-3-structures-1-organization.md
index a153daae..1a4d06f2 100644
--- a/specification/gedcom-3-structures-1-organization.md
+++ b/specification/gedcom-3-structures-1-organization.md
@@ -166,9 +166,12 @@ A few substructures of note:
- `SCHMA` gives the meaning of extension tags; see [Extensions](#extensions) for more details.
- `SOUR` describes the originating software.
- `CORP` describes the corporation creating the software.
- - `HEAD`.`SOUR`.`DATA` describes a larger database this data is extracted from.
+ - `HEAD`.`SOUR`.`DATA` describes a larger database, electronic data source, or digital repository this data is extracted from.
- `LANG` and `PLAC` give a default value for the rest of the document.
+:::deprecation
+`HEAD`.`SOUR`.`DATA` is now deprecated and applications should use `HEAD`.`SOUR`.`NAME` instead.
+:::
### Records
@@ -1138,6 +1141,12 @@ A place, which can be represented in several ways:
or in the `HEAD`.`PLAC`.`FORM` if there is no `FORM` substructure.
If neither `FORM` exists, the meaning of the elements are not defined in this specification beyond being names of jurisdictions of some kind, ordered from smallest to largest.
+
+ Some applications and users have defaulted to assuming a `FORM` of "City, County, State, Country",
+ and some applications even ignore any `FORM` substructures and treat payloads with a smaller number of
+ elements as if they had additional blank elements at the end.
+
+
Elements should be left blank if they are unknown, do not apply to the location, or are too specific for the region in question.
diff --git a/specification/gedcom-3-structures-3-meaning.md b/specification/gedcom-3-structures-3-meaning.md
index 039bbb6c..8e00f23c 100644
--- a/specification/gedcom-3-structures-3-meaning.md
+++ b/specification/gedcom-3-structures-3-meaning.md
@@ -428,9 +428,9 @@ See `g7:DATA`.
#### `DATA` (Data) `g7:HEAD-SOUR-DATA`
-The electronic data source or digital repository from which this dataset was exported.
-The payload is the name of that source,
-with substructures providing additional details about the source (not the export).
+The database, electronic data source, or digital repository from which this dataset was exported.
+The payload is the name of the database, electronic data source, or digital repository,
+with substructures providing additional details about it (not about the export).
#### `DATE` (Date) `g7:DATE`