This document provides the semantic definition for the GEDCOM X Address data type for use in structured data (e.g. RDFa, Microdata, JSON-LD, etc.). This data type is specified by the GEDCOM X Conceptual Model.
This data type extends the http://gedcomx.org/v1/ExtensibleData data type.
Description
An address.
Properties
| property | expected type | description |
|---|---|---|
Properties from Address |
||
| city | string | The city. |
| country | string | The country. |
| postalCode | string | The postal code. |
| stateOrProvince | string | The state or province. |
| street | string | The street. |
| street2 | string | Additional street information. |
| street3 | string | Additional street information. |
| street4 | string | Additional street information. |
| street5 | string | Additional street information. |
| street6 | string | Additional street information. |
| value | string | The value of the property, if it can be expressed as a string. |