Postal Address
A physical mailing address.
Properties
The PostalAddress type has these properties:
| Name | Description | Type | Inherited from | JSON-LD @id |
Aliases |
|---|---|---|---|---|---|
id |
The identifier for this item. | String |
Entity |
schema:id |
- |
alternateNames |
Alternate names (aliases) for the item. | String* |
Thing |
schema:alternateName |
alternate-names, alternate_names, alternateName, alternate-name, alternate_name |
description |
A description of the item. | String |
Thing |
schema:description |
- |
identifiers |
Any kind of identifier for any kind of Thing. | (PropertyValue | String)* |
Thing |
schema:identifier |
identifier |
images |
Images of the item. | ImageObject* |
Thing |
schema:image |
image |
name |
The name of the item. | String |
Thing |
schema:name |
- |
url |
The URL of the item. | String |
Thing |
schema:url |
- |
emails |
Email address for correspondence. | String* |
ContactPoint |
schema:email |
email |
telephoneNumbers |
Telephone numbers for the contact point. | String* |
ContactPoint |
schema:telephone |
telephone, telephone-numbers, telephone_numbers, telephoneNumber, telephone-number, telephone_number |
availableLanguages |
Languages (human not programming) in which it is possible to communicate with the organization/department etc. | String* |
ContactPoint |
schema:availableLanguage |
available-languages, available_languages, availableLanguage, available-language, available_language |
streetAddress |
The street address. | String |
- | schema:streetAddress |
street-address, street_address |
postOfficeBoxNumber |
The post office box number. | String |
- | schema:postOfficeBoxNumber |
post-office-box-number, post_office_box_number |
addressLocality |
The locality in which the street address is, and which is in the region. | String |
- | schema:addressLocality |
address-locality, address_locality |
addressRegion |
The region in which the locality is, and which is in the country. | String |
- | schema:addressRegion |
address-region, address_region |
postalCode |
The postal code. | String |
- | schema:postalCode |
postal-code, postal_code |
addressCountry |
The country. | String |
- | schema:addressCountry |
address-country, address_country |
Related
The PostalAddress type is related to these types:
- Parents:
ContactPoint - Children: none
Formats
The PostalAddress type can be encoded (serialized) to, and/or decoded (deserialized) from, these formats:
| Format | Encoding | Decoding | Support | Notes |
|---|---|---|---|---|
| DOM HTML | 🟢 No loss | |||
| HTML | 🔷 Low loss | |||
| JATS | 🔷 Low loss | Encoded as <address> |
||
| Markdown | ⚠️ High loss | |||
| Stencila Markdown | ⚠️ High loss | |||
| Quarto Markdown | ⚠️ High loss | |||
| MyST Markdown | ⚠️ High loss | |||
| LLM Markdown | ⚠️ High loss | |||
| LaTeX | 🔷 Low loss | 🔷 Low loss | ||
| 🔷 Low loss | ||||
| Plain text | ⚠️ High loss | |||
| IPYNB | 🔷 Low loss | 🔷 Low loss | ||
| Microsoft Word DOCX | 🔷 Low loss | 🔷 Low loss | ||
| OpenDocument ODT | 🔷 Low loss | 🔷 Low loss | ||
| TeX | 🔷 Low loss | 🔷 Low loss | ||
| JSON | 🟢 No loss | 🟢 No loss | ||
| JSON+Zip | 🟢 No loss | 🟢 No loss | ||
| JSON5 | 🟢 No loss | 🟢 No loss | ||
| JSON-LD | 🟢 No loss | 🟢 No loss | ||
| CBOR | 🟢 No loss | 🟢 No loss | ||
| CBOR+Zstandard | 🟢 No loss | 🟢 No loss | ||
| YAML | 🟢 No loss | 🟢 No loss | ||
| Lexical JSON | 🔷 Low loss | 🔷 Low loss | ||
| Koenig JSON | 🔷 Low loss | 🔷 Low loss | ||
| Pandoc AST | 🔷 Low loss | 🔷 Low loss | ||
| Directory | ||||
| Stencila Web Bundle | ||||
| Debug | 🔷 Low loss |
Bindings
The PostalAddress type is represented in:
- JSON-LD
- JSON Schema
- Python class
PostalAddress - Rust struct
PostalAddress - TypeScript class
PostalAddress
Source
This documentation was generated from PostalAddress.yaml by docs_types.rs.