%YAML 1.2
---
lang: en-US

type: structure

uri: https://gedcom.io/terms/v7/PHRASE

standard tag: 'PHRASE'

specification:
  - Phrase
  - |
    Textual information that cannot be expressed in the superstructure due to the
    limitations of its data type. A `PHRASE` may restate information contained in
    the superstructure, but doing so is not recommended unless it is needed for
    clarity.
    
    <div class="example">
    
    A date interpreted from the phrase "The Feast of St John" might be
    
    ```gedcom
    2 DATE 24 JUN 1852
    3 PHRASE During the feast of St John
    ```
    
    </div>
    
    <div class="example">
    
    A record using `1648/9` to indicate a change in new year might become
    
    ```gedcom
    2 DATE 30 JAN 1649
    3 PHRASE 30th of January, 1648/9
    ```
    
    </div>
    
    <div class="example">
    
    A record using `1648/9` to indicate uncertainty in the year might become
    
    ```gedcom
    2 DATE BET 1648 AND 1649
    3 PHRASE 1648/9
    ```
    
    </div>
    
    <div class="example">
    
    A record using `Q1 1867` to indicate an event occurred sometime within the
    first quarter of 1867 might become
    
    ```gedcom
    2 DATE BET 1 JAN 1867 AND 31 MAR 1867
    3 PHRASE Q1 1867
    ```
    
    </div>
    
    <div class="example">
    
    A record defining the Maid of Honor in a marriage might become
    
    ```gedcom
    1 MARR
    2 ASSO @I2@
    3 ROLE OTHER
    4 PHRASE Maid of Honor
    ```
    
    </div>
    
    <div class="example">
    
    A name given to a foundling orphan might be
    
    ```gedcom
    1 NAME Mary //
    2 GIVN Mary
    2 TYPE OTHER
    3 PHRASE given by orphanage
    ```
    
    </div>

label: 'Phrase'

payload: http://www.w3.org/2001/XMLSchema#string

substructures: {}

superstructures:
  "https://gedcom.io/terms/v7/AGE": "{0:1}"
  "https://gedcom.io/terms/v7/ALIA": "{0:1}"
  "https://gedcom.io/terms/v7/ASSO": "{0:1}"
  "https://gedcom.io/terms/v7/CHIL": "{0:1}"
  "https://gedcom.io/terms/v7/DATA-EVEN-DATE": "{0:1}"
  "https://gedcom.io/terms/v7/DATE": "{0:1}"
  "https://gedcom.io/terms/v7/FAM-HUSB": "{0:1}"
  "https://gedcom.io/terms/v7/FAM-WIFE": "{0:1}"
  "https://gedcom.io/terms/v7/FAMC-ADOP": "{0:1}"
  "https://gedcom.io/terms/v7/FAMC-STAT": "{0:1}"
  "https://gedcom.io/terms/v7/MEDI": "{0:1}"
  "https://gedcom.io/terms/v7/NAME-TYPE": "{0:1}"
  "https://gedcom.io/terms/v7/NO-DATE": "{0:1}"
  "https://gedcom.io/terms/v7/PEDI": "{0:1}"
  "https://gedcom.io/terms/v7/ROLE": "{0:1}"
  "https://gedcom.io/terms/v7/SDATE": "{0:1}"
  "https://gedcom.io/terms/v7/SOUR-EVEN": "{0:1}"

contact: "https://gedcom.io/community/"
...