My Family Tree GEDCOM 5.5.1 Extensions

Total Page:16

File Type:pdf, Size:1020Kb

My Family Tree GEDCOM 5.5.1 Extensions My Family Tree™ GEDCOM Extensions Document version 3.1 Date 16 Jan 2021 My Family Tree version(s) 10.8.0.0 This document provides details of all GEDCOM extensions used in GEDCOM files produced by the version(s) of My Family Tree specified above. Conditions of use © Chronoplex Software 2017-2021. This document and the information contained within is made available for private use by end users of My Family Tree for the sole purpose of interpreting the form of GEDCOM extensions in GEDCOM files produced by My Family Tree. All other rights, including, but not limited to, redistribution, reproduction, modification, and public review, are reserved. Disclaimer The information in this document is provided "as is" without warranty of any kind. Chronoplex Software does not accept any responsibility or liability arising from the use of this document. 1 My Family Tree GEDCOM files GEDCOM files produced by My Family Tree are LINEAGE-LINKED GEDCOM 5.5.1 files which use Unicode (UTF-8) encoding with a byte order mark. In the interests of interoperability, files deviate from the GEDCOM 5.5.1 specification in the following cases: 1. <MULTIMEDIA_FILE_REFERENCE> ignores the 30-character limit and uses up to 246-characters before the value is split over multiple lines. This ensures maximum compatibility with other applications. 2. <MULTIMEDIA_FORMAT> is extended to permit any valid file format. 3. <SEX_VALUE> is extended to permit ‘X’ for ‘other’. The term ‘other’ is to be used to describe the biological sex of a person whose biological sex is not exclusively ‘male’ or ‘female’ e.g. intersex. 4. <PEDIGREE_LINKAGE_TYPE> is extended to permit ‘guardian’, ‘step’, and ‘other’. This ensures maximum compatibility with other applications. 5. The INDI.EVEN and FAM.EVEN generic events use an <EVENT_DESCRIPTOR> line value. 6. The INDI.RESI and FAM.RESI residence attributes use an <ATTRIBUTE_DESCRIPTOR> line value. 7. <PLACE_LATITUDE> uses a compass direction N or S and a number 0 to 90. <PLACE_LONGITUDE> uses a compass direction E or W and a number 0 and 180 inclusive. This is in line with the examples in the specification. The numerical part of the coordinate is given to 6 decimal places which is equivalent to ~1 m distance on the ground and more than enough for genealogical purposes. The GEDCOM 5.5.1 specification erroneously limits these fields to size {5:8}, the correct sizes are {2:10} and {2:11} respectively. Some of these behaviours can be adjusted by manually editing the user.config in the local application data. The following settings are provided: Setting Default GedcomExport_UseXSexValue True GedcomExport_UseNonStandardPedigreeLinkageTypes True GedcomExport_UseLongLineValuesForMultimediaFileReference True GedcomExport_UseFileExtensionsForMultimediaFormat True GedcomExport_UseEvenLineValue True GedcomExport_UseResiLineValue True 2 Record Structures of Lineage-Linked Form which have been extended Extensions to existing structures are shown in highlight mode. HEADER:= n HEAD ⋮ _TITL <TEXT> {0:1} ⋮ RECORD:= [ n <<FAM_RECORD>> {1:1} | n <<INDIVIDUAL_RECORD>> {1:1} | n <<MULTIMEDIA_RECORD>> {1:1} | n <<NOTE_RECORD>> {1:1} | n <<REPOSITORY_RECORD>> {1:1} | n <<SOURCE_RECORD>> {1:1} | n <<SUBMITTER_RECORD>> {1:1} | n <<TASK_RECORD>> {1:1} ] FAM_RECORD:= n @<XREF:FAM>@ FAM {1:1} ⋮ +1 _PRIVATE <PRIVATE_FLAG> {0:1} +1 _READONLY <READONLY_FLAG> {0:1} +1 _MSTAT <RELATIONSHIP_STATUS> {0:1} ⋮ 3 INDIVIDUAL_RECORD:= n @<XREF:INDI>@ INDI {1:1} ⋮ +1 _UID <UID> {0:1} +1 _PRIVATE <PRIVATE_FLAG> {0:1} +1 _READONLY <READONLY_FLAG> {0:1} +1 SEX <SEX_VALUE> {0:1} +1 <<A_DNA_STRUCTURE>> {0:M} +1 <<M_DNA_STRUCTURE>> {0:M} +1 <<Y_DNA_STRUCTURE>> {0:M} +1 _IEOT Y {0:1} +1 _PHOTO @<XREF:OBJE>@ {0:1} +2 _FACE <CROP_REGION> {0:1} +1 _CREST @<XREF:OBJE>@ {0:1} ⋮ MULTIMEDIA_RECORD:= n @<XREF:OBJE>@ OBJE {1:1} ⋮ +1 _PRIVATE <PRIVATE_FLAG> {0:1} +1 _READONLY <READONLY_FLAG> {0:1} +1 FILE <MULTIMEDIA_FILE_REFERENCE> {1:1} +2 _FDTE <FILE_DATE > {0:1} +2 _FRTG <FILE_RATING> {0:1} +2 _FPLC <FILE_PLACE> {0:1} +2 FORM <MULTIMEDIA_FORMAT> {1:1} ⋮ Pointers to multimedia records are always used, rather than inline multimedia links. NOTE_RECORD:= n @<XREF:NOTE>@ NOTE {1:1} ⋮ +1 _NCHT Y {0:1} ⋮ REPOSITORY _RECORD:= n @<XREF:REPO>@ REPO {1:1} ⋮ +1 _UID <UID> {0:1} ⋮ SOURCE_RECORD:= n @<XREF:SOUR>@ SOUR {1:1} ⋮ +1 _UID <UID> {0:1} ⋮ 4 Record Structures of Lineage-Linked Form which are new TASK_RECORD:= n @<XREF:TASK>@ _TASK {1:1} +1 _TTIL <TASK_TITLE> {0:1} +1 _TDSC <TASK_DESCRIPTION> {0:1} +1 _TCOM <TASK_COMMENTS> {0:1} +1 _TRST <TASK_RESULTS> {0:1} +1 _TLOC <TASK_LOCATION> {0:1} +1 _TSDT <TASK_START_DATE> {0:1} +1 _TRDT <TASK_REVIEW_DATE> {0:1} +1 _TCDT <TASK_COMPLETED_DATE> {0:1} +1 _TSTS <TASK_STATUS> {0:1} +1 _TPTY <TASK_PRIORITY> {0:1} +1 _TTPE <TASK_TYPE> {0:1} +1 _TCAT <TASK_CATEGORY> {0:1} +1 SOUR @<XREF:SOUR>@ {0:1} +1 REPO @<XREF:REPO>@ {0:1} +1 INDI @<XREF:INDI>@ {0:M} + <<CHANGE_DATE>> {0:1} Tasks may include a single cross-reference to a source and/or repository, and one or more cross-references to any individuals relating to the task. 5 Substructures of Lineage-Linked Form which have been extended Extensions to existing structures are shown in highlight mode. PERSONAL_NAME_STRUCTURE:= n NAME <NAME_PERSONAL> {1:1} ⋮ +1 _FIRN <NAME_PIECE_FIRSTNAME> {0:1} +1 _MIDN <NAME_PIECE_MIDDLENAME> {0:1} +1 _PATN <NAME_PIECE_PATRONYMIC> {0:1} +1 _MATN <NAME_PIECE_MATRONYMIC> {0:1} +1 _RUFNAME <NAME_PIECE_CALLNAME> {0:1} +1 _PRIVATE <PRIVATE_FLAG> {0:1} +1 _READONLY <READONLY_FLAG> {0:1} ⋮ GEDCOM 5.5.1 does not make any distinction between a person’s first names, middle names, patronymic names, matronymic names, or call names, and instead combines them in the NAME tag value or the GIVN tag value. However separate identification of each of these name parts is essential if genealogy applications are to correctly display a person’s name according to cultural rules associated with that name. Additional tags are therefore provided to ensure that all parts of a person’s name can be correctly interpreted. Use of the _FIRN and _MIDN tags is restricted to the case when the GIVN tag value cannot be split at the first white space character to obtain the first name(s) and middle name(s). This avoids unnecessary duplication of information, whilst ensuring complete compatibility with GEDCOM readers which do not support these tags. The _MIDN tag is only used with the _FIRN tag, in other words, a middle name is not permitted without a first name. The combined _FIRN and _MIDN tag values must equal the GIVN tag value i.e. <NAME_PIECE_GIVEN> = [ <NAME_PIECE_FIRSTNAME> | <NAME_PIECE_FIRSTNAME> <NAME_PIECE_MIDDLENAME> ] Any other use of the _FIRN and _MIDN tags is not supported. 6 EVENT_DETAIL:= ⋮ n _RELTYPE <RELATIONSHIP_TYPE> {0:1} n _PRIVATE <PRIVATE_FLAG> {0:1} n _READONLY <READONLY_FLAG> {0:1} n _DESC <TEXT> {0:1} ⋮ n <<EVENT_WITNESS_STRUCTURE>> {0:M} ⋮ n DATE <DATE_VALUE> {0:1} n _DATI <DATE_TIME_INFO> {0:1} ⋮ The _RELTYPE tag is used only with MARR events which include a user defined type. It is used to flag whether the MARR.TYPE line value is a type of other marriage or a type of other relationship. The _DESC tag is used to preserve information stored on an EVEN or RESI tag value in versions of GEDCOM which do not support this. Events may contain references to individuals who witnessed the event in some capacity using the EVENT_WITNESS_STRUCTURE. The _DATI tag is used to store the data required to completely reconstruct the date and time information associated with an event. It is always included in addition to the standard DATE tag. My Family Tree permits date information to be stored in many different calendars and therefore not all dates can be validly expressed using the standard DATE_VALUE. An associated DATE_TIME_INFO value is used to store all the information required to represent the date. If a _DATI tag and value is present, the corresponding DATE tag and value is ignored. The DATE tag value will store a valid GEDCOM representation of the date, where that is possible. 7 Substructures of Lineage-Linked Form which are new M_DNA_STRUCTURE:= n _MTDNA {1:1} +1 _MDSC <DNA_TEST_DESCRIPTION> {0:1} +1 _MNAM <DNA_TEST_NAME_OF_PERSON> {0:1} +1 _MHAP <M_DNA_HAPLOGROUP> {0:1} +1 _MREF <M_DNA_REFERENCE_SAMPLE> {0:1} +1 _MSEQ <DNA_FULL_SEQUENCE> {0:1} +1 <<M_DNA_SNP_STRUCTURE>> {0:M} +1 <<NOTE_STRUCTURE>> {0:M} The results of a mitochondrial DNA test. M_DNA_SNP_ STRUCTURE:= n _MSNP {1:1} +1 _MDIF <M_DNA_DIFFERENCE> {1:1} A difference between a person’s mitochondrial DNA full sequence compared to a reference mitochondrial DNA sequence. Y_DNA_STRUCTURE:= n _YTDNA {1:1} +1 _YDSC <DNA_TEST_DESCRIPTION> {0:1} +1 _YNAM <DNA_TEST_NAME_OF_PERSON> {0:1} +1 _YHAP <Y_DNA_HAPLOGROUP> {0:1} +1 <<Y_DNA_STR_STRUCTURE>> {0:M} +1 <<Y_DNA_SNP_STRUCTURE >> {0:M} +1 <<NOTE_STRUCTURE>> {0:M} The results of a Y-chromosome DNA test. Y_DNA_STR_ STRUCTURE:= n _YSTR {1:1} +1 _YMRK <STR_MARKER> {1:1} +1 _YRPT < STR_REPEAT> {1:1} A short tandem repeat (STR) is a section of DNA which repeats several times in a row on a DNA strand. The STRs present and the number of times they repeat is used distinguish one DNA sample from another. Y_DNA_SNP_ STRUCTURE:= n _YSNP {1:1} +1 _YRSID <SNP_RSID> {1:1} +1 _YPOS <SNP_POSITION> {1:1} +1 _YGEN <SNP_GENOTYPE> {1:1} A single nucleotide polymorphism (SNP) DNA sequence variation occurring when a single nucleotide adenine (A), thymine (T), cytosine (C), or guanine (G) in the genome (or other shared sequence) differs between members of a species or paired chromosomes in a person. 8 A_DNA_STRUCTURE:= n _ATDNA {1:1} +1 _ADSC <DNA_TEST_DESCRIPTION> {0:1} +1 _ANAM <DNA_TEST_NAME_OF_PERSON> {0:1} +1 <<A_DNA_STR_STRUCTURE>> {0:M} +1 <<A_DNA_SNP_STRUCTURE >> {0:M} +1 <<NOTE_STRUCTURE>> {0:M} The results of an autosomal DNA test. A_DNA_STR_ STRUCTURE:= n _ASTR {1:1} +1 _AMRK <STR_MARKER> {1:1} +1 _ARPT < STR_REPEAT> {1:1} A short tandem repeat (STR) is a section of DNA which repeats several times in a row on a DNA strand. The STRs present and the number of times they repeat is used distinguish one DNA sample from another.
Recommended publications
  • Exploring Your Surname Exploring Your Surname
    Exploring Your Surname As of 6/09/10 © 2010 S.C. Meates and the Guild of One-Name Studies. All rights reserved. This storyboard is provided to make it easy to prepare and give this presentation. This document has a joint copyright. Please note that the script portion is copyright solely by S.C. Meates. The script can be used in giving Guild presentations, although permission for further use, such as in articles, is not granted, to conform with prior licenses executed. The slide column contains a miniature of the PowerPoint slide for easy reference. Slides Script Welcome to our presentation, Exploring Your Surname. Exploring Your Surname My name is Katherine Borges, and this presentation is sponsored by the Guild of One- Name Studies, headquartered in London, England. Presented by Katherine Borges I would appreciate if all questions can be held to the question and answer period at Sponsored by the Guild of One-Name Studies the end of the presentation London, England © 2010 Guild of One-Name Studies. All rights reserved. www.one-name.org Surnames Your surname is an important part of your identity. How did they come about This presentation will cover information about surnames, including how they came Learning about surnames can assist your about, and what your surname can tell you. In addition, I will cover some of the tools genealogy research and techniques available for you to make discoveries about your surname. Historical development Regardless of the ancestral country for your surname, learning about surnames can assist you with your genealogy research. Emergence of variants Frequency and distribution The presentation will cover the historical development of surnames, the emergence of variants, what the current frequency and distribution of your surname can tell you DNA testing to make discoveries about the origins, and the use of DNA testing to make discoveries about your surname.
    [Show full text]
  • 1999 ESSAY Pictish Matriliny?
    WINNER OF THE SOCIETY'S 1999 ESSAY PRIZE Alasdair Ross Pictish Matriliny? In the first book of his Historia Ecclesiastica, written before 731, Bede described royal Pictish succession practices: Cumque uxores Picti non habentes peterent a Scottis, ea solum condicione dare consenserunt, ut ubi res ueniret in dubium, magis de feminea regum prosapia quam de masculina regem sibi eligerent; quod usque hodie apud Pictos constat esse seruatum. [As the Picts had no wives, they asked the Scottis for some, the latter consented to give them women, only on condition that, in all cases of doubt, they should elect their king from the female royal line rather than the male; and it is well known that the custom has been observed among the Picts to this day.]l Many theories have been built around this statement although modern contributors to the debate on Pictish matrilinear succession are essentially divided into two camps: those who favour this ethnographic model include Henderson, Sellar, Miller and Anthony Jackson2 (although they do not agree on one particular type of .matriliny), whereas the champion of the opposing cause is Smyth who argues for a form of patrilinear kingship.3 Neither school of thought has been able to conclusively demonstrate that their particular viewpoint is correct. However, by reviewing the arguments advanced, both for and against, in conjunction with contemporary evidence from the Pictish p~riod, it may be possible to arrive at some sort of consensus regarding the rules of succession to Pictish kingship. 11 NORTHERN STUDIES' 34 The case for supporting 'peculiarities' within Pictish kingship was clearly set out by Wainwright in 1955.
    [Show full text]
  • Author's Note on Transcriptions
    AUTHOR’S NOTE ON TRANSCRIPTIONS, TRANSLATIONS, ARCHIVES, AND SPANISH NAMING PRACTICES Although I have not included the Spanish originals of most colonial documents discussed in this volume, I include some brief transcrip- tions in the endnotes or parenthetically. My transcriptions attempt to preserve the orthography and punctuation of the original documents while at the same time rendering them comprehensible to twenty- first- century readers. Thus, I spell out most abbreviations and generally convert the letter “f” to “s” and the initial “rr” to “r,” but do not always convert “y” to “i,” “u” to “v,” or add the letter “h” where it is missing. I do not include accent marks in my transcriptions, as they were not used in the colonial period; for this reason, names like “Bogotá” will appear with an accent mark in the text, but without an accent in doc- umentary citations and quotations. I do not reconcile divergent spell- ings of a word or a proper name, which might be written in different ways in the same document; this is particularly true for toponyms and anthroponyms in native languages, which Spanish scribes struggled to record using Castillian phonological conventions, although they were not proficient in the language in question. I also preserve the gender of certain nouns, such as “la color,” in their early modern form. Co- lonial documentary writing frequently has run- on sentences. In the interests of making quotations in translation more readable, I have opted for dividing some run- on sentences into more coherent phrases in my translations. Likewise, I have removed “said” (dicho/a), which means “aforementioned,” from certain translations in the interests of a more fluid reading, although I have retained it where it is central to the meaning of the sentence.
    [Show full text]
  • Names, People, and Places TEI @ Oxford
    Names, People, and Places TEI @ Oxford . Names, People, and Places . TEI @ Oxford September 2008 What's in a name? Names, People, and Places TEI @ Oxford We've already met <name> and <rs> for any form of name or referring string. The namesdates module also provides specialisations of these: <persName>, <placeName>, and <orgName> Each can be further decomposed They can also be associated with a named entity (Names are also entities) Personal Names Names, People, and Places For example... TEI @ Oxford <persName> (personal name) a noun referring to a person ... equivalent to <name type="person"> <surname> a family (inherited) name <forename> a forename, given or baptismal name <roleName> a name component indicating a particular role or position in society <addName> (additional name) nickname, epithet, alias, or any other descriptive phrase used within a personal name <nameLink> a connecting phrase or link used within a name but not regarded as part of it . <persName> . <forename type="first">Inês</forename> <forename type="matronymic">Barroca</forename> <surname>Rahtz</surname> .</persName> . Personal Names Names, People, and Places For example... TEI @ Oxford <persName> (personal name) a noun referring to a person ... equivalent to <name type="person"> <surname> a family (inherited) name <forename> a forename, given or baptismal name <roleName> a name component indicating a particular role or position in society <addName> (additional name) nickname, epithet, alias, or any other descriptive phrase used within a personal name <nameLink> a connecting phrase or link used within a name but not regarded as part of it . <persName> . <forename type="first">Inês</forename> <forename type="matronymic">Barroca</forename> <surname>Rahtz</surname> .</persName> .
    [Show full text]
  • Name, a Novel
    NAME, A NOVEL toadex hobogrammathon /ubu editions 2004 Name, A Novel Toadex Hobogrammathon Cover Ilustration: “Psycles”, Excerpts from The Bikeriders, Danny Lyon' book about the Chicago Outlaws motorcycle club. Printed in Aspen 4: The McLuhan Issue. Thefull text can be accessed in UbuWeb’s Aspen archive: ubu.com/aspen. /ubueditions ubu.com Series Editor: Brian Kim Stefans ©2004 /ubueditions NAME, A NOVEL toadex hobogrammathon /ubueditions 2004 name, a novel toadex hobogrammathon ade Foreskin stepped off the plank. The smell of turbid waters struck him, as though fro afar, and he thought of Spain, medallions, and cork. How long had it been, sussing reader, since J he had been in Spain with all those corkoid Spanish medallions, granted him by Generalissimo Hieronimo Susstro? Thirty, thirty-three years? Or maybe eighty-seven? Anyhow, as he slipped a whip clap down, he thought he might greet REVERSE BLOOD NUT 1, if only he could clear a wasp. And the plank was homely. After greeting a flock of fried antlers at the shevroad tuesday plied canticle massacre with a flash of blessed venom, he had been inter- viewed, but briefly, by the skinny wench of a woman. But now he was in Rio, fresh of a plank and trying to catch some asscheeks before heading on to Remorse. I first came in the twilight of the Soviet. Swigging some muck, and lampreys, like a bad dram in a Soviet plezhvadya dish, licking an anagram off my hands so the ——— woundn’t foust a stiff trinket up me. So that the Soviets would find out.
    [Show full text]
  • The Faculty of Graduate Studies and Research Universitv of Manitoba in Partial Fulfillment
    UKRAINIAN SURNAMES IN CANADA A '-L'nesr_s Presented to the Faculty of Graduate Studies and Research Universitv of Manitoba In Partial Fulfillment of the Requirements for the Degree Master of Arts by Luba Fedorkiw March, L977 ,'UKRAINiAN SURNAMTS IN CA¡IADA'' by LUBA FEDORKII^I A dissertution sub¡ttitted to the Faculty of Graduate Stt¡tlics of the University of Munitobl in partirl fulfillment ol'the rcquircments of thc' dcglee ol' I4ASTTR OF ARTS @ 1977 Pennission hits l¡eett glurttccl tr¡ tlto LlBlìARY Oþ'I'llI tlNlVUll- SITY Ot tulANlTOllA tc¡ lc¡d or sclt copies of this tlissertittiott, to thc' NATIONA L LItsRA l{Y Of' (:ANAt)A to ¡lticrotilm tltis dissertatio¡l and to lend or scll copics of the l'ilnt, untl UNIVURSI'tY MICROI'ILMS to publish utl abstruct of this dissertution. The authol reserves other ¡rtrblicatittn rigltts, a¡rd neithcr the dissertatiolt nor extcnsive cxtrilcts fronr it nuy be printed t¡r t¡ther- wise reprotlrrcetl w itltot¡t t hr: lrtt hol's writtc¡t ¡rcrltt issiotl. TABLE OF CONTENTS ABSTRACT ABBRE\IÏATIONS TRANSLITERATÏON TABLE INTRODUCTION Page The Problem- 1 Present State of Research and Bibliographical Survey ii Importance of the Stud.y. X Sources Used -xi Method of Procedure. -xi Organization of the Thesis . xiii PART ONE Background and Development of Ukrainian Family Names (Surnames) CHAPTER I. The Development of Early Slavic Personal ' and Family Names I CHAPTER IT. Types of Ukrainian Family Names. 10 A. Surnames of Rel-ationship. I2 1. Patronymics. I2 2. Matronymics. 19 B. Occupation, Trade and Profession. " 22 c.
    [Show full text]
  • The Journal of Juristic Papyrology Vol
    THE JOURNAL OF JURISTIC VOL. XLVIII (2018) VOL. XLVIII PAPYROLOGY FOUNDED BY RAPHAEL TAUBENSCHLAG EDITED BY TOMASZ DERDA APYROLOGY ADAM ŁAJTAR P JAKUB URBANIK VOL. XLVIII (2018) URISTIC J OURNAL OF J HE ISSN 0075-4277 T 2018 WARSAW JJP_XLVIII.indd 1 05.07.2019 17:38 tytułowe i redakcyjne.qxp_011_041 Ch1 05.07.2019 09:46 Strona III UNIVERSITY OF WARSAW INSTITUTE OF ARCHAEOLOGY DEPARTMENT OF PAPYROLOGY UNIVERSITY OF WARSAW FACULTY OF LAW AND ADMINISTRATION CHAIR OF ROMAN LAW AND THE LAW OF ANTIQUITY THE RAPHAEL TAUBENSCHLAG FOUNDATION THE JOURNAL OF JURISTIC PAPYROLOGY FOUNDED BY RAPHAEL TAUBENSCHLAG EDITED BY TOMASZ DERDA $'$0$-7$5 -$.8%85%$1,. ASSISTANT TO THE EDITORS *5=(*25=2&+$$ VOL. XLVIII (2018) tytułowe i redakcyjne.qxp_011_041 Ch1 05.07.2019 09:46 Strona IV SCIENTIFIC BOARD -RVÓ/XLV$ORQVR (Universität Zürich), 5RJHU6%DJQDOO (New York University), %HQHGHWWR%UDYR (Uniwersytet Warszawski), :LOO\&ODU\VVH (Katholieke Universiteit Leuven), %HUQDUG+6WROWH (Rijksuniversiteit Groningen), 'RURWK\7KRPSVRQ (Girton College, Cambridge University), -DFTXHVYDQGHU9OLHW (Universiteit Leiden/Radboud Universiteit Nijmegen), (ZD:LSV]\FND (Uniwersytet Warszawski) LANGUAGE CONSULTANTS English: *LRYDQQL55XIğQL )DLUğHOG8QLYHUVLW\ )UHQFK&KULV5RGULJXH] (Université Paris I), German: 0DUWLQ/HPNH (Uniwersytet Warszawski), Italian: )DELDQD7XFFLOOR (Università degli studi di Napoli «Federico II») Ņ)RUWKHERRNE\)XQGDFMDLP5DIDïD7DXEHQVFKODJD © For the constituting papers by the authors Computer design and DTP by 7RPDV]'HUGD*U]HJRU]2FKDïDDQG-DNXE8UEDQLN Cover design by 0DU\QD:LĂQLHZVND Warszawa 2018 ISSN 0075–4277 7KLVSXEOLFDWLRQKDVEHHQSXEOLVKHGZLWKğQDQFLDOVXSSRUW from the Institute of Archaeology and Faculty of Law and Administration of the University of Warsaw Wydanie I (wersja pierwotna) 1DNïDGHJ] 'UXNLRSUDZD6RZD6S]RRXO5DV]\ñVND3LDVHF]QR NNNrz05-08 contents i abstrakty.qxp_011_041 Ch1 04.07.2019 21:32 Strona V The Journal xolf vJiuiri istic Papyrology vol.
    [Show full text]
  • A Family Name Can Tell Us a Great Deal About a Person. the Fact That One Of
    A family name can tell us a great deal about a person. The fact that one of your ancestors in the distant past was named John and thus your family name is Johnson would seem of little moment. However we could don Sherlock Holmes (mythical) deerstalker and infer quite a lot from such an innocuous clue. John is an English name and as the majority of English family names or surnames were applied in the late Middle Ages we can be fairly certain that it comes from Medieval English stock. This type of family name is term a patronymic and, oddly enough, accounts for six (seven including Washington) of the first ten U.S. Presidents; Adams, Jefferson - son of Geoffrey, Madison - son of Maud, Adams, Harrison, and Jackson. Washington's family originated in Washington, the settlement of 'Wassa', in north-east England, and is therefore technically a patronymic. Monroe's family once lived at the mouth of a river in Scotland. John Tyler probably came from a family of roofer's, Tyler is an occupational name like Slater. The exception, Van Buren, was of poor Dutch heritage with the equivalent English name of Cotter, or a tenant farmer who lived in a cottage. Madison is actually a matronymic, a descendant of a matriarch. Other examples of this are Molson, from Moll or Mary; Emmett, from Emma; Marriot, from Mary; and Tillotson, from a nickname for Matilda. Patronymics are common throughout the western world. Almost invariably a name ending in '-ian' indicates an Armenian from the Parthian word for son of.
    [Show full text]
  • Women's (No) Naming Right Under The
    Women’s (No) Naming Right under the Shadow of Patronymy 57 Research Articles Women’s (No) Naming Right under the Shadow of Patronymy: Changes in the Public Attitudes in Taiwan between 2002 and 2012✽ Chao-ju Chen✽✽, Yen-wen Peng✽✽✽, Chin-fen Chang✽✽✽✽ ABSTRACT Patronymy is the norm by which children’s surnames are based on their fathers’ surnames; and/or wives’ surnames are to follow their husbands’. Taiwan is one of the countries where the practice of patro- ✽ The three authors contributed equally to the paper. We deeply appreciate the com- ments and suggestions from the anonymous reviewers and the editorial board. The TSCS data were collected with funding from the Ministry of Science and Technology (NSC 100–2420-H–001–002-SS2). An earlier version of the paper was presented at the 18th ISA World Congress of Sociology on “Facing an Unequal World: Chal- lenges for Global Sociology” (RC –06 and TG –03: Human Rights, Family Roles and Social Justice) held in Yokohama, Japan on July 13 –19, 2014. We appreciate the feedbacks from the audience. The authors also wish to thank Yi-ping Chang for research assistance. ✽✽ Professor, College of Law, National Taiwan University ✽✽✽ Associate Professor, Institute of Public Affairs Management, National Sun Yat-sen University ✽✽✽✽ Research Fellow, Institute of Sociology, Academia Sinica 58 調查研究—方法與應用/第 38 期(社會變遷研究特刊) nymy prevails. Before 2007, it was legally required that children assume the father’s surname, albeit with some exceptions. In 2007, the legislature passed a milestone amendment of family law that permits parents to decide the surname of the child through mutual agreement, but governmental statistics show that on average only 1.7% of all newborns in the past 9 years took their mother’s surname.
    [Show full text]
  • Analyzing the Disappearance of Women's Surnames and The
    Hastings Women’s Law Journal Volume 29 Article 3 Number 1 Winter 2018 1-1-2018 Analyzing the Disappearance of Women’s Surnames and the Retrenchment of their Political- Legal Status in Early Modern England Deborah Anthony Follow this and additional works at: https://repository.uchastings.edu/hwlj Part of the Law and Gender Commons Recommended Citation Deborah Anthony, Analyzing the Disappearance of Women’s Surnames and the Retrenchment of their Political-Legal Status in Early Modern England, 29 Hastings Women's L.J. 7 (2018). Available at: https://repository.uchastings.edu/hwlj/vol29/iss1/3 This Article is brought to you for free and open access by the Law Journals at UC Hastings Scholarship Repository. It has been accepted for inclusion in Hastings Women’s Law Journal by an authorized editor of UC Hastings Scholarship Repository. For more information, please contact [email protected]. DISAPPEARANCE OF WOMEN'S SURNAMES.DOCX (DO NOT DELETE) 12/12/2017 2:44 PM Analyzing the Disappearance of Women’s Surnames and the Retrenchment of their Political-Legal Status in Early Modern England Deborah Anthony* I. INTRODUCTION American actress Zoe Saldana conducted an interview for In Style Magazine in July 2015. The story made headlines, but for an unexpected reason: She revealed in the interview that her husband had taken her last name when they married, rather than the other way around. Multiple media outlets picked up that piece of the story and reported on the “untraditional” move,1 and the public response was telling. While some commenters
    [Show full text]
  • Personal Name Policy: from Theory to Practice
    Dysertacje Wydziału Neofilologii UAM w Poznaniu 4 Justyna B. Walkowiak Personal Name Policy: From Theory to Practice Wydział Neofilologii UAM w Poznaniu Poznań 2016 Personal Name Policy: From Theory to Practice Dysertacje Wydziału Neofilologii UAM w Poznaniu 4 Justyna B. Walkowiak Personal Name Policy: From Theory to Practice Wydział Neofilologii UAM w Poznaniu Poznań 2016 Projekt okładki: Justyna B. Walkowiak Fotografia na okładce: © http://www.epaveldas.lt Recenzja: dr hab. Witold Maciejewski, prof. Uniwersytetu Humanistycznospołecznego SWPS Copyright by: Justyna B. Walkowiak Wydanie I, Poznań 2016 ISBN 978-83-946017-2-0 *DOI: 10.14746/9788394601720* Wydanie: Wydział Neofilologii UAM w Poznaniu al. Niepodległości 4, 61-874 Poznań e-mail: [email protected] www.wn.amu.edu.pl Table of Contents Preface ............................................................................................................ 9 0. Introduction .............................................................................................. 13 0.1. What this book is about ..................................................................... 13 0.1.1. Policies do not equal law ............................................................ 14 0.1.2. Policies are conscious ................................................................. 16 0.1.3. Policies and society ..................................................................... 17 0.2. Language policy vs. name policy ...................................................... 19 0.2.1. Status planning ...........................................................................
    [Show full text]
  • How to Decode a Surname Surnames Started Passing Down in Families Nicknames During the Middle Ages
    110-167Chs 10-12 who am I:Who am I 22/12/08 16:41 Page 140 How to decode a surname Surnames started passing down in families Nicknames during the Middle Ages. A lot of them use The first type of surname started with the Medieval terms, or reflect Medieval names way someone behaved, or how they that were popular at the time. They are like looked. The surname Short indicates that time-capsules, because they have remained the family’s ancestor was not very tall. The unchanged for hundreds of years. They are surname White means the ancestor was fascinating because they tell you something very pale, or had white hair. Armstrong about the ancestor who had the nickname means the ancestor had strong arms. Some that became the surname in the first place. common names are nicknames written in The types of nicknames that became other languages. In Scotland and Ireland, surnames fall into five groups. Most for example, people spoke Gaelic. The surnames, wherever they are from in the Scottish surname Cameron, for example, is world, will fall into one of the same five Gaelic for ‘hooked nose’. The technical groups. term for this type of surname is sobriquet , meaning ‘nickname’. Very few people are Archers by profession today although it was a common trade in the Middle Ages. Parents’ names The second type of surname is from parents’ names. They often end ‘son’ or ‘s’. Richardson and Richards both mean ‘son of Richard’. Johnson and Jones both mean ‘son of John’. In Gaelic-speaking Scotland and Ireland, Mac (or Mc) meant ‘son’.
    [Show full text]