From b0e3471b461e118d5aec1bbfe0d7acb2a0a9f585 Mon Sep 17 00:00:00 2001 From: Luther Tychonievich Date: Fri, 28 Jul 2023 22:09:42 -0500 Subject: [PATCH] Extract labels into YAML Extracted for structures, calendars, and months because those always have labels in the spec. Some enumerated values do too, but others have a non-label description instead so those are not extracted. Enumeration sets do not have labels in the spec. Data types do have names, but this commit does not extract them. --- build/uri-def.py | 19 ++++++++++++++++--- extracted-files/tags/ABBR | 2 ++ extracted-files/tags/ADDR | 2 ++ extracted-files/tags/ADOP | 2 ++ extracted-files/tags/ADOP-FAMC | 2 ++ extracted-files/tags/ADR1 | 2 ++ extracted-files/tags/ADR2 | 2 ++ extracted-files/tags/ADR3 | 2 ++ extracted-files/tags/AGE | 2 ++ extracted-files/tags/AGNC | 2 ++ extracted-files/tags/ALIA | 2 ++ extracted-files/tags/ANCI | 2 ++ extracted-files/tags/ANUL | 2 ++ extracted-files/tags/ASSO | 2 ++ extracted-files/tags/AUTH | 2 ++ extracted-files/tags/BAPL | 2 ++ extracted-files/tags/BAPM | 2 ++ extracted-files/tags/BARM | 2 ++ extracted-files/tags/BASM | 2 ++ extracted-files/tags/BIRT | 2 ++ extracted-files/tags/BLES | 2 ++ extracted-files/tags/BURI | 2 ++ extracted-files/tags/CALN | 2 ++ extracted-files/tags/CAST | 2 ++ extracted-files/tags/CAUS | 2 ++ extracted-files/tags/CHAN | 2 ++ extracted-files/tags/CHIL | 2 ++ extracted-files/tags/CHR | 2 ++ extracted-files/tags/CHRA | 2 ++ extracted-files/tags/CITY | 2 ++ extracted-files/tags/CONF | 2 ++ extracted-files/tags/CONL | 2 ++ extracted-files/tags/CONT | 2 ++ extracted-files/tags/COPR | 2 ++ extracted-files/tags/CORP | 2 ++ extracted-files/tags/CREA | 2 ++ extracted-files/tags/CREM | 2 ++ extracted-files/tags/CROP | 2 ++ extracted-files/tags/CTRY | 2 ++ extracted-files/tags/DATA | 2 ++ extracted-files/tags/DATA-EVEN | 2 ++ extracted-files/tags/DATA-EVEN-DATE | 2 ++ extracted-files/tags/DATE | 2 ++ extracted-files/tags/DATE-exact | 2 ++ extracted-files/tags/DEAT | 2 ++ extracted-files/tags/DESI | 2 ++ extracted-files/tags/DEST | 2 ++ extracted-files/tags/DIV | 2 ++ extracted-files/tags/DIVF | 2 ++ extracted-files/tags/DSCR | 2 ++ extracted-files/tags/EDUC | 2 ++ extracted-files/tags/EMAIL | 2 ++ extracted-files/tags/EMIG | 2 ++ extracted-files/tags/ENDL | 2 ++ extracted-files/tags/ENGA | 2 ++ extracted-files/tags/EXID | 2 ++ extracted-files/tags/EXID-TYPE | 2 ++ extracted-files/tags/FAM-CENS | 2 ++ extracted-files/tags/FAM-EVEN | 2 ++ extracted-files/tags/FAM-FACT | 2 ++ extracted-files/tags/FAM-HUSB | 2 ++ extracted-files/tags/FAM-NCHI | 2 ++ extracted-files/tags/FAM-RESI | 2 ++ extracted-files/tags/FAM-WIFE | 2 ++ extracted-files/tags/FAMC | 2 ++ extracted-files/tags/FAMC-ADOP | 2 ++ extracted-files/tags/FAMC-STAT | 2 ++ extracted-files/tags/FAMS | 2 ++ extracted-files/tags/FAX | 2 ++ extracted-files/tags/FCOM | 2 ++ extracted-files/tags/FILE | 2 ++ extracted-files/tags/FILE-TRAN | 2 ++ extracted-files/tags/FORM | 2 ++ extracted-files/tags/GEDC | 2 ++ extracted-files/tags/GEDC-VERS | 2 ++ extracted-files/tags/GIVN | 2 ++ extracted-files/tags/GRAD | 2 ++ extracted-files/tags/HEAD | 2 ++ extracted-files/tags/HEAD-DATE | 2 ++ extracted-files/tags/HEAD-LANG | 2 ++ extracted-files/tags/HEAD-PLAC | 2 ++ extracted-files/tags/HEAD-PLAC-FORM | 2 ++ extracted-files/tags/HEAD-SOUR | 2 ++ extracted-files/tags/HEAD-SOUR-DATA | 2 ++ extracted-files/tags/HEIGHT | 2 ++ extracted-files/tags/HUSB | 2 ++ extracted-files/tags/IDNO | 2 ++ extracted-files/tags/IMMI | 2 ++ extracted-files/tags/INDI-CENS | 2 ++ extracted-files/tags/INDI-EVEN | 2 ++ extracted-files/tags/INDI-FACT | 2 ++ extracted-files/tags/INDI-FAMC | 2 ++ extracted-files/tags/INDI-NAME | 2 ++ extracted-files/tags/INDI-NCHI | 2 ++ extracted-files/tags/INDI-RELI | 2 ++ extracted-files/tags/INDI-RESI | 2 ++ extracted-files/tags/INDI-TITL | 2 ++ extracted-files/tags/INIL | 2 ++ extracted-files/tags/LANG | 2 ++ extracted-files/tags/LATI | 2 ++ extracted-files/tags/LEFT | 2 ++ extracted-files/tags/LONG | 2 ++ extracted-files/tags/MAP | 2 ++ extracted-files/tags/MARB | 2 ++ extracted-files/tags/MARC | 2 ++ extracted-files/tags/MARL | 2 ++ extracted-files/tags/MARR | 2 ++ extracted-files/tags/MARS | 2 ++ extracted-files/tags/MEDI | 2 ++ extracted-files/tags/MIME | 2 ++ extracted-files/tags/NAME | 2 ++ extracted-files/tags/NAME-TRAN | 2 ++ extracted-files/tags/NAME-TYPE | 2 ++ extracted-files/tags/NATI | 2 ++ extracted-files/tags/NATU | 2 ++ extracted-files/tags/NICK | 2 ++ extracted-files/tags/NMR | 2 ++ extracted-files/tags/NO | 2 ++ extracted-files/tags/NO-DATE | 2 ++ extracted-files/tags/NOTE | 2 ++ extracted-files/tags/NOTE-TRAN | 2 ++ extracted-files/tags/NPFX | 2 ++ extracted-files/tags/NSFX | 2 ++ extracted-files/tags/OBJE | 2 ++ extracted-files/tags/OCCU | 2 ++ extracted-files/tags/ORDN | 2 ++ extracted-files/tags/PAGE | 2 ++ extracted-files/tags/PEDI | 2 ++ extracted-files/tags/PHON | 2 ++ extracted-files/tags/PHRASE | 2 ++ extracted-files/tags/PLAC | 2 ++ extracted-files/tags/PLAC-FORM | 2 ++ extracted-files/tags/PLAC-TRAN | 2 ++ extracted-files/tags/POST | 2 ++ extracted-files/tags/PROB | 2 ++ extracted-files/tags/PROP | 2 ++ extracted-files/tags/PUBL | 2 ++ extracted-files/tags/QUAY | 2 ++ extracted-files/tags/REFN | 2 ++ extracted-files/tags/RELI | 2 ++ extracted-files/tags/REPO | 2 ++ extracted-files/tags/RESN | 2 ++ extracted-files/tags/RETI | 2 ++ extracted-files/tags/ROLE | 2 ++ extracted-files/tags/SCHMA | 2 ++ extracted-files/tags/SDATE | 2 ++ extracted-files/tags/SEX | 2 ++ extracted-files/tags/SLGC | 2 ++ extracted-files/tags/SLGS | 2 ++ extracted-files/tags/SNOTE | 2 ++ extracted-files/tags/SOUR | 2 ++ extracted-files/tags/SOUR-DATA | 2 ++ extracted-files/tags/SOUR-EVEN | 2 ++ extracted-files/tags/SPFX | 2 ++ extracted-files/tags/SSN | 2 ++ extracted-files/tags/STAE | 2 ++ extracted-files/tags/SUBM | 2 ++ extracted-files/tags/SUBM-LANG | 2 ++ extracted-files/tags/SURN | 2 ++ extracted-files/tags/TAG | 2 ++ extracted-files/tags/TEMP | 2 ++ extracted-files/tags/TEXT | 2 ++ extracted-files/tags/TIME | 2 ++ extracted-files/tags/TITL | 2 ++ extracted-files/tags/TOP | 2 ++ extracted-files/tags/TRLR | 2 ++ extracted-files/tags/TYPE | 2 ++ extracted-files/tags/UID | 2 ++ extracted-files/tags/VERS | 2 ++ extracted-files/tags/WIDTH | 2 ++ extracted-files/tags/WIFE | 2 ++ extracted-files/tags/WILL | 2 ++ extracted-files/tags/WWW | 2 ++ extracted-files/tags/cal-FRENCH_R | 2 ++ extracted-files/tags/cal-GREGORIAN | 2 ++ extracted-files/tags/cal-HEBREW | 2 ++ extracted-files/tags/cal-JULIAN | 2 ++ extracted-files/tags/month-AAV | 2 ++ extracted-files/tags/month-ADR | 2 ++ extracted-files/tags/month-ADS | 2 ++ extracted-files/tags/month-APR | 2 ++ extracted-files/tags/month-AUG | 2 ++ extracted-files/tags/month-BRUM | 2 ++ extracted-files/tags/month-COMP | 2 ++ extracted-files/tags/month-CSH | 2 ++ extracted-files/tags/month-DEC | 2 ++ extracted-files/tags/month-ELL | 2 ++ extracted-files/tags/month-FEB | 2 ++ extracted-files/tags/month-FLOR | 2 ++ extracted-files/tags/month-FRIM | 2 ++ extracted-files/tags/month-FRUC | 2 ++ extracted-files/tags/month-GERM | 2 ++ extracted-files/tags/month-IYR | 2 ++ extracted-files/tags/month-JAN | 2 ++ extracted-files/tags/month-JUL | 2 ++ extracted-files/tags/month-JUN | 2 ++ extracted-files/tags/month-KSL | 2 ++ extracted-files/tags/month-MAR | 2 ++ extracted-files/tags/month-MAY | 2 ++ extracted-files/tags/month-MESS | 2 ++ extracted-files/tags/month-NIVO | 2 ++ extracted-files/tags/month-NOV | 2 ++ extracted-files/tags/month-NSN | 2 ++ extracted-files/tags/month-OCT | 2 ++ extracted-files/tags/month-PLUV | 2 ++ extracted-files/tags/month-PRAI | 2 ++ extracted-files/tags/month-SEP | 2 ++ extracted-files/tags/month-SHV | 2 ++ extracted-files/tags/month-SVN | 2 ++ extracted-files/tags/month-THER | 2 ++ extracted-files/tags/month-TMZ | 2 ++ extracted-files/tags/month-TSH | 2 ++ extracted-files/tags/month-TVT | 2 ++ extracted-files/tags/month-VEND | 2 ++ extracted-files/tags/month-VENT | 2 ++ extracted-files/tags/ord-STAT | 2 ++ extracted-files/tags/record-FAM | 2 ++ extracted-files/tags/record-INDI | 2 ++ extracted-files/tags/record-OBJE | 2 ++ extracted-files/tags/record-REPO | 2 ++ extracted-files/tags/record-SNOTE | 2 ++ extracted-files/tags/record-SOUR | 2 ++ extracted-files/tags/record-SUBM | 2 ++ 223 files changed, 460 insertions(+), 3 deletions(-) diff --git a/build/uri-def.py b/build/uri-def.py index cfedbeb1..66fe44d9 100644 --- a/build/uri-def.py +++ b/build/uri-def.py @@ -61,6 +61,7 @@ def find_cat_tables(txt, g7, tagsets): sect = txt[i:j].replace('(Latter-Day Saint Ordinance)','`ord`') ## <- hack for ord-STAT for entry in re.finditer(r'`([A-Z0-9_]+)` *\| *(.*?) *[|\n]', sect): enum, meaning = entry.groups() + label = None h1 = sect.find('\n|',sect.rfind('\n#',0,entry.start()))+1 h2 = sect.find('\n', h1) header = [_.strip() for _ in sect[h1:h2].strip('| ').split('|')] @@ -92,6 +93,7 @@ def find_cat_tables(txt, g7, tagsets): enums.setdefault(key,[]).append(pfx) elif 'month-' in pfx: yamltype = 'month' + label = re.sub(r'(,| \().*', '', meaning[0]) k1 = sect.find('`', sect.find('URI for this calendar is', entry.start()))+1 k2 = sect.find('`', k1) cal = sect[k1:k2] @@ -109,7 +111,10 @@ def find_cat_tables(txt, g7, tagsets): if pfx.startswith('g7:'): if pfx[3:] in g7: raise Exception(pfx+' defined as an enumeration and a '+g7[pfx[3:]][0]) - g7[pfx[3:]] = (yamltype, meaning) + if label: + g7[pfx[3:]] = (yamltype, meaning, None, label) + else: + g7[pfx[3:]] = (yamltype, meaning) return enums, calendars def find_calendars(txt, g7): @@ -117,7 +122,11 @@ def find_calendars(txt, g7): for bit in re.finditer(r'#+ `[^`]*`[^\n]*\n+((?:\n+(?!#)|[^\n])*is `g7:(cal-[^`]*)`(?:\n+(?!#)|[^\n#])*)', txt): m = re.search('The epoch markers? ([`_A-Z0-9, and]+) (is|are) permitted', bit.group(1)) marker = [] if not m else re.findall(r'[A-Z0-9_]+', m[1]) - g7[bit.group(2)] = ('calendar',[bit.group(1)], marker) + m = re.match(r'^The ([A-Z][A-Za-z]* )+calendar', bit.group(1)) + if m: + g7[bit.group(2)] = ('calendar',[bit.group(1)], marker, m.group(0)[4:-9]) + else: + g7[bit.group(2)] = ('calendar',[bit.group(1)], marker) def joint_card(c1,c2): @@ -215,7 +224,7 @@ def find_descriptions(txt, g7, ssp): if uri not in ssp: raise Exception('Found section for '+uri+' but no gedstruct') if uri.startswith('g7:'): - g7.setdefault(uri[3:],('structure',[],ssp[uri]))[1].extend(( + g7.setdefault(uri[3:],('structure',[],ssp[uri],name.strip()))[1].extend(( name.strip(), desc.strip() )) @@ -352,6 +361,10 @@ def expand_prefix(txt, prefixes): print('\nspecification:', file=fh) for desc in g7[tag][1]: print(yaml_str_helper(' - ', desc), file=fh) + + if len(g7[tag]) > 3: + print('\nlabel:',repr(g7[tag][3]), file=fh) + if g7[tag][0] == 'structure': d = g7[tag][2] payload = expand_prefix(d['pay'],prefixes) if d['pay'] is not None else 'null' diff --git a/extracted-files/tags/ABBR b/extracted-files/tags/ABBR index 3b62a36f..2dc59e44 100644 --- a/extracted-files/tags/ABBR +++ b/extracted-files/tags/ABBR @@ -13,6 +13,8 @@ specification: - A short name of a title, description, or name used for sorting, filing, and retrieving records. +label: 'Abbreviation' + payload: http://www.w3.org/2001/XMLSchema#string substructures: {} diff --git a/extracted-files/tags/ADDR b/extracted-files/tags/ADDR index d409c824..59071868 100644 --- a/extracted-files/tags/ADDR +++ b/extracted-files/tags/ADDR @@ -36,6 +36,8 @@ specification: Duplicating information bloats files and introduces the potential for self-contradiction. ADR1, ADR2, and ADR3 should not be added to new files. +label: 'Address' + payload: http://www.w3.org/2001/XMLSchema#string substructures: diff --git a/extracted-files/tags/ADOP b/extracted-files/tags/ADOP index c85e4102..5fc737c7 100644 --- a/extracted-files/tags/ADOP +++ b/extracted-files/tags/ADOP @@ -15,6 +15,8 @@ specification: - Creation of a legally approved child-parent relationship that does not exist biologically. +label: 'Adoption' + payload: Y| substructures: diff --git a/extracted-files/tags/ADOP-FAMC b/extracted-files/tags/ADOP-FAMC index 4f976647..83ce0b77 100644 --- a/extracted-files/tags/ADOP-FAMC +++ b/extracted-files/tags/ADOP-FAMC @@ -19,6 +19,8 @@ specification: performed the adoption; or by using a FAM where the adopting individual is the only HUSB/WIFE. +label: 'Family child' + payload: "@@" substructures: diff --git a/extracted-files/tags/ADR1 b/extracted-files/tags/ADR1 index 8971150d..f495bbb9 100644 --- a/extracted-files/tags/ADR1 +++ b/extracted-files/tags/ADR1 @@ -17,6 +17,8 @@ specification: ADR1 should not be added to new files; see ADDRESS_STRUCTURE for more. +label: 'Address Line 1' + payload: http://www.w3.org/2001/XMLSchema#string substructures: {} diff --git a/extracted-files/tags/ADR2 b/extracted-files/tags/ADR2 index 6abe19d8..1f13af74 100644 --- a/extracted-files/tags/ADR2 +++ b/extracted-files/tags/ADR2 @@ -17,6 +17,8 @@ specification: ADR2 should not be added to new files; see ADDRESS_STRUCTURE for more. +label: 'Address Line 2' + payload: http://www.w3.org/2001/XMLSchema#string substructures: {} diff --git a/extracted-files/tags/ADR3 b/extracted-files/tags/ADR3 index d1c66b3e..9cc9b309 100644 --- a/extracted-files/tags/ADR3 +++ b/extracted-files/tags/ADR3 @@ -17,6 +17,8 @@ specification: ADR3 should not be added to new files; see ADDRESS_STRUCTURE for more. +label: 'Address Line 3' + payload: http://www.w3.org/2001/XMLSchema#string substructures: {} diff --git a/extracted-files/tags/AGE b/extracted-files/tags/AGE index b36396c3..f4c17971 100644 --- a/extracted-files/tags/AGE +++ b/extracted-files/tags/AGE @@ -13,6 +13,8 @@ specification: - The age of the individual at the time an event occurred, or the age listed in the document. +label: 'Age at event' + payload: https://gedcom.io/terms/v7/type-Age substructures: diff --git a/extracted-files/tags/AGNC b/extracted-files/tags/AGNC index 64536988..a6030b0f 100644 --- a/extracted-files/tags/AGNC +++ b/extracted-files/tags/AGNC @@ -16,6 +16,8 @@ specification: or events, or an organization responsible for creating or archiving records. +label: 'Responsible agency' + payload: http://www.w3.org/2001/XMLSchema#string substructures: {} diff --git a/extracted-files/tags/ALIA b/extracted-files/tags/ALIA index 5129dfef..2bbe3d92 100644 --- a/extracted-files/tags/ALIA +++ b/extracted-files/tags/ALIA @@ -22,6 +22,8 @@ specification: mutually linked by symmetric pairs of ALIA pointers. A future version of this specification may adjust the definition of ALIA. +label: 'Alias' + payload: "@@" substructures: diff --git a/extracted-files/tags/ANCI b/extracted-files/tags/ANCI index f5034138..f8511995 100644 --- a/extracted-files/tags/ANCI +++ b/extracted-files/tags/ANCI @@ -13,6 +13,8 @@ specification: - Indicates an interest in additional research for ancestors of this individual. (See also DESI). +label: 'Ancestor interest' + payload: "@@" substructures: {} diff --git a/extracted-files/tags/ANUL b/extracted-files/tags/ANUL index 76a7cbf3..e62478fe 100644 --- a/extracted-files/tags/ANUL +++ b/extracted-files/tags/ANUL @@ -14,6 +14,8 @@ specification: - annulment - Declaring a marriage void from the beginning (never existed). +label: 'Annulment' + payload: Y| substructures: diff --git a/extracted-files/tags/ASSO b/extracted-files/tags/ASSO index 594bba28..92a7cd8c 100644 --- a/extracted-files/tags/ASSO +++ b/extracted-files/tags/ASSO @@ -31,6 +31,8 @@ specification: 2 ASSO @I2@ 3 ROLE CLERGY +label: 'Associates' + payload: "@@" substructures: diff --git a/extracted-files/tags/AUTH b/extracted-files/tags/AUTH index fe4411ca..448b1726 100644 --- a/extracted-files/tags/AUTH +++ b/extracted-files/tags/AUTH @@ -15,6 +15,8 @@ specification: an unpublished source, this may be an individual, a government agency, church organization, or private organization. +label: 'Author' + payload: http://www.w3.org/2001/XMLSchema#string substructures: {} diff --git a/extracted-files/tags/BAPL b/extracted-files/tags/BAPL index b5cfe652..3a6466f3 100644 --- a/extracted-files/tags/BAPL +++ b/extracted-files/tags/BAPL @@ -15,6 +15,8 @@ specification: - The event of baptism performed at age 8 or later by priesthood authority of The Church of Jesus Christ of Latter-day Saints. (See also BAPM) +label: 'Baptism, Latter-Day Saint' + payload: null substructures: diff --git a/extracted-files/tags/BAPM b/extracted-files/tags/BAPM index 883796eb..53716725 100644 --- a/extracted-files/tags/BAPM +++ b/extracted-files/tags/BAPM @@ -14,6 +14,8 @@ specification: - baptism - Baptism, performed in infancy or later. (See also BAPL and CHR.) +label: 'Baptism' + payload: Y| substructures: diff --git a/extracted-files/tags/BARM b/extracted-files/tags/BARM index 9dd228d5..dddee99a 100644 --- a/extracted-files/tags/BARM +++ b/extracted-files/tags/BARM @@ -14,6 +14,8 @@ specification: - Bar Mitzvah - The ceremonial event held when a Jewish boy reaches age 13. +label: 'Bar Mitzvah' + payload: Y| substructures: diff --git a/extracted-files/tags/BASM b/extracted-files/tags/BASM index 830dbf12..19a6d382 100644 --- a/extracted-files/tags/BASM +++ b/extracted-files/tags/BASM @@ -15,6 +15,8 @@ specification: - The ceremonial event held when a Jewish girl reaches age 13, also known as “Bat Mitzvah.” +label: 'Bas Mitzvah' + payload: Y| substructures: diff --git a/extracted-files/tags/BIRT b/extracted-files/tags/BIRT index 14405cab..4555272a 100644 --- a/extracted-files/tags/BIRT +++ b/extracted-files/tags/BIRT @@ -14,6 +14,8 @@ specification: - birth - Entering into life. +label: 'Birth' + payload: Y| substructures: diff --git a/extracted-files/tags/BLES b/extracted-files/tags/BLES index aa4cb04f..a8d42505 100644 --- a/extracted-files/tags/BLES +++ b/extracted-files/tags/BLES @@ -15,6 +15,8 @@ specification: - Bestowing divine care or intercession. Sometimes given in connection with a naming ceremony. +label: 'Blessing' + payload: Y| substructures: diff --git a/extracted-files/tags/BURI b/extracted-files/tags/BURI index ac1b61fc..43a2bf83 100644 --- a/extracted-files/tags/BURI +++ b/extracted-files/tags/BURI @@ -14,6 +14,8 @@ specification: - burial - Disposing of the mortal remains of a deceased person. +label: 'Burial' + payload: Y| substructures: diff --git a/extracted-files/tags/CALN b/extracted-files/tags/CALN index b10cca2a..54ecff96 100644 --- a/extracted-files/tags/CALN +++ b/extracted-files/tags/CALN @@ -14,6 +14,8 @@ specification: from the holdings of a repository. Despite the word “number” in the name, may contain any character, not just digits. +label: 'Call number' + payload: http://www.w3.org/2001/XMLSchema#string substructures: diff --git a/extracted-files/tags/CAST b/extracted-files/tags/CAST index 15772600..9e3f611b 100644 --- a/extracted-files/tags/CAST +++ b/extracted-files/tags/CAST @@ -16,6 +16,8 @@ specification: based on racial or religious differences, or differences in wealth, inherited rank, profession, or occupation. +label: 'Caste' + payload: http://www.w3.org/2001/XMLSchema#string substructures: diff --git a/extracted-files/tags/CAUS b/extracted-files/tags/CAUS index 6271b2b0..d6a25e48 100644 --- a/extracted-files/tags/CAUS +++ b/extracted-files/tags/CAUS @@ -14,6 +14,8 @@ specification: death event to show cause of death, such as might be listed on a death certificate. +label: 'Cause' + payload: http://www.w3.org/2001/XMLSchema#string substructures: {} diff --git a/extracted-files/tags/CHAN b/extracted-files/tags/CHAN index db2ed695..ed0183c5 100644 --- a/extracted-files/tags/CHAN +++ b/extracted-files/tags/CHAN @@ -20,6 +20,8 @@ specification: recent, although only the most recent change is described by the DATE substructure. +label: 'Change' + payload: null substructures: diff --git a/extracted-files/tags/CHIL b/extracted-files/tags/CHIL index c884ec4e..e9bf0278 100644 --- a/extracted-files/tags/CHIL +++ b/extracted-files/tags/CHIL @@ -13,6 +13,8 @@ specification: - The child in a family, whether biological, adopted, foster, sealed, or other relationship. +label: 'Child' + payload: "@@" substructures: diff --git a/extracted-files/tags/CHR b/extracted-files/tags/CHR index b9fef538..3e1a2dd8 100644 --- a/extracted-files/tags/CHR +++ b/extracted-files/tags/CHR @@ -14,6 +14,8 @@ specification: - christening - Baptism or naming events for a child. +label: 'Christening' + payload: Y| substructures: diff --git a/extracted-files/tags/CHRA b/extracted-files/tags/CHRA index 308fb527..a601843a 100644 --- a/extracted-files/tags/CHRA +++ b/extracted-files/tags/CHRA @@ -14,6 +14,8 @@ specification: - adult christening - Baptism or naming events for an adult person. +label: 'Christening, adult' + payload: Y| substructures: diff --git a/extracted-files/tags/CITY b/extracted-files/tags/CITY index 79a6263a..f63edd64 100644 --- a/extracted-files/tags/CITY +++ b/extracted-files/tags/CITY @@ -12,6 +12,8 @@ specification: - City - The name of the city used in the address. See ADDRESS_STRUCTURE for more. +label: 'City' + payload: http://www.w3.org/2001/XMLSchema#string substructures: {} diff --git a/extracted-files/tags/CONF b/extracted-files/tags/CONF index f98c2bfa..0a557d66 100644 --- a/extracted-files/tags/CONF +++ b/extracted-files/tags/CONF @@ -14,6 +14,8 @@ specification: - confirmation - Conferring full church membership. +label: 'Confirmation' + payload: Y| substructures: diff --git a/extracted-files/tags/CONL b/extracted-files/tags/CONL index 6dc01cb7..842e978e 100644 --- a/extracted-files/tags/CONL +++ b/extracted-files/tags/CONL @@ -15,6 +15,8 @@ specification: - The religious event by which a person receives membership in The Church of Jesus Christ of Latter-day Saints. (See also CONF) +label: 'Confirmation, Latter-Day Saint' + payload: null substructures: diff --git a/extracted-files/tags/CONT b/extracted-files/tags/CONT index 90532560..1505376e 100644 --- a/extracted-files/tags/CONT +++ b/extracted-files/tags/CONT @@ -14,6 +14,8 @@ specification: during serialization and is never present in parsed datasets. See Lines for more. +label: 'Continued' + payload: null substructures: {} diff --git a/extracted-files/tags/COPR b/extracted-files/tags/COPR index 45348a69..e2e41a16 100644 --- a/extracted-files/tags/COPR +++ b/extracted-files/tags/COPR @@ -13,6 +13,8 @@ specification: - A copyright statement, as appropriate for the copyright laws applicable to this data. +label: 'Copyright' + payload: http://www.w3.org/2001/XMLSchema#string substructures: {} diff --git a/extracted-files/tags/CORP b/extracted-files/tags/CORP index 650f397c..0efb5f5a 100644 --- a/extracted-files/tags/CORP +++ b/extracted-files/tags/CORP @@ -13,6 +13,8 @@ specification: - The name of the business, corporation, or person that produced or commissioned the product. +label: 'Corporate name' + payload: http://www.w3.org/2001/XMLSchema#string substructures: diff --git a/extracted-files/tags/CREA b/extracted-files/tags/CREA index 32d1a5b2..ce9f2726 100644 --- a/extracted-files/tags/CREA +++ b/extracted-files/tags/CREA @@ -16,6 +16,8 @@ specification: to the initial creation, it should not be modified after the structure is created. +label: 'Creation' + payload: null substructures: diff --git a/extracted-files/tags/CREM b/extracted-files/tags/CREM index ae1a7252..71b25b05 100644 --- a/extracted-files/tags/CREM +++ b/extracted-files/tags/CREM @@ -14,6 +14,8 @@ specification: - cremation - Disposal of the remains of a person’s body by fire. +label: 'Cremation' + payload: Y| substructures: diff --git a/extracted-files/tags/CROP b/extracted-files/tags/CROP index d3727b84..40eeaf5b 100644 --- a/extracted-files/tags/CROP +++ b/extracted-files/tags/CROP @@ -33,6 +33,8 @@ specification: - TOP or TOP + HEIGHT exceed the image height. - CROP applied to a non-image or image without a defined pixel unit. +label: 'Crop' + payload: null substructures: diff --git a/extracted-files/tags/CTRY b/extracted-files/tags/CTRY index 0478907d..ba9d493b 100644 --- a/extracted-files/tags/CTRY +++ b/extracted-files/tags/CTRY @@ -13,6 +13,8 @@ specification: - The name of the country that pertains to the associated address. See ADDRESS_STRUCTURE for more. +label: 'Country' + payload: http://www.w3.org/2001/XMLSchema#string substructures: {} diff --git a/extracted-files/tags/DATA b/extracted-files/tags/DATA index f2c1901c..ab5e399e 100644 --- a/extracted-files/tags/DATA +++ b/extracted-files/tags/DATA @@ -15,6 +15,8 @@ specification: describe a source itself, while SOUR.DATA describes the content of the source. +label: 'Data' + payload: null substructures: diff --git a/extracted-files/tags/DATA-EVEN b/extracted-files/tags/DATA-EVEN index 435ce897..c020c271 100644 --- a/extracted-files/tags/DATA-EVEN +++ b/extracted-files/tags/DATA-EVEN @@ -16,6 +16,8 @@ specification: a comma and space. For example, a parish register of births, deaths, and marriages would be BIRT, DEAT, MARR. +label: 'Event' + payload: https://gedcom.io/terms/v7/type-List#Enum enumeration set: "https://gedcom.io/terms/v7/enumset-EVENATTR" diff --git a/extracted-files/tags/DATA-EVEN-DATE b/extracted-files/tags/DATA-EVEN-DATE index 4b3fbab4..c44ce9fa 100644 --- a/extracted-files/tags/DATA-EVEN-DATE +++ b/extracted-files/tags/DATA-EVEN-DATE @@ -13,6 +13,8 @@ specification: - The DatePeriod covered by the entire source; the period during which this source recorded events. +label: 'Date' + payload: https://gedcom.io/terms/v7/type-Date#period substructures: diff --git a/extracted-files/tags/DATE b/extracted-files/tags/DATE index 10e3dc3c..d4f1b45d 100644 --- a/extracted-files/tags/DATE +++ b/extracted-files/tags/DATE @@ -23,6 +23,8 @@ specification: There is currently no provision for approximate times or time phrases. Time phrases are expected to be added in version 7.1. +label: 'Date' + payload: https://gedcom.io/terms/v7/type-Date substructures: diff --git a/extracted-files/tags/DATE-exact b/extracted-files/tags/DATE-exact index 5a070442..00cfb1f7 100644 --- a/extracted-files/tags/DATE-exact +++ b/extracted-files/tags/DATE-exact @@ -13,6 +13,8 @@ specification: - The principal date of the subject of the superstructure. The payload is a DateExact. +label: 'Date' + payload: https://gedcom.io/terms/v7/type-Date#exact substructures: diff --git a/extracted-files/tags/DEAT b/extracted-files/tags/DEAT index deb5f418..abca8dc2 100644 --- a/extracted-files/tags/DEAT +++ b/extracted-files/tags/DEAT @@ -14,6 +14,8 @@ specification: - death - Mortal life terminates. +label: 'Death' + payload: Y| substructures: diff --git a/extracted-files/tags/DESI b/extracted-files/tags/DESI index f6aa7dc1..ef20d28a 100644 --- a/extracted-files/tags/DESI +++ b/extracted-files/tags/DESI @@ -13,6 +13,8 @@ specification: - Indicates an interest in research to identify additional descendants of this individual. See also ANCI. +label: 'Descendant Interest' + payload: "@@" substructures: {} diff --git a/extracted-files/tags/DEST b/extracted-files/tags/DEST index c213277b..86d9c9a4 100644 --- a/extracted-files/tags/DEST +++ b/extracted-files/tags/DEST @@ -13,6 +13,8 @@ specification: - An identifier for the system expected to receive this document. See HEAD.SOUR for guidance on choosing identifiers. +label: 'Destination' + payload: http://www.w3.org/2001/XMLSchema#string substructures: {} diff --git a/extracted-files/tags/DIV b/extracted-files/tags/DIV index e07971c1..8d569a23 100644 --- a/extracted-files/tags/DIV +++ b/extracted-files/tags/DIV @@ -14,6 +14,8 @@ specification: - divorce - Dissolving a marriage through civil action. +label: 'Divorce' + payload: Y| substructures: diff --git a/extracted-files/tags/DIVF b/extracted-files/tags/DIVF index e52c5b23..8b3e31ac 100644 --- a/extracted-files/tags/DIVF +++ b/extracted-files/tags/DIVF @@ -14,6 +14,8 @@ specification: - divorce filed - Filing for a divorce by a spouse. +label: 'Divorce filing' + payload: Y| substructures: diff --git a/extracted-files/tags/DSCR b/extracted-files/tags/DSCR index 85f6f8a6..65007622 100644 --- a/extracted-files/tags/DSCR +++ b/extracted-files/tags/DSCR @@ -14,6 +14,8 @@ specification: - physical description - The physical characteristics of a person. +label: 'Description' + payload: http://www.w3.org/2001/XMLSchema#string substructures: diff --git a/extracted-files/tags/EDUC b/extracted-files/tags/EDUC index 8c61d020..90959662 100644 --- a/extracted-files/tags/EDUC +++ b/extracted-files/tags/EDUC @@ -14,6 +14,8 @@ specification: - education - Indicator of a level of education attained. +label: 'Education' + payload: http://www.w3.org/2001/XMLSchema#string substructures: diff --git a/extracted-files/tags/EMAIL b/extracted-files/tags/EMAIL index 5aa0e648..aaf78aff 100644 --- a/extracted-files/tags/EMAIL +++ b/extracted-files/tags/EMAIL @@ -21,6 +21,8 @@ specification: sometimes written EMAI and sometimes written EMAIL. EMAIL should be used in version 7.0 and later. +label: 'Email' + payload: http://www.w3.org/2001/XMLSchema#string substructures: {} diff --git a/extracted-files/tags/EMIG b/extracted-files/tags/EMIG index a0fc4c32..af1dd620 100644 --- a/extracted-files/tags/EMIG +++ b/extracted-files/tags/EMIG @@ -14,6 +14,8 @@ specification: - emigration - Leaving one’s homeland with the intent of residing elsewhere. +label: 'Emigration' + payload: Y| substructures: diff --git a/extracted-files/tags/ENDL b/extracted-files/tags/ENDL index 8ca3fbab..41bc2f04 100644 --- a/extracted-files/tags/ENDL +++ b/extracted-files/tags/ENDL @@ -16,6 +16,8 @@ specification: performed by priesthood authority in a temple of The Church of Jesus Christ of Latter-day Saints. +label: 'Endowment, Latter-Day Saint' + payload: null substructures: diff --git a/extracted-files/tags/ENGA b/extracted-files/tags/ENGA index bdbf117b..8ade6ef5 100644 --- a/extracted-files/tags/ENGA +++ b/extracted-files/tags/ENGA @@ -14,6 +14,8 @@ specification: - engagement - Recording or announcing an agreement between 2 people to become married. +label: 'Engagement' + payload: Y| substructures: diff --git a/extracted-files/tags/EXID b/extracted-files/tags/EXID index 6622a2b2..0f1c230e 100644 --- a/extracted-files/tags/EXID +++ b/extracted-files/tags/EXID @@ -25,6 +25,8 @@ specification: EXID identifiers are expected to be unique. Once assigned, an EXID identifier should never be re-used for any other purpose. +label: 'External Identifier' + payload: http://www.w3.org/2001/XMLSchema#string substructures: diff --git a/extracted-files/tags/EXID-TYPE b/extracted-files/tags/EXID-TYPE index fa22f1b6..e56c6372 100644 --- a/extracted-files/tags/EXID-TYPE +++ b/extracted-files/tags/EXID-TYPE @@ -37,6 +37,8 @@ specification: Additional type URIs can be registered by filing a GitHub pull request. +label: 'Type' + payload: http://www.w3.org/2001/XMLSchema#string substructures: {} diff --git a/extracted-files/tags/FAM-CENS b/extracted-files/tags/FAM-CENS index 5dc5bab8..c728d2e6 100644 --- a/extracted-files/tags/FAM-CENS +++ b/extracted-files/tags/FAM-CENS @@ -15,6 +15,8 @@ specification: - Periodic count of the population for a designated locality, such as a national or state census. +label: 'Census' + payload: Y| substructures: diff --git a/extracted-files/tags/FAM-EVEN b/extracted-files/tags/FAM-EVEN index 10fb1af7..b49f5c5a 100644 --- a/extracted-files/tags/FAM-EVEN +++ b/extracted-files/tags/FAM-EVEN @@ -12,6 +12,8 @@ specification: - Event - See https://gedcom.io/terms/v7/INDI-EVEN. +label: 'Event' + payload: http://www.w3.org/2001/XMLSchema#string substructures: diff --git a/extracted-files/tags/FAM-FACT b/extracted-files/tags/FAM-FACT index 5c26f135..8d9cea38 100644 --- a/extracted-files/tags/FAM-FACT +++ b/extracted-files/tags/FAM-FACT @@ -12,6 +12,8 @@ specification: - Fact - See https://gedcom.io/terms/v7/INDI-FACT. +label: 'Fact' + payload: http://www.w3.org/2001/XMLSchema#string substructures: diff --git a/extracted-files/tags/FAM-HUSB b/extracted-files/tags/FAM-HUSB index 9b1c53ed..f808daed 100644 --- a/extracted-files/tags/FAM-HUSB +++ b/extracted-files/tags/FAM-HUSB @@ -12,6 +12,8 @@ specification: - Husband - This is a partner in a FAM record. See FAMILY_RECORD for more. +label: 'Husband' + payload: "@@" substructures: diff --git a/extracted-files/tags/FAM-NCHI b/extracted-files/tags/FAM-NCHI index 3d70e1d2..be547fdb 100644 --- a/extracted-files/tags/FAM-NCHI +++ b/extracted-files/tags/FAM-NCHI @@ -14,6 +14,8 @@ specification: - number of children - The number of children that belong to this family. +label: 'Number of children' + payload: http://www.w3.org/2001/XMLSchema#nonNegativeInteger substructures: diff --git a/extracted-files/tags/FAM-RESI b/extracted-files/tags/FAM-RESI index ccfd9a55..6a03e137 100644 --- a/extracted-files/tags/FAM-RESI +++ b/extracted-files/tags/FAM-RESI @@ -18,6 +18,8 @@ specification: - residence - An address or place of residence where a family resided. +label: 'Residence' + payload: http://www.w3.org/2001/XMLSchema#string substructures: diff --git a/extracted-files/tags/FAM-WIFE b/extracted-files/tags/FAM-WIFE index a359a3e5..35ea8ad6 100644 --- a/extracted-files/tags/FAM-WIFE +++ b/extracted-files/tags/FAM-WIFE @@ -12,6 +12,8 @@ specification: - Wife - A partner in a FAM record. See FAMILY_RECORD for more. +label: 'Wife' + payload: "@@" substructures: diff --git a/extracted-files/tags/FAMC b/extracted-files/tags/FAMC index f8c6f86d..e6987123 100644 --- a/extracted-files/tags/FAMC +++ b/extracted-files/tags/FAMC @@ -12,6 +12,8 @@ specification: - Family child - The family with which this individual event is associated. +label: 'Family child' + payload: "@@" substructures: {} diff --git a/extracted-files/tags/FAMC-ADOP b/extracted-files/tags/FAMC-ADOP index 70ae2137..d3aad54f 100644 --- a/extracted-files/tags/FAMC-ADOP +++ b/extracted-files/tags/FAMC-ADOP @@ -13,6 +13,8 @@ specification: - An enumerated value from set https://gedcom.io/terms/v7/enumset-ADOP indicating which parent(s) in the family adopted this individual. +label: 'Adoption' + payload: https://gedcom.io/terms/v7/type-Enum enumeration set: "https://gedcom.io/terms/v7/enumset-ADOP" diff --git a/extracted-files/tags/FAMC-STAT b/extracted-files/tags/FAMC-STAT index 1be43a5b..c6fa6b02 100644 --- a/extracted-files/tags/FAMC-STAT +++ b/extracted-files/tags/FAMC-STAT @@ -14,6 +14,8 @@ specification: assessing of the state or condition of a researcher’s belief in a family connection. +label: 'Status' + payload: https://gedcom.io/terms/v7/type-Enum enumeration set: "https://gedcom.io/terms/v7/enumset-FAMC-STAT" diff --git a/extracted-files/tags/FAMS b/extracted-files/tags/FAMS index 6e3b0b6e..dad09eec 100644 --- a/extracted-files/tags/FAMS +++ b/extracted-files/tags/FAMS @@ -12,6 +12,8 @@ specification: - Family spouse - The family in which an individual appears as a partner. See FAM for more. +label: 'Family spouse' + payload: "@@" substructures: diff --git a/extracted-files/tags/FAX b/extracted-files/tags/FAX index 51510187..ae5fbda2 100644 --- a/extracted-files/tags/FAX +++ b/extracted-files/tags/FAX @@ -13,6 +13,8 @@ specification: - A fax telephone number appropriate for sending data facsimiles. See PHON for more. +label: 'Facsimile' + payload: http://www.w3.org/2001/XMLSchema#string substructures: {} diff --git a/extracted-files/tags/FCOM b/extracted-files/tags/FCOM index 9db6e753..65f7b027 100644 --- a/extracted-files/tags/FCOM +++ b/extracted-files/tags/FCOM @@ -14,6 +14,8 @@ specification: - first communion - The first act of sharing in the Lord’s supper as part of church worship. +label: 'First communion' + payload: Y| substructures: diff --git a/extracted-files/tags/FILE b/extracted-files/tags/FILE index 208825f3..f25bac16 100644 --- a/extracted-files/tags/FILE +++ b/extracted-files/tags/FILE @@ -53,6 +53,8 @@ specification: defined by this version of the specification, but may be defined in a subsequent version. +label: 'File reference' + payload: http://www.w3.org/2001/XMLSchema#string substructures: diff --git a/extracted-files/tags/FILE-TRAN b/extracted-files/tags/FILE-TRAN index eafc8a44..855fd3de 100644 --- a/extracted-files/tags/FILE-TRAN +++ b/extracted-files/tags/FILE-TRAN @@ -50,6 +50,8 @@ specification: every other TRAN substructure of its superstructure in either its language tag or its media type or both. +label: 'Translation' + payload: http://www.w3.org/2001/XMLSchema#string substructures: diff --git a/extracted-files/tags/FORM b/extracted-files/tags/FORM index 1f4b2843..93925e00 100644 --- a/extracted-files/tags/FORM +++ b/extracted-files/tags/FORM @@ -12,6 +12,8 @@ specification: - Format - The media type of the file referenced by the superstructure. +label: 'Format' + payload: http://www.w3.org/ns/dcat#mediaType substructures: diff --git a/extracted-files/tags/GEDC b/extracted-files/tags/GEDC index e1ff988d..98d88135 100644 --- a/extracted-files/tags/GEDC +++ b/extracted-files/tags/GEDC @@ -16,6 +16,8 @@ specification: It is recommended that applications write GEDC with its required subrecord VERS as the first substructure of HEAD. +label: 'GEDCOM' + payload: null substructures: diff --git a/extracted-files/tags/GEDC-VERS b/extracted-files/tags/GEDC-VERS index c2589723..c0fd8560 100644 --- a/extracted-files/tags/GEDC-VERS +++ b/extracted-files/tags/GEDC-VERS @@ -15,6 +15,8 @@ specification: “7.0”); it may include the patch as well (for example, “7.0.1”), but doing so is not required. See [A Guide to Version Numbers] for more. +label: 'Version' + payload: http://www.w3.org/2001/XMLSchema#string substructures: {} diff --git a/extracted-files/tags/GIVN b/extracted-files/tags/GIVN index 205575ba..3c453178 100644 --- a/extracted-files/tags/GIVN +++ b/extracted-files/tags/GIVN @@ -12,6 +12,8 @@ specification: - Given name - A given or earned name used for official identification of a person. +label: 'Given name' + payload: http://www.w3.org/2001/XMLSchema#string substructures: {} diff --git a/extracted-files/tags/GRAD b/extracted-files/tags/GRAD index 8ca8168a..ced5c02c 100644 --- a/extracted-files/tags/GRAD +++ b/extracted-files/tags/GRAD @@ -14,6 +14,8 @@ specification: - graduation - Awarding educational diplomas or degrees to individuals. +label: 'Graduation' + payload: Y| substructures: diff --git a/extracted-files/tags/HEAD b/extracted-files/tags/HEAD index 7e09d394..4f0005fa 100644 --- a/extracted-files/tags/HEAD +++ b/extracted-files/tags/HEAD @@ -25,6 +25,8 @@ specification: from. - LANG and PLAC give a default value for the rest of the document. +label: 'Header' + payload: null substructures: diff --git a/extracted-files/tags/HEAD-DATE b/extracted-files/tags/HEAD-DATE index 324be0fe..599e029d 100644 --- a/extracted-files/tags/HEAD-DATE +++ b/extracted-files/tags/HEAD-DATE @@ -12,6 +12,8 @@ specification: - Date - The DateExact that this document was created. +label: 'Date' + payload: https://gedcom.io/terms/v7/type-Date#exact substructures: diff --git a/extracted-files/tags/HEAD-LANG b/extracted-files/tags/HEAD-LANG index 3abda214..e6a6540f 100644 --- a/extracted-files/tags/HEAD-LANG +++ b/extracted-files/tags/HEAD-LANG @@ -31,6 +31,8 @@ specification: platform-specific places, such as the default language from operating system settings, user locales, Input Method Editors (IMEs), etc. +label: 'Language' + payload: http://www.w3.org/2001/XMLSchema#Language substructures: {} diff --git a/extracted-files/tags/HEAD-PLAC b/extracted-files/tags/HEAD-PLAC index 6968b0d3..b3be0440 100644 --- a/extracted-files/tags/HEAD-PLAC +++ b/extracted-files/tags/HEAD-PLAC @@ -13,6 +13,8 @@ specification: - This is a placeholder for providing a default PLAC.FORM, and must not have a payload. +label: 'Place' + payload: null substructures: diff --git a/extracted-files/tags/HEAD-PLAC-FORM b/extracted-files/tags/HEAD-PLAC-FORM index 167365bc..ec125260 100644 --- a/extracted-files/tags/HEAD-PLAC-FORM +++ b/extracted-files/tags/HEAD-PLAC-FORM @@ -12,6 +12,8 @@ specification: - Format - Any PLAC with no FORM shall be treated as if it has this FORM. +label: 'Format' + payload: https://gedcom.io/terms/v7/type-List#Text substructures: {} diff --git a/extracted-files/tags/HEAD-SOUR b/extracted-files/tags/HEAD-SOUR index bd859f84..b07af0f3 100644 --- a/extracted-files/tags/HEAD-SOUR +++ b/extracted-files/tags/HEAD-SOUR @@ -15,6 +15,8 @@ specification: existing identifier is known, it should be used. Otherwise, a URI owned by the product should be used instead. +label: 'Source' + payload: http://www.w3.org/2001/XMLSchema#string substructures: diff --git a/extracted-files/tags/HEAD-SOUR-DATA b/extracted-files/tags/HEAD-SOUR-DATA index 7987b381..3b6726c6 100644 --- a/extracted-files/tags/HEAD-SOUR-DATA +++ b/extracted-files/tags/HEAD-SOUR-DATA @@ -14,6 +14,8 @@ specification: was exported. The payload is the name of that source, with substructures providing additional details about the source (not the export). +label: 'Data' + payload: http://www.w3.org/2001/XMLSchema#string substructures: diff --git a/extracted-files/tags/HEIGHT b/extracted-files/tags/HEIGHT index ea8e4f9f..3b32258a 100644 --- a/extracted-files/tags/HEIGHT +++ b/extracted-files/tags/HEIGHT @@ -19,6 +19,8 @@ specification: 0 @I45@ INDI 1 DSCR brown eyes, 5ft 10in, 198 pounds +label: 'Height in pixels' + payload: http://www.w3.org/2001/XMLSchema#nonNegativeInteger substructures: {} diff --git a/extracted-files/tags/HUSB b/extracted-files/tags/HUSB index 33f9c92a..1f9978ce 100644 --- a/extracted-files/tags/HUSB +++ b/extracted-files/tags/HUSB @@ -14,6 +14,8 @@ specification: specific to the individual described by the associated FAM’s HUSB substructure. +label: 'Husband' + payload: null substructures: diff --git a/extracted-files/tags/IDNO b/extracted-files/tags/IDNO index 147b32b5..5d0910ad 100644 --- a/extracted-files/tags/IDNO +++ b/extracted-files/tags/IDNO @@ -16,6 +16,8 @@ specification: significant external system. It must have a TYPE substructure to define what kind of identification number is being provided. +label: 'Identification number' + payload: http://www.w3.org/2001/XMLSchema#string substructures: diff --git a/extracted-files/tags/IMMI b/extracted-files/tags/IMMI index 7bf3351b..c93c1e42 100644 --- a/extracted-files/tags/IMMI +++ b/extracted-files/tags/IMMI @@ -14,6 +14,8 @@ specification: - immigration - Entering into a new locality with the intent of residing there. +label: 'Immigration' + payload: Y| substructures: diff --git a/extracted-files/tags/INDI-CENS b/extracted-files/tags/INDI-CENS index 31d4a993..89510f8b 100644 --- a/extracted-files/tags/INDI-CENS +++ b/extracted-files/tags/INDI-CENS @@ -15,6 +15,8 @@ specification: - Periodic count of the population for a designated locality, such as a national or state census. +label: 'Census' + payload: Y| substructures: diff --git a/extracted-files/tags/INDI-EVEN b/extracted-files/tags/INDI-EVEN index d2d26d31..27c8b0f6 100644 --- a/extracted-files/tags/INDI-EVEN +++ b/extracted-files/tags/INDI-EVEN @@ -27,6 +27,8 @@ specification: 2 TYPE Equipment Lease 2 DATE 4 NOV 1837 +label: 'Event' + payload: http://www.w3.org/2001/XMLSchema#string substructures: diff --git a/extracted-files/tags/INDI-FACT b/extracted-files/tags/INDI-FACT index 945ffd2e..621dcc52 100644 --- a/extracted-files/tags/INDI-FACT +++ b/extracted-files/tags/INDI-FACT @@ -24,6 +24,8 @@ specification: 1 FACT Woodworking 2 TYPE Skills +label: 'Fact' + payload: http://www.w3.org/2001/XMLSchema#string substructures: diff --git a/extracted-files/tags/INDI-FAMC b/extracted-files/tags/INDI-FAMC index ce0351f7..64d239ba 100644 --- a/extracted-files/tags/INDI-FAMC +++ b/extracted-files/tags/INDI-FAMC @@ -14,6 +14,8 @@ specification: a STAT substructure to show individuals who are not children of the family. See FAM and FAMC.STAT for more. +label: 'Family child' + payload: "@@" substructures: diff --git a/extracted-files/tags/INDI-NAME b/extracted-files/tags/INDI-NAME index 691103e9..1de4f927 100644 --- a/extracted-files/tags/INDI-NAME +++ b/extracted-files/tags/INDI-NAME @@ -39,6 +39,8 @@ specification: Alternative approaches to representing names are being considered for future versions of this specification. +label: 'Name' + payload: https://gedcom.io/terms/v7/type-Name substructures: diff --git a/extracted-files/tags/INDI-NCHI b/extracted-files/tags/INDI-NCHI index 4b728b2a..a6fb47df 100644 --- a/extracted-files/tags/INDI-NCHI +++ b/extracted-files/tags/INDI-NCHI @@ -15,6 +15,8 @@ specification: - The number of children that this person is known to be the parent of (all marriages). +label: 'Number of children' + payload: http://www.w3.org/2001/XMLSchema#nonNegativeInteger substructures: diff --git a/extracted-files/tags/INDI-RELI b/extracted-files/tags/INDI-RELI index b22f48e2..99602db4 100644 --- a/extracted-files/tags/INDI-RELI +++ b/extracted-files/tags/INDI-RELI @@ -12,6 +12,8 @@ specification: - Religion - An Individual Attribute. See also INDIVIDUAL_ATTRIBUTE_STRUCTURE. +label: 'Religion' + payload: http://www.w3.org/2001/XMLSchema#string substructures: diff --git a/extracted-files/tags/INDI-RESI b/extracted-files/tags/INDI-RESI index 4f30a5b7..8db2c16a 100644 --- a/extracted-files/tags/INDI-RESI +++ b/extracted-files/tags/INDI-RESI @@ -30,6 +30,8 @@ specification: - residence - An address or place of residence where an individual resided. +label: 'Residence' + payload: http://www.w3.org/2001/XMLSchema#string substructures: diff --git a/extracted-files/tags/INDI-TITL b/extracted-files/tags/INDI-TITL index 6ebb6e17..752486d2 100644 --- a/extracted-files/tags/INDI-TITL +++ b/extracted-files/tags/INDI-TITL @@ -12,6 +12,8 @@ specification: - Title - An Individual Attribute. See also INDIVIDUAL_ATTRIBUTE_STRUCTURE. +label: 'Title' + payload: http://www.w3.org/2001/XMLSchema#string substructures: diff --git a/extracted-files/tags/INIL b/extracted-files/tags/INIL index c7e7d746..faaa05f0 100644 --- a/extracted-files/tags/INIL +++ b/extracted-files/tags/INIL @@ -19,6 +19,8 @@ specification: performed by priesthood authority in a temple of The Church of Jesus Christ of Latter-day Saints. +label: 'Initiatory, Latter-Day Saint' + payload: null substructures: diff --git a/extracted-files/tags/LANG b/extracted-files/tags/LANG index bd082b28..db1d45ce 100644 --- a/extracted-files/tags/LANG +++ b/extracted-files/tags/LANG @@ -54,6 +54,8 @@ specification: 3 PHRASE 2018年8月31日 4 _LANG cmn +label: 'Language' + payload: http://www.w3.org/2001/XMLSchema#Language substructures: {} diff --git a/extracted-files/tags/LATI b/extracted-files/tags/LATI index 8a660f5a..cedd77c3 100644 --- a/extracted-files/tags/LATI +++ b/extracted-files/tags/LATI @@ -19,6 +19,8 @@ specification: 18 degrees, 9 minutes, and 3.4 seconds North would be formatted as N18.150944. +label: 'Latitude' + payload: http://www.w3.org/2001/XMLSchema#string substructures: {} diff --git a/extracted-files/tags/LEFT b/extracted-files/tags/LEFT index c39a8dbb..ebd820d4 100644 --- a/extracted-files/tags/LEFT +++ b/extracted-files/tags/LEFT @@ -13,6 +13,8 @@ specification: - Left is a number of pixels to not display from the left side of the image. See CROP for more. +label: 'Left crop width' + payload: http://www.w3.org/2001/XMLSchema#nonNegativeInteger substructures: {} diff --git a/extracted-files/tags/LONG b/extracted-files/tags/LONG index a1ecc485..02214124 100644 --- a/extracted-files/tags/LONG +++ b/extracted-files/tags/LONG @@ -19,6 +19,8 @@ specification: 168 degrees, 9 minutes, and 3.4 seconds East would be formatted as E168.150944. +label: 'Longitude' + payload: http://www.w3.org/2001/XMLSchema#string substructures: {} diff --git a/extracted-files/tags/MAP b/extracted-files/tags/MAP index 3cda11b8..bcc614e5 100644 --- a/extracted-files/tags/MAP +++ b/extracted-files/tags/MAP @@ -20,6 +20,8 @@ specification: “Belarus” may be anywhere within that nation’s 200,000 square kilometer area). +label: 'Map' + payload: null substructures: diff --git a/extracted-files/tags/MARB b/extracted-files/tags/MARB index a212b739..0a5f9060 100644 --- a/extracted-files/tags/MARB +++ b/extracted-files/tags/MARB @@ -14,6 +14,8 @@ specification: - marriage bann - Official public notice given that 2 people intend to marry. +label: 'Marriage banns' + payload: Y| substructures: diff --git a/extracted-files/tags/MARC b/extracted-files/tags/MARC index 4f133c1a..7f799aac 100644 --- a/extracted-files/tags/MARC +++ b/extracted-files/tags/MARC @@ -16,6 +16,8 @@ specification: agreement in which marriage partners reach agreement about the property rights of 1 or both, securing property to their children. +label: 'Marriage contract' + payload: Y| substructures: diff --git a/extracted-files/tags/MARL b/extracted-files/tags/MARL index 2438e8b8..0d5c7228 100644 --- a/extracted-files/tags/MARL +++ b/extracted-files/tags/MARL @@ -14,6 +14,8 @@ specification: - marriage license - Obtaining a legal license to marry. +label: 'Marriage license' + payload: Y| substructures: diff --git a/extracted-files/tags/MARR b/extracted-files/tags/MARR index 5982c01a..7f296d67 100644 --- a/extracted-files/tags/MARR +++ b/extracted-files/tags/MARR @@ -15,6 +15,8 @@ specification: - A legal, common-law, or customary event such as a wedding or marriage ceremony that joins 2 partners to create or extend a family unit. +label: 'Marriage' + payload: Y| substructures: diff --git a/extracted-files/tags/MARS b/extracted-files/tags/MARS index 8b5c9980..b8f9f71a 100644 --- a/extracted-files/tags/MARS +++ b/extracted-files/tags/MARS @@ -16,6 +16,8 @@ specification: time they agree to release or modify property rights that would otherwise arise from the marriage. +label: 'Marriage settlement' + payload: Y| substructures: diff --git a/extracted-files/tags/MEDI b/extracted-files/tags/MEDI index 8e4907b8..ae7ad7d2 100644 --- a/extracted-files/tags/MEDI +++ b/extracted-files/tags/MEDI @@ -23,6 +23,8 @@ specification: compiled newspapers; for this asset, the CALN.MEDI is recommended to be ELECTRONIC rather than BOOK or NEWSPAPER. +label: 'Medium' + payload: https://gedcom.io/terms/v7/type-Enum enumeration set: "https://gedcom.io/terms/v7/enumset-MEDI" diff --git a/extracted-files/tags/MIME b/extracted-files/tags/MIME index 1029d15a..ca5e04a4 100644 --- a/extracted-files/tags/MIME +++ b/extracted-files/tags/MIME @@ -57,6 +57,8 @@ specification: 4. Replace each < with < and > with > 5. Replace each & with & +label: 'Media type' + payload: http://www.w3.org/ns/dcat#mediaType substructures: {} diff --git a/extracted-files/tags/NAME b/extracted-files/tags/NAME index e30b8364..7f10a645 100644 --- a/extracted-files/tags/NAME +++ b/extracted-files/tags/NAME @@ -12,6 +12,8 @@ specification: - Name - The name of the superstructure’s subject, represented as a simple string. +label: 'Name' + payload: http://www.w3.org/2001/XMLSchema#string substructures: {} diff --git a/extracted-files/tags/NAME-TRAN b/extracted-files/tags/NAME-TRAN index 558f55e0..dad0959a 100644 --- a/extracted-files/tags/NAME-TRAN +++ b/extracted-files/tags/NAME-TRAN @@ -42,6 +42,8 @@ specification: every other TRAN substructure of its superstructure in either its language tag or its media type or both. +label: 'Translation' + payload: https://gedcom.io/terms/v7/type-Name substructures: diff --git a/extracted-files/tags/NAME-TYPE b/extracted-files/tags/NAME-TYPE index 0504c506..da068d2d 100644 --- a/extracted-files/tags/NAME-TYPE +++ b/extracted-files/tags/NAME-TYPE @@ -13,6 +13,8 @@ specification: - An enumerated value from set https://gedcom.io/terms/v7/enumset-NAME-TYPE indicating the type of the name. +label: 'Type' + payload: https://gedcom.io/terms/v7/type-Enum enumeration set: "https://gedcom.io/terms/v7/enumset-NAME-TYPE" diff --git a/extracted-files/tags/NATI b/extracted-files/tags/NATI index 251d6cbe..e12164b8 100644 --- a/extracted-files/tags/NATI +++ b/extracted-files/tags/NATI @@ -15,6 +15,8 @@ specification: - An individual’s national heritage or origin, or other folk, house, kindred, lineage, or tribal interest. +label: 'Nationality' + payload: http://www.w3.org/2001/XMLSchema#string substructures: diff --git a/extracted-files/tags/NATU b/extracted-files/tags/NATU index 17fc4856..eba08c02 100644 --- a/extracted-files/tags/NATU +++ b/extracted-files/tags/NATU @@ -14,6 +14,8 @@ specification: - naturalization - Obtaining citizenship. +label: 'Naturalization' + payload: Y| substructures: diff --git a/extracted-files/tags/NICK b/extracted-files/tags/NICK index 80c6876a..a190e67c 100644 --- a/extracted-files/tags/NICK +++ b/extracted-files/tags/NICK @@ -13,6 +13,8 @@ specification: - A descriptive or familiar name that is used instead of, or in addition to, one’s proper name. +label: 'Nickname' + payload: http://www.w3.org/2001/XMLSchema#string substructures: {} diff --git a/extracted-files/tags/NMR b/extracted-files/tags/NMR index 2f4534c1..35bdf0ca 100644 --- a/extracted-files/tags/NMR +++ b/extracted-files/tags/NMR @@ -15,6 +15,8 @@ specification: - The number of times this person has participated in a family as a spouse or parent. +label: 'Number of marriages' + payload: http://www.w3.org/2001/XMLSchema#nonNegativeInteger substructures: diff --git a/extracted-files/tags/NO b/extracted-files/tags/NO index b45639f7..6af05943 100644 --- a/extracted-files/tags/NO +++ b/extracted-files/tags/NO @@ -29,6 +29,8 @@ specification: means “no marriage had occurred as of March 24^(th), 1880” +label: 'Did not happen' + payload: https://gedcom.io/terms/v7/type-Enum enumeration set: "https://gedcom.io/terms/v7/enumset-EVEN" diff --git a/extracted-files/tags/NO-DATE b/extracted-files/tags/NO-DATE index 66765c41..c9f7924e 100644 --- a/extracted-files/tags/NO-DATE +++ b/extracted-files/tags/NO-DATE @@ -13,6 +13,8 @@ specification: - The DatePeriod during which the event did not occur or the attribute did not apply. +label: 'Date' + payload: https://gedcom.io/terms/v7/type-Date#period substructures: diff --git a/extracted-files/tags/NOTE b/extracted-files/tags/NOTE index 9380fda0..927b97d4 100644 --- a/extracted-files/tags/NOTE +++ b/extracted-files/tags/NOTE @@ -19,6 +19,8 @@ specification: receiving the data knows what genealogical information the document contains. +label: 'Note' + payload: http://www.w3.org/2001/XMLSchema#string substructures: diff --git a/extracted-files/tags/NOTE-TRAN b/extracted-files/tags/NOTE-TRAN index d6e2da74..c5e75ed3 100644 --- a/extracted-files/tags/NOTE-TRAN +++ b/extracted-files/tags/NOTE-TRAN @@ -53,6 +53,8 @@ specification: every other TRAN substructure of its superstructure in either its language tag or its media type or both. +label: 'Translation' + payload: http://www.w3.org/2001/XMLSchema#string substructures: diff --git a/extracted-files/tags/NPFX b/extracted-files/tags/NPFX index d6dd17d7..cb9c33ae 100644 --- a/extracted-files/tags/NPFX +++ b/extracted-files/tags/NPFX @@ -13,6 +13,8 @@ specification: - Text that appears on a name line before the given and surname parts of a name. +label: 'Name prefix' + payload: http://www.w3.org/2001/XMLSchema#string substructures: {} diff --git a/extracted-files/tags/NSFX b/extracted-files/tags/NSFX index 791e1b20..cf29acd9 100644 --- a/extracted-files/tags/NSFX +++ b/extracted-files/tags/NSFX @@ -13,6 +13,8 @@ specification: - Text which appears on a name line after or behind the given and surname parts of a name. +label: 'Name suffix' + payload: http://www.w3.org/2001/XMLSchema#string substructures: {} diff --git a/extracted-files/tags/OBJE b/extracted-files/tags/OBJE index 42514985..2ac048cf 100644 --- a/extracted-files/tags/OBJE +++ b/extracted-files/tags/OBJE @@ -20,6 +20,8 @@ specification: The optional TITL substructure supersedes any OBJE.FILE.TITL substructures included in the MULTIMEDIA_RECORD. +label: 'Object' + payload: "@@" substructures: diff --git a/extracted-files/tags/OCCU b/extracted-files/tags/OCCU index 067724aa..b918456b 100644 --- a/extracted-files/tags/OCCU +++ b/extracted-files/tags/OCCU @@ -14,6 +14,8 @@ specification: - occupation - The type of work or profession of an individual. +label: 'Occupation' + payload: http://www.w3.org/2001/XMLSchema#string substructures: diff --git a/extracted-files/tags/ORDN b/extracted-files/tags/ORDN index 07d56610..4fd48d89 100644 --- a/extracted-files/tags/ORDN +++ b/extracted-files/tags/ORDN @@ -14,6 +14,8 @@ specification: - ordination - Receiving authority to act in religious matters. +label: 'Ordination' + payload: Y| substructures: diff --git a/extracted-files/tags/PAGE b/extracted-files/tags/PAGE index 82116fe7..1d5cfbae 100644 --- a/extracted-files/tags/PAGE +++ b/extracted-files/tags/PAGE @@ -33,6 +33,8 @@ specification: 2 SOUR @VOID@ 3 PAGE His grand-daughter Lydia told me this in 1980 +label: 'Page' + payload: http://www.w3.org/2001/XMLSchema#string substructures: {} diff --git a/extracted-files/tags/PEDI b/extracted-files/tags/PEDI index 6ae266a5..5ef8c6b9 100644 --- a/extracted-files/tags/PEDI +++ b/extracted-files/tags/PEDI @@ -14,6 +14,8 @@ specification: indicating the type of child-to-family relationship represented by the superstructure. +label: 'Pedigree' + payload: https://gedcom.io/terms/v7/type-Enum enumeration set: "https://gedcom.io/terms/v7/enumset-PEDI" diff --git a/extracted-files/tags/PHON b/extracted-files/tags/PHON index 19818f1d..7c3dba6c 100644 --- a/extracted-files/tags/PHON +++ b/extracted-files/tags/PHON @@ -21,6 +21,8 @@ specification: See ITU standards E.123 and E.164 for more information. +label: 'Phone' + payload: http://www.w3.org/2001/XMLSchema#string substructures: {} diff --git a/extracted-files/tags/PHRASE b/extracted-files/tags/PHRASE index a22012a9..a6de89b2 100644 --- a/extracted-files/tags/PHRASE +++ b/extracted-files/tags/PHRASE @@ -51,6 +51,8 @@ specification: 2 TYPE OTHER 3 PHRASE given by orphanage +label: 'Phrase' + payload: http://www.w3.org/2001/XMLSchema#string substructures: {} diff --git a/extracted-files/tags/PLAC b/extracted-files/tags/PLAC index 7311f63d..31fb849c 100644 --- a/extracted-files/tags/PLAC +++ b/extracted-files/tags/PLAC @@ -53,6 +53,8 @@ specification: comma. An alternative system for representing locations is likely to be added in a later version. +label: 'Place' + payload: https://gedcom.io/terms/v7/type-List#Text substructures: diff --git a/extracted-files/tags/PLAC-FORM b/extracted-files/tags/PLAC-FORM index f67dced3..775633fb 100644 --- a/extracted-files/tags/PLAC-FORM +++ b/extracted-files/tags/PLAC-FORM @@ -20,6 +20,8 @@ specification: 2 PLAC Baltimore, , Maryland, USA 3 FORM City, County, State, Country +label: 'Format' + payload: https://gedcom.io/terms/v7/type-List#Text substructures: {} diff --git a/extracted-files/tags/PLAC-TRAN b/extracted-files/tags/PLAC-TRAN index 403bd6e1..f23c23c9 100644 --- a/extracted-files/tags/PLAC-TRAN +++ b/extracted-files/tags/PLAC-TRAN @@ -43,6 +43,8 @@ specification: every other TRAN substructure of its superstructure in either its language tag or its media type or both. +label: 'Translation' + payload: https://gedcom.io/terms/v7/type-List#Text substructures: diff --git a/extracted-files/tags/POST b/extracted-files/tags/POST index ebba3750..02fc2a34 100644 --- a/extracted-files/tags/POST +++ b/extracted-files/tags/POST @@ -13,6 +13,8 @@ specification: - A code used by a postal service to identify an area to facilitate mail handling. See ADDRESS_STRUCTURE for more. +label: 'Postal code' + payload: http://www.w3.org/2001/XMLSchema#string substructures: {} diff --git a/extracted-files/tags/PROB b/extracted-files/tags/PROB index c33db572..2f1b6743 100644 --- a/extracted-files/tags/PROB +++ b/extracted-files/tags/PROB @@ -15,6 +15,8 @@ specification: - Judicial determination of the validity of a will. It may indicate several related court activities over several dates. +label: 'Probate' + payload: Y| substructures: diff --git a/extracted-files/tags/PROP b/extracted-files/tags/PROP index ce1706e6..0c496487 100644 --- a/extracted-files/tags/PROP +++ b/extracted-files/tags/PROP @@ -15,6 +15,8 @@ specification: - Pertaining to possessions such as real estate or other property of interest. +label: 'Property' + payload: http://www.w3.org/2001/XMLSchema#string substructures: diff --git a/extracted-files/tags/PUBL b/extracted-files/tags/PUBL index 2d4e06d0..8da7ca18 100644 --- a/extracted-files/tags/PUBL +++ b/extracted-files/tags/PUBL @@ -20,6 +20,8 @@ specification: of a person making a declaration for a pension or the city and state of residence of the writer of a letter. +label: 'Publication' + payload: http://www.w3.org/2001/XMLSchema#string substructures: {} diff --git a/extracted-files/tags/QUAY b/extracted-files/tags/QUAY index c6d48219..3ffd58d2 100644 --- a/extracted-files/tags/QUAY +++ b/extracted-files/tags/QUAY @@ -17,6 +17,8 @@ specification: not intended to eliminate the receivers’ need to evaluate the evidence for themselves. +label: 'Quality of data' + payload: https://gedcom.io/terms/v7/type-Enum enumeration set: "https://gedcom.io/terms/v7/enumset-QUAY" diff --git a/extracted-files/tags/REFN b/extracted-files/tags/REFN index f601203b..4d417dde 100644 --- a/extracted-files/tags/REFN +++ b/extracted-files/tags/REFN @@ -20,6 +20,8 @@ specification: Multiple structures describing different aspects of the same subject must not have the same REFN value. +label: 'Reference' + payload: http://www.w3.org/2001/XMLSchema#string substructures: diff --git a/extracted-files/tags/RELI b/extracted-files/tags/RELI index 2d89b97d..c469e06e 100644 --- a/extracted-files/tags/RELI +++ b/extracted-files/tags/RELI @@ -16,6 +16,8 @@ specification: - A religious denomination to which a person is affiliated or for which a record applies. +label: 'Religion' + payload: http://www.w3.org/2001/XMLSchema#string substructures: {} diff --git a/extracted-files/tags/REPO b/extracted-files/tags/REPO index af7bd8b2..3a892cc5 100644 --- a/extracted-files/tags/REPO +++ b/extracted-files/tags/REPO @@ -18,6 +18,8 @@ specification: number of the source at that repository. The call number of that source should be recorded using a CALN substructure. +label: 'Repository' + payload: "@@" substructures: diff --git a/extracted-files/tags/RESN b/extracted-files/tags/RESN index 3e6558e2..3727cc09 100644 --- a/extracted-files/tags/RESN +++ b/extracted-files/tags/RESN @@ -24,6 +24,8 @@ specification: This is metadata about the structure itself, not data about its subject. +label: 'Restriction' + payload: https://gedcom.io/terms/v7/type-List#Enum enumeration set: "https://gedcom.io/terms/v7/enumset-RESN" diff --git a/extracted-files/tags/RETI b/extracted-files/tags/RETI index d87b3c47..b72dc774 100644 --- a/extracted-files/tags/RETI +++ b/extracted-files/tags/RETI @@ -15,6 +15,8 @@ specification: - Exiting an occupational relationship with an employer after a qualifying time period. +label: 'Retirement' + payload: Y| substructures: diff --git a/extracted-files/tags/ROLE b/extracted-files/tags/ROLE index 25a32424..a064dcde 100644 --- a/extracted-files/tags/ROLE +++ b/extracted-files/tags/ROLE @@ -34,6 +34,8 @@ specification: 2 ASSO @I3@ 3 ROLE WITN +label: 'Role' + payload: https://gedcom.io/terms/v7/type-Enum enumeration set: "https://gedcom.io/terms/v7/enumset-ROLE" diff --git a/extracted-files/tags/SCHMA b/extracted-files/tags/SCHMA index be42d388..b1e7a2c1 100644 --- a/extracted-files/tags/SCHMA +++ b/extracted-files/tags/SCHMA @@ -13,6 +13,8 @@ specification: - A container for storing meta-information about the extension tags used in this document. See Extensions for more. +label: 'Extension schema' + payload: null substructures: diff --git a/extracted-files/tags/SDATE b/extracted-files/tags/SDATE index f1380fcf..02fd5f00 100644 --- a/extracted-files/tags/SDATE +++ b/extracted-files/tags/SDATE @@ -28,6 +28,8 @@ specification: different applications sort dates the same way, as the relative ordering of dates with different levels of precision is not well defined. +label: 'Sort date' + payload: https://gedcom.io/terms/v7/type-Date substructures: diff --git a/extracted-files/tags/SEX b/extracted-files/tags/SEX index e4f45d23..b60d2bb6 100644 --- a/extracted-files/tags/SEX +++ b/extracted-files/tags/SEX @@ -13,6 +13,8 @@ specification: - An enumerated value from set https://gedcom.io/terms/v7/enumset-SEX that indicates the sex of the individual at birth. +label: 'Sex' + payload: https://gedcom.io/terms/v7/type-Enum enumeration set: "https://gedcom.io/terms/v7/enumset-SEX" diff --git a/extracted-files/tags/SLGC b/extracted-files/tags/SLGC index c2e104b5..5db88ea3 100644 --- a/extracted-files/tags/SLGC +++ b/extracted-files/tags/SLGC @@ -16,6 +16,8 @@ specification: parents in a temple ceremony of The Church of Jesus Christ of Latter-day Saints. +label: 'Sealing, child' + payload: null substructures: diff --git a/extracted-files/tags/SLGS b/extracted-files/tags/SLGS index 21536471..d73a4129 100644 --- a/extracted-files/tags/SLGS +++ b/extracted-files/tags/SLGS @@ -18,6 +18,8 @@ specification: temple ceremony of The Church of Jesus Christ of Latter-day Saints. (See also MARR) +label: 'Sealing, spouse' + payload: null substructures: diff --git a/extracted-files/tags/SNOTE b/extracted-files/tags/SNOTE index 442a0a55..dd1ae2e6 100644 --- a/extracted-files/tags/SNOTE +++ b/extracted-files/tags/SNOTE @@ -13,6 +13,8 @@ specification: - A pointer to a note that is shared by multiple structures. See NOTE_STRUCTURE for more. +label: 'Shared note' + payload: "@@" substructures: {} diff --git a/extracted-files/tags/SOUR b/extracted-files/tags/SOUR index fc352418..91a65c85 100644 --- a/extracted-files/tags/SOUR +++ b/extracted-files/tags/SOUR @@ -36,6 +36,8 @@ specification: Because each dataset is finite, this nesting is also guaranteed to be finite. +label: 'Source' + payload: "@@" substructures: diff --git a/extracted-files/tags/SOUR-DATA b/extracted-files/tags/SOUR-DATA index cec6c53b..062c5454 100644 --- a/extracted-files/tags/SOUR-DATA +++ b/extracted-files/tags/SOUR-DATA @@ -12,6 +12,8 @@ specification: - Data - See https://gedcom.io/terms/v7/DATA. +label: 'Data' + payload: null substructures: diff --git a/extracted-files/tags/SOUR-EVEN b/extracted-files/tags/SOUR-EVEN index 0f794790..3dee82b1 100644 --- a/extracted-files/tags/SOUR-EVEN +++ b/extracted-files/tags/SOUR-EVEN @@ -17,6 +17,8 @@ specification: assertions made from that record, such as the mother’s name or mother’s birth date. +label: 'Event' + payload: https://gedcom.io/terms/v7/type-Enum enumeration set: "https://gedcom.io/terms/v7/enumset-EVENATTR" diff --git a/extracted-files/tags/SPFX b/extracted-files/tags/SPFX index 00e429b8..474a60be 100644 --- a/extracted-files/tags/SPFX +++ b/extracted-files/tags/SPFX @@ -12,6 +12,8 @@ specification: - Surname prefix - A name piece used as a non-indexing pre-part of a surname. +label: 'Surname prefix' + payload: http://www.w3.org/2001/XMLSchema#string substructures: {} diff --git a/extracted-files/tags/SSN b/extracted-files/tags/SSN index b624b43f..a0aafd59 100644 --- a/extracted-files/tags/SSN +++ b/extracted-files/tags/SSN @@ -15,6 +15,8 @@ specification: - A number assigned by the United States Social Security Administration, used for tax identification purposes. It is a type of IDNO. +label: 'Social security number' + payload: http://www.w3.org/2001/XMLSchema#string substructures: diff --git a/extracted-files/tags/STAE b/extracted-files/tags/STAE index 5cfc3da2..b5978f9a 100644 --- a/extracted-files/tags/STAE +++ b/extracted-files/tags/STAE @@ -13,6 +13,8 @@ specification: - A geographical division of a larger jurisdictional area, such as a state within the United States of America. See ADDRESS_STRUCTURE for more. +label: 'State' + payload: http://www.w3.org/2001/XMLSchema#string substructures: {} diff --git a/extracted-files/tags/SUBM b/extracted-files/tags/SUBM index 3ba838c7..f49de6ba 100644 --- a/extracted-files/tags/SUBM +++ b/extracted-files/tags/SUBM @@ -13,6 +13,8 @@ specification: - A contributor of information in the substructure. This is metadata about the structure itself, not data about its subject. +label: 'Submitter' + payload: "@@" substructures: {} diff --git a/extracted-files/tags/SUBM-LANG b/extracted-files/tags/SUBM-LANG index 3d417cdd..db4d4002 100644 --- a/extracted-files/tags/SUBM-LANG +++ b/extracted-files/tags/SUBM-LANG @@ -15,6 +15,8 @@ specification: The payload of the LANG structure is a language tag, as defined by BCP 47. +label: 'Language' + payload: http://www.w3.org/2001/XMLSchema#Language substructures: {} diff --git a/extracted-files/tags/SURN b/extracted-files/tags/SURN index 4184d8e3..d388907e 100644 --- a/extracted-files/tags/SURN +++ b/extracted-files/tags/SURN @@ -12,6 +12,8 @@ specification: - Surname - A family name passed on or used by members of a family. +label: 'Surname' + payload: http://www.w3.org/2001/XMLSchema#string substructures: {} diff --git a/extracted-files/tags/TAG b/extracted-files/tags/TAG index 9edf1f80..72c361dc 100644 --- a/extracted-files/tags/TAG +++ b/extracted-files/tags/TAG @@ -13,6 +13,8 @@ specification: - Information relating to a single extension tag as used in this document. See Extensions for more. +label: 'Extension tag' + payload: http://www.w3.org/2001/XMLSchema#string substructures: {} diff --git a/extracted-files/tags/TEMP b/extracted-files/tags/TEMP index fa3c84b0..40264ee3 100644 --- a/extracted-files/tags/TEMP +++ b/extracted-files/tags/TEMP @@ -15,6 +15,8 @@ specification: names, but the list of abbreviations is no longer published by the Church and using abbreviations is no longer recommended. +label: 'Temple' + payload: http://www.w3.org/2001/XMLSchema#string substructures: {} diff --git a/extracted-files/tags/TEXT b/extracted-files/tags/TEXT index f63b2125..33684e86 100644 --- a/extracted-files/tags/TEXT +++ b/extracted-files/tags/TEXT @@ -16,6 +16,8 @@ specification: evidence point of view, “what the original record keeper said” as opposed to the researcher’s interpretation. +label: 'Text from Source' + payload: http://www.w3.org/2001/XMLSchema#string substructures: diff --git a/extracted-files/tags/TIME b/extracted-files/tags/TIME index 5b72ba18..e439e800 100644 --- a/extracted-files/tags/TIME +++ b/extracted-files/tags/TIME @@ -12,6 +12,8 @@ specification: - Time - A Time value in a 24-hour clock format. +label: 'Time' + payload: https://gedcom.io/terms/v7/type-Time substructures: {} diff --git a/extracted-files/tags/TITL b/extracted-files/tags/TITL index 697fc671..744d81f8 100644 --- a/extracted-files/tags/TITL +++ b/extracted-files/tags/TITL @@ -37,6 +37,8 @@ specification: - A formal designation used by an individual in connection with positions of royalty or other social status, such as Grand Duke. +label: 'Title' + payload: http://www.w3.org/2001/XMLSchema#string substructures: {} diff --git a/extracted-files/tags/TOP b/extracted-files/tags/TOP index 9ca99283..e70442ff 100644 --- a/extracted-files/tags/TOP +++ b/extracted-files/tags/TOP @@ -13,6 +13,8 @@ specification: - A number of pixels to not display from the top side of the image. See CROP for more. +label: 'Top crop width' + payload: http://www.w3.org/2001/XMLSchema#nonNegativeInteger substructures: {} diff --git a/extracted-files/tags/TRLR b/extracted-files/tags/TRLR index bfc16d5f..8a2b2742 100644 --- a/extracted-files/tags/TRLR +++ b/extracted-files/tags/TRLR @@ -13,6 +13,8 @@ specification: - A pseudo-structure marking the end of a dataset. See The Header and Trailer for more. +label: 'Trailer' + payload: null substructures: {} diff --git a/extracted-files/tags/TYPE b/extracted-files/tags/TYPE index 201029bd..88da60cf 100644 --- a/extracted-files/tags/TYPE +++ b/extracted-files/tags/TYPE @@ -43,6 +43,8 @@ specification: See also FACT and EVEN for additional examples. +label: 'Type' + payload: http://www.w3.org/2001/XMLSchema#string substructures: {} diff --git a/extracted-files/tags/UID b/extracted-files/tags/UID index 5d0a734e..8c0f4914 100644 --- a/extracted-files/tags/UID +++ b/extracted-files/tags/UID @@ -39,6 +39,8 @@ specification: input is expected and an appropriate action to take in case of an error is known. +label: 'Unique Identifier' + payload: http://www.w3.org/2001/XMLSchema#string substructures: {} diff --git a/extracted-files/tags/VERS b/extracted-files/tags/VERS index eb623469..bb133368 100644 --- a/extracted-files/tags/VERS +++ b/extracted-files/tags/VERS @@ -13,6 +13,8 @@ specification: - An identifier that represents the version level assigned to the associated product. It is defined and changed by the creators of the product. +label: 'Version' + payload: http://www.w3.org/2001/XMLSchema#string substructures: {} diff --git a/extracted-files/tags/WIDTH b/extracted-files/tags/WIDTH index 6d7f7012..f65b2607 100644 --- a/extracted-files/tags/WIDTH +++ b/extracted-files/tags/WIDTH @@ -12,6 +12,8 @@ specification: - Width in pixels - How many pixels to display horizontally for the image. See CROP for more. +label: 'Width in pixels' + payload: http://www.w3.org/2001/XMLSchema#nonNegativeInteger substructures: {} diff --git a/extracted-files/tags/WIFE b/extracted-files/tags/WIFE index 04316d4b..4d6aaba1 100644 --- a/extracted-files/tags/WIFE +++ b/extracted-files/tags/WIFE @@ -14,6 +14,8 @@ specification: specific to the individual described by the associated FAM’s WIFE substructure. +label: 'Wife' + payload: null substructures: diff --git a/extracted-files/tags/WILL b/extracted-files/tags/WILL index e59f806b..f1689bdb 100644 --- a/extracted-files/tags/WILL +++ b/extracted-files/tags/WILL @@ -16,6 +16,8 @@ specification: her estate. It takes effect after death. The event date is the date the will was signed while the person was alive. (See also PROB) +label: 'Will' + payload: Y| substructures: diff --git a/extracted-files/tags/WWW b/extracted-files/tags/WWW index a502727c..925f0ee5 100644 --- a/extracted-files/tags/WWW +++ b/extracted-files/tags/WWW @@ -17,6 +17,8 @@ specification: If an invalid or no longer existing web address is present upon import, it should be preserved as-is on export. +label: 'Web address' + payload: http://www.w3.org/2001/XMLSchema#string substructures: {} diff --git a/extracted-files/tags/cal-FRENCH_R b/extracted-files/tags/cal-FRENCH_R index 2c8ec916..568c85d8 100644 --- a/extracted-files/tags/cal-FRENCH_R +++ b/extracted-files/tags/cal-FRENCH_R @@ -38,6 +38,8 @@ specification: The URI for this calendar is https://gedcom.io/terms/v7/cal-FRENCH_R +label: 'French Republican' + months: - "https://gedcom.io/terms/v7/month-VEND" - "https://gedcom.io/terms/v7/month-BRUM" diff --git a/extracted-files/tags/cal-GREGORIAN b/extracted-files/tags/cal-GREGORIAN index 92d507f7..45e9f8c0 100644 --- a/extracted-files/tags/cal-GREGORIAN +++ b/extracted-files/tags/cal-GREGORIAN @@ -37,6 +37,8 @@ specification: The URI for this calendar is https://gedcom.io/terms/v7/cal-GREGORIAN +label: 'Gregorian' + months: - "https://gedcom.io/terms/v7/month-JAN" - "https://gedcom.io/terms/v7/month-FEB" diff --git a/extracted-files/tags/cal-HEBREW b/extracted-files/tags/cal-HEBREW index 85599d14..754855ed 100644 --- a/extracted-files/tags/cal-HEBREW +++ b/extracted-files/tags/cal-HEBREW @@ -60,6 +60,8 @@ specification: The URI for this calendar is https://gedcom.io/terms/v7/cal-HEBREW +label: 'Hebrew' + months: - "https://gedcom.io/terms/v7/month-TSH" - "https://gedcom.io/terms/v7/month-CSH" diff --git a/extracted-files/tags/cal-JULIAN b/extracted-files/tags/cal-JULIAN index ef70740f..ab9093b5 100644 --- a/extracted-files/tags/cal-JULIAN +++ b/extracted-files/tags/cal-JULIAN @@ -26,6 +26,8 @@ specification: The URI for this calendar is https://gedcom.io/terms/v7/cal-JULIAN +label: 'Julian' + months: - "https://gedcom.io/terms/v7/month-JAN" - "https://gedcom.io/terms/v7/month-FEB" diff --git a/extracted-files/tags/month-AAV b/extracted-files/tags/month-AAV index c3f44587..28bf8c86 100644 --- a/extracted-files/tags/month-AAV +++ b/extracted-files/tags/month-AAV @@ -11,6 +11,8 @@ standard tag: AAV specification: - Av (אָב) +label: 'Av' + calendars: - "https://gedcom.io/terms/v7/cal-HEBREW" ... diff --git a/extracted-files/tags/month-ADR b/extracted-files/tags/month-ADR index 914caa5c..de2ba33b 100644 --- a/extracted-files/tags/month-ADR +++ b/extracted-files/tags/month-ADR @@ -11,6 +11,8 @@ standard tag: ADR specification: - Adar I, Adar Rishon, First Adar, or Adar Aleph (אדר א׳) +label: 'Adar I' + calendars: - "https://gedcom.io/terms/v7/cal-HEBREW" ... diff --git a/extracted-files/tags/month-ADS b/extracted-files/tags/month-ADS index 577f2bb3..746f11bd 100644 --- a/extracted-files/tags/month-ADS +++ b/extracted-files/tags/month-ADS @@ -11,6 +11,8 @@ standard tag: ADS specification: - Adar (אֲדָר); or Adar II, Adar Sheni, Second Adar, or Adar Bet (אדר ב׳) +label: 'Adar' + calendars: - "https://gedcom.io/terms/v7/cal-HEBREW" ... diff --git a/extracted-files/tags/month-APR b/extracted-files/tags/month-APR index 69ecd4c1..35041ba1 100644 --- a/extracted-files/tags/month-APR +++ b/extracted-files/tags/month-APR @@ -11,6 +11,8 @@ standard tag: APR specification: - April +label: 'April' + calendars: - "https://gedcom.io/terms/v7/cal-GREGORIAN" - "https://gedcom.io/terms/v7/cal-JULIAN" diff --git a/extracted-files/tags/month-AUG b/extracted-files/tags/month-AUG index 3132f95d..4b948f16 100644 --- a/extracted-files/tags/month-AUG +++ b/extracted-files/tags/month-AUG @@ -11,6 +11,8 @@ standard tag: AUG specification: - August +label: 'August' + calendars: - "https://gedcom.io/terms/v7/cal-GREGORIAN" - "https://gedcom.io/terms/v7/cal-JULIAN" diff --git a/extracted-files/tags/month-BRUM b/extracted-files/tags/month-BRUM index 83b942fb..eec2ad42 100644 --- a/extracted-files/tags/month-BRUM +++ b/extracted-files/tags/month-BRUM @@ -11,6 +11,8 @@ standard tag: BRUM specification: - Brumaire +label: 'Brumaire' + calendars: - "https://gedcom.io/terms/v7/cal-FRENCH_R" ... diff --git a/extracted-files/tags/month-COMP b/extracted-files/tags/month-COMP index 73e473d3..e2de50ea 100644 --- a/extracted-files/tags/month-COMP +++ b/extracted-files/tags/month-COMP @@ -11,6 +11,8 @@ standard tag: COMP specification: - Jour Complémentaires +label: 'Jour Complémentaires' + calendars: - "https://gedcom.io/terms/v7/cal-FRENCH_R" ... diff --git a/extracted-files/tags/month-CSH b/extracted-files/tags/month-CSH index 275f91e4..e388cce2 100644 --- a/extracted-files/tags/month-CSH +++ b/extracted-files/tags/month-CSH @@ -11,6 +11,8 @@ standard tag: CSH specification: - Marcheshvan (מַרְחֶשְׁוָן) or Cheshvan (חֶשְׁוָן) +label: 'Marcheshvan' + calendars: - "https://gedcom.io/terms/v7/cal-HEBREW" ... diff --git a/extracted-files/tags/month-DEC b/extracted-files/tags/month-DEC index a69e9697..9b9486c6 100644 --- a/extracted-files/tags/month-DEC +++ b/extracted-files/tags/month-DEC @@ -11,6 +11,8 @@ standard tag: DEC specification: - December +label: 'December' + calendars: - "https://gedcom.io/terms/v7/cal-GREGORIAN" - "https://gedcom.io/terms/v7/cal-JULIAN" diff --git a/extracted-files/tags/month-ELL b/extracted-files/tags/month-ELL index f2ed7e80..2c1749fc 100644 --- a/extracted-files/tags/month-ELL +++ b/extracted-files/tags/month-ELL @@ -11,6 +11,8 @@ standard tag: ELL specification: - Elul (אֱלוּל) +label: 'Elul' + calendars: - "https://gedcom.io/terms/v7/cal-HEBREW" ... diff --git a/extracted-files/tags/month-FEB b/extracted-files/tags/month-FEB index a1cd9b15..39cfbc51 100644 --- a/extracted-files/tags/month-FEB +++ b/extracted-files/tags/month-FEB @@ -11,6 +11,8 @@ standard tag: FEB specification: - February +label: 'February' + calendars: - "https://gedcom.io/terms/v7/cal-GREGORIAN" - "https://gedcom.io/terms/v7/cal-JULIAN" diff --git a/extracted-files/tags/month-FLOR b/extracted-files/tags/month-FLOR index cfa50c88..056577ba 100644 --- a/extracted-files/tags/month-FLOR +++ b/extracted-files/tags/month-FLOR @@ -11,6 +11,8 @@ standard tag: FLOR specification: - Floréal +label: 'Floréal' + calendars: - "https://gedcom.io/terms/v7/cal-FRENCH_R" ... diff --git a/extracted-files/tags/month-FRIM b/extracted-files/tags/month-FRIM index 5ff5221a..2fd75630 100644 --- a/extracted-files/tags/month-FRIM +++ b/extracted-files/tags/month-FRIM @@ -11,6 +11,8 @@ standard tag: FRIM specification: - Frimaire +label: 'Frimaire' + calendars: - "https://gedcom.io/terms/v7/cal-FRENCH_R" ... diff --git a/extracted-files/tags/month-FRUC b/extracted-files/tags/month-FRUC index 4b8283d7..2aa8b2b8 100644 --- a/extracted-files/tags/month-FRUC +++ b/extracted-files/tags/month-FRUC @@ -11,6 +11,8 @@ standard tag: FRUC specification: - Fructidor +label: 'Fructidor' + calendars: - "https://gedcom.io/terms/v7/cal-FRENCH_R" ... diff --git a/extracted-files/tags/month-GERM b/extracted-files/tags/month-GERM index 2c69822d..873e2988 100644 --- a/extracted-files/tags/month-GERM +++ b/extracted-files/tags/month-GERM @@ -11,6 +11,8 @@ standard tag: GERM specification: - Germinal +label: 'Germinal' + calendars: - "https://gedcom.io/terms/v7/cal-FRENCH_R" ... diff --git a/extracted-files/tags/month-IYR b/extracted-files/tags/month-IYR index 2b689fde..1b297199 100644 --- a/extracted-files/tags/month-IYR +++ b/extracted-files/tags/month-IYR @@ -11,6 +11,8 @@ standard tag: IYR specification: - Iyar (אִייָר) +label: 'Iyar' + calendars: - "https://gedcom.io/terms/v7/cal-HEBREW" ... diff --git a/extracted-files/tags/month-JAN b/extracted-files/tags/month-JAN index 5510a3b4..a5d49acf 100644 --- a/extracted-files/tags/month-JAN +++ b/extracted-files/tags/month-JAN @@ -11,6 +11,8 @@ standard tag: JAN specification: - January +label: 'January' + calendars: - "https://gedcom.io/terms/v7/cal-GREGORIAN" - "https://gedcom.io/terms/v7/cal-JULIAN" diff --git a/extracted-files/tags/month-JUL b/extracted-files/tags/month-JUL index e215293a..a2aafea5 100644 --- a/extracted-files/tags/month-JUL +++ b/extracted-files/tags/month-JUL @@ -11,6 +11,8 @@ standard tag: JUL specification: - July +label: 'July' + calendars: - "https://gedcom.io/terms/v7/cal-GREGORIAN" - "https://gedcom.io/terms/v7/cal-JULIAN" diff --git a/extracted-files/tags/month-JUN b/extracted-files/tags/month-JUN index 49f6f041..150e9b2e 100644 --- a/extracted-files/tags/month-JUN +++ b/extracted-files/tags/month-JUN @@ -11,6 +11,8 @@ standard tag: JUN specification: - June +label: 'June' + calendars: - "https://gedcom.io/terms/v7/cal-GREGORIAN" - "https://gedcom.io/terms/v7/cal-JULIAN" diff --git a/extracted-files/tags/month-KSL b/extracted-files/tags/month-KSL index 0796fcb3..ab85239e 100644 --- a/extracted-files/tags/month-KSL +++ b/extracted-files/tags/month-KSL @@ -11,6 +11,8 @@ standard tag: KSL specification: - Kislev (כִּסְלֵו) +label: 'Kislev' + calendars: - "https://gedcom.io/terms/v7/cal-HEBREW" ... diff --git a/extracted-files/tags/month-MAR b/extracted-files/tags/month-MAR index 7e771961..568f6915 100644 --- a/extracted-files/tags/month-MAR +++ b/extracted-files/tags/month-MAR @@ -11,6 +11,8 @@ standard tag: MAR specification: - March +label: 'March' + calendars: - "https://gedcom.io/terms/v7/cal-GREGORIAN" - "https://gedcom.io/terms/v7/cal-JULIAN" diff --git a/extracted-files/tags/month-MAY b/extracted-files/tags/month-MAY index c5463463..370c69e0 100644 --- a/extracted-files/tags/month-MAY +++ b/extracted-files/tags/month-MAY @@ -11,6 +11,8 @@ standard tag: MAY specification: - May +label: 'May' + calendars: - "https://gedcom.io/terms/v7/cal-GREGORIAN" - "https://gedcom.io/terms/v7/cal-JULIAN" diff --git a/extracted-files/tags/month-MESS b/extracted-files/tags/month-MESS index 132df3ff..18a82fc9 100644 --- a/extracted-files/tags/month-MESS +++ b/extracted-files/tags/month-MESS @@ -11,6 +11,8 @@ standard tag: MESS specification: - Messidor +label: 'Messidor' + calendars: - "https://gedcom.io/terms/v7/cal-FRENCH_R" ... diff --git a/extracted-files/tags/month-NIVO b/extracted-files/tags/month-NIVO index 9f692d51..a56749bd 100644 --- a/extracted-files/tags/month-NIVO +++ b/extracted-files/tags/month-NIVO @@ -11,6 +11,8 @@ standard tag: NIVO specification: - Nivôse +label: 'Nivôse' + calendars: - "https://gedcom.io/terms/v7/cal-FRENCH_R" ... diff --git a/extracted-files/tags/month-NOV b/extracted-files/tags/month-NOV index 8cd42108..06d96dcc 100644 --- a/extracted-files/tags/month-NOV +++ b/extracted-files/tags/month-NOV @@ -11,6 +11,8 @@ standard tag: NOV specification: - November +label: 'November' + calendars: - "https://gedcom.io/terms/v7/cal-GREGORIAN" - "https://gedcom.io/terms/v7/cal-JULIAN" diff --git a/extracted-files/tags/month-NSN b/extracted-files/tags/month-NSN index baa6f4e1..b9ea0761 100644 --- a/extracted-files/tags/month-NSN +++ b/extracted-files/tags/month-NSN @@ -11,6 +11,8 @@ standard tag: NSN specification: - Nisan (נִיסָן) +label: 'Nisan' + calendars: - "https://gedcom.io/terms/v7/cal-HEBREW" ... diff --git a/extracted-files/tags/month-OCT b/extracted-files/tags/month-OCT index 32fe8508..a04c32cd 100644 --- a/extracted-files/tags/month-OCT +++ b/extracted-files/tags/month-OCT @@ -11,6 +11,8 @@ standard tag: OCT specification: - October +label: 'October' + calendars: - "https://gedcom.io/terms/v7/cal-GREGORIAN" - "https://gedcom.io/terms/v7/cal-JULIAN" diff --git a/extracted-files/tags/month-PLUV b/extracted-files/tags/month-PLUV index 11687058..dfb1efd8 100644 --- a/extracted-files/tags/month-PLUV +++ b/extracted-files/tags/month-PLUV @@ -11,6 +11,8 @@ standard tag: PLUV specification: - Pluviôse +label: 'Pluviôse' + calendars: - "https://gedcom.io/terms/v7/cal-FRENCH_R" ... diff --git a/extracted-files/tags/month-PRAI b/extracted-files/tags/month-PRAI index 9c38a86a..7b4e91dd 100644 --- a/extracted-files/tags/month-PRAI +++ b/extracted-files/tags/month-PRAI @@ -11,6 +11,8 @@ standard tag: PRAI specification: - Prairial +label: 'Prairial' + calendars: - "https://gedcom.io/terms/v7/cal-FRENCH_R" ... diff --git a/extracted-files/tags/month-SEP b/extracted-files/tags/month-SEP index 15817d45..91418abd 100644 --- a/extracted-files/tags/month-SEP +++ b/extracted-files/tags/month-SEP @@ -11,6 +11,8 @@ standard tag: SEP specification: - September +label: 'September' + calendars: - "https://gedcom.io/terms/v7/cal-GREGORIAN" - "https://gedcom.io/terms/v7/cal-JULIAN" diff --git a/extracted-files/tags/month-SHV b/extracted-files/tags/month-SHV index 420df38e..158a0d0c 100644 --- a/extracted-files/tags/month-SHV +++ b/extracted-files/tags/month-SHV @@ -11,6 +11,8 @@ standard tag: SHV specification: - Shevat (שְׁבָט) +label: 'Shevat' + calendars: - "https://gedcom.io/terms/v7/cal-HEBREW" ... diff --git a/extracted-files/tags/month-SVN b/extracted-files/tags/month-SVN index 69edb8e3..a538cc06 100644 --- a/extracted-files/tags/month-SVN +++ b/extracted-files/tags/month-SVN @@ -11,6 +11,8 @@ standard tag: SVN specification: - Sivan (סִיוָן) +label: 'Sivan' + calendars: - "https://gedcom.io/terms/v7/cal-HEBREW" ... diff --git a/extracted-files/tags/month-THER b/extracted-files/tags/month-THER index 98e71059..97e41e87 100644 --- a/extracted-files/tags/month-THER +++ b/extracted-files/tags/month-THER @@ -11,6 +11,8 @@ standard tag: THER specification: - Thermidor +label: 'Thermidor' + calendars: - "https://gedcom.io/terms/v7/cal-FRENCH_R" ... diff --git a/extracted-files/tags/month-TMZ b/extracted-files/tags/month-TMZ index 94134627..603f610a 100644 --- a/extracted-files/tags/month-TMZ +++ b/extracted-files/tags/month-TMZ @@ -11,6 +11,8 @@ standard tag: TMZ specification: - Tammuz (תַּמּוּז) +label: 'Tammuz' + calendars: - "https://gedcom.io/terms/v7/cal-HEBREW" ... diff --git a/extracted-files/tags/month-TSH b/extracted-files/tags/month-TSH index a4d149ad..808af0b0 100644 --- a/extracted-files/tags/month-TSH +++ b/extracted-files/tags/month-TSH @@ -11,6 +11,8 @@ standard tag: TSH specification: - Tishrei (תִּשְׁרֵי) +label: 'Tishrei' + calendars: - "https://gedcom.io/terms/v7/cal-HEBREW" ... diff --git a/extracted-files/tags/month-TVT b/extracted-files/tags/month-TVT index 1e228602..cae2826a 100644 --- a/extracted-files/tags/month-TVT +++ b/extracted-files/tags/month-TVT @@ -11,6 +11,8 @@ standard tag: TVT specification: - Tevet (טֵבֵת) +label: 'Tevet' + calendars: - "https://gedcom.io/terms/v7/cal-HEBREW" ... diff --git a/extracted-files/tags/month-VEND b/extracted-files/tags/month-VEND index bc240518..be6ab989 100644 --- a/extracted-files/tags/month-VEND +++ b/extracted-files/tags/month-VEND @@ -11,6 +11,8 @@ standard tag: VEND specification: - Vendémiaire +label: 'Vendémiaire' + calendars: - "https://gedcom.io/terms/v7/cal-FRENCH_R" ... diff --git a/extracted-files/tags/month-VENT b/extracted-files/tags/month-VENT index b437336a..34a641f2 100644 --- a/extracted-files/tags/month-VENT +++ b/extracted-files/tags/month-VENT @@ -11,6 +11,8 @@ standard tag: VENT specification: - Ventôse +label: 'Ventôse' + calendars: - "https://gedcom.io/terms/v7/cal-FRENCH_R" ... diff --git a/extracted-files/tags/ord-STAT b/extracted-files/tags/ord-STAT index c2be6e90..bb6469c3 100644 --- a/extracted-files/tags/ord-STAT +++ b/extracted-files/tags/ord-STAT @@ -13,6 +13,8 @@ specification: - An enumerated value from set https://gedcom.io/terms/v7/enumset-ord-STAT assessing of the state or condition of an ordinance. +label: 'Status' + payload: https://gedcom.io/terms/v7/type-Enum enumeration set: "https://gedcom.io/terms/v7/enumset-ord-STAT" diff --git a/extracted-files/tags/record-FAM b/extracted-files/tags/record-FAM index 5d74f53c..9b4da1ed 100644 --- a/extracted-files/tags/record-FAM +++ b/extracted-files/tags/record-FAM @@ -58,6 +58,8 @@ specification: to point to an INDI record, the INDI record must use a FAMC to point to the FAM record. +label: 'Family record' + payload: null substructures: diff --git a/extracted-files/tags/record-INDI b/extracted-files/tags/record-INDI index 8a9e0f95..46c57ebd 100644 --- a/extracted-files/tags/record-INDI +++ b/extracted-files/tags/record-INDI @@ -46,6 +46,8 @@ specification: and so on. A subordinate FAMC pointer is allowed to refer to a family where the individual does not appear as a child. +label: 'Individual' + payload: null substructures: diff --git a/extracted-files/tags/record-OBJE b/extracted-files/tags/record-OBJE index dab1e9d9..71b49db9 100644 --- a/extracted-files/tags/record-OBJE +++ b/extracted-files/tags/record-OBJE @@ -24,6 +24,8 @@ specification: The change and creation dates should be for the OBJE record itself, not the underlying files. +label: 'Object' + payload: null substructures: diff --git a/extracted-files/tags/record-REPO b/extracted-files/tags/record-REPO index 58cd85ab..ceb7e6af 100644 --- a/extracted-files/tags/record-REPO +++ b/extracted-files/tags/record-REPO @@ -25,6 +25,8 @@ specification: recommended that the repository record store current contact information, if known. +label: 'Repository' + payload: null substructures: diff --git a/extracted-files/tags/record-SNOTE b/extracted-files/tags/record-SNOTE index 3964cd3a..bcf800cc 100644 --- a/extracted-files/tags/record-SNOTE +++ b/extracted-files/tags/record-SNOTE @@ -46,6 +46,8 @@ specification: form a cycle. Applications should also ensure they can handle invalid files with such cycles in a safe manner. +label: 'Shared note' + payload: http://www.w3.org/2001/XMLSchema#string substructures: diff --git a/extracted-files/tags/record-SOUR b/extracted-files/tags/record-SOUR index c6ffee24..e450c588 100644 --- a/extracted-files/tags/record-SOUR +++ b/extracted-files/tags/record-SOUR @@ -26,6 +26,8 @@ specification: form a cycle. Applications should also ensure they can handle invalid files with such cycles in a safe manner. +label: 'Source' + payload: null substructures: diff --git a/extracted-files/tags/record-SUBM b/extracted-files/tags/record-SUBM index 55b60a34..b5dbf438 100644 --- a/extracted-files/tags/record-SUBM +++ b/extracted-files/tags/record-SUBM @@ -18,6 +18,8 @@ specification: HEAD, unless a SUBM structure inside a specific record points at a different submitter record. +label: 'Submitter' + payload: null substructures: