GeographicAddress
GeographicAddress
Data type: Place
Structured textual way of describing how to find a Property in an urban area (country properties are often defined differently). Note : Address corresponds to SID UrbanPropertyAddress
| Name | Type | Description | Example |
|---|---|---|---|
| @type (1) | string | When sub-classing, this defines the sub-class Extensible name | |
| @baseType | string | When sub-classing, this defines the super-class | |
| @schemaLocation | string | A URI to a JSON-Schema file that defines additional attributes and relationships | |
| id | string | Unique identifier | 2d7ed5fd-9f62-4211-bc84-357f5f7b80f5 |
| href | URI | Hyperlink reference | https://api.example.org/resource/id |
| externalIdentifier | ExternalIdentifier [n..m] | Collection of external identifiers | null |
| city | string | City that the address is in | Berlin |
| country | string | Country that the address is in (ISO-3166-1 ALPHA-2) | DE |
| locality | string | An area of defined or undefined boundaries within a local authority or other legislatively defined area, usually rural or semi rural in nature. [ANZLIC-STREET], or a suburb, a bounded locality within a city, town or shire principally of urban character [ANZLICSTREET] | |
| postcode | string | descriptor for a postal delivery area, used to speed and simplify the delivery of mail (also know as zipcode) | 10117 |
| streetName | string | Name of the street or other street type | Reinhardtstr. |
| streetNr | string | Number identifying a specific property on a public street. It may be combined with streetNrLast for ranged addresses | 31 |
| streetNrSuffix | string | the first street number suffix | a |
| geographicSubAddress | GeographicSubAddress [n..m] | Geographic sub address | [] |