# Properties

A **property** if a piece of information describing a characteristic of an **entity**.

A property consists essentially of two elements: its name, identified by a **TAG,** and its **VALUE**.

## Description

Let's consider the following three properties.

- *City : London*
- *City : Paris*
- *City : Rome*

These three properties share the same name (City), but have different values: London, Paris and Rome.

The City is coded in the Gedcom file by the tag CITY, in capital letters.

### <span class="mw-headline" id="bkmrk-cat%C3%A9gories-d%27intitul-0">Tags  
</span>

The Gedcom standard defines a large number of genealogical properties.

Each of these properties is identified by a Tag, which make each of them unique and unambiguous.

Here are some examples of properties and their tags between parenthesis.

- **Name** (tag **NAME**)
- **Date** (tag **DATE**)
- **Place** (tag **PLAC**)
- **Note** (tag **NOTE**) - here we mean the NOTE **property**, not the NOTE **entity**.
- **Sex** (tag **SEX**)
- **Birth** (tag **BIRT**)
- **Marriage** (tag **MARR**)
- **Death** (tag **DEAT**)
- **Occupation** (tag **OCCU**)
- **Religion** (tag **RELI**)
- **Residence** (tag **RESI**)

For more details:

- For the properties available in a Gedcom file, see the [Tags](https://docs.ancestris.org/books/user-guide/page/tags-%28l%29 "Tags") page
- About Dates, please read the **[Date](https://docs.ancestris.org/books/user-guide/page/dates-%28l%29 "Dates")** page.
- About Places, please read the **[Places](https://docs.ancestris.org/books/user-guide/page/places-%28l%29 "Places")** page.
- About Events, please read the **[Events](https://docs.ancestris.org/books/user-guide/page/events-%28l%29 "Events")** page.

## <span class="mw-headline" id="bkmrk-affichage-des-propri-0">Usage</span>

In the Gedcom file, properties always keep the same structure and follow strictly the same syntax rules.

In Ancestris, properties exactly correspond to the Gedcom properties, but they may look different depending on the view that displays them.

### <span class="mw-headline" id="bkmrk-dans-le-fichier-gedc-1">Properties in the Gedcom file  
</span>

Each line of the Gedcom file is a property.

Each property line has the following format:

- `<strong>Number Tag Value</strong>`

**Number** is the hierarchical level of the property as described in the [Gedcom](https://docs.ancestris.org/books/user-guide/page/gedcom-%28l%29 "Gedcom") page.

Example:

```
2 DATE 27 SEP 1601
```

The first item is the number 2, indicating the level of the row in the record entity.

The second element is the DATE tag, indicating that the property is a date.

The third element is the value of the date (27 SEP 1601).

Therefore, the whole line means that the date of the genealogical element above this line, is September 27, 1601.

### <span class="mw-headline" id="bkmrk-properties-i">Properties i</span><span class="mw-headline" id="bkmrk-dans-l%27%C3%A9diteur-gedco-0">n the Gedcom editor  
</span>

The Gedcom editor displays property lines in a manner quite similar to that of the Gedcom file: one line per property, containing the tag followed by its value.

However, the following differences exist.

- The editor does not display the entire Gedcom file, but only one entity at a time: the ID number and the category of this entity appear on the first line, at the top
- To the left of the label (tag), there is a symbol in the form of a mini-icon referring to the nature of the tag. The mini-icons added to the tree view make it much easier to read compared to the raw Gedcom file.
- The editor does not display the line numbers, but represents them in a tree structure, with a more or less pronounced indentation depending on the situation of each line in the hierarchy. These lines are also provided with handles, which can expand or hide the subdivisions of a particular branch.


### <span class="mw-headline" id="bkmrk-properties-i-0">Properties i</span>n the other editors

In editors, properties are displayed in the user's language.

In the [Aries](https://docs.ancestris.org/books/user-guide/page/aries-editor-%28l%29 "Aries editor") and [Cygnus](https://docs.ancestris.org/books/user-guide/page/cygnus-editor-%28l%29 "Cygnus editor") editors, neither the labels, nor the lines, nor their tree structure appear: the name of each field, more explicit than a simple tag, simply invites the user to fill it in, as we fill in a form.

### <span class="mw-headline" id="bkmrk-properties-i-1">Properties i</span>n the Entities Table

In the [Entity Table](https://docs.ancestris.org/books/user-guide/page/entities-table-%28l%29 "Entities table"), each row represents an entity, and each column represents a property.

It is possible to [configure the Table](https://docs.ancestris.org/books/user-guide/page/entities-table-%28l%29#bkmrk-param%C3%A9trage-de-la-ta "Configure the Entities table") in order to choose the properties to display.

### <span class="mw-headline" id="bkmrk-properties-displayed-0">Properties displayed in windows</span>

Other windows display properties, and allow them to be viewed, printed or edited ([Navigator](https://docs.ancestris.org/books/user-guide/page/extended-navigator-%28l%29 "Extended navigator"), [Dynamic tree](https://docs.ancestris.org/books/user-guide/page/dynamic-tree-%28l%29 "Dynamic tree"), etc.).