Contact Point
A contact point, usually within an organization.
This is an implementation of schema.org ContactPoint
. It extends schema.org ContactPoint
by, adding a content
property which must be an array of Block
, as well as the properties added by CreativeWork
which it extends.
ContactPoint
is analogous, and structurally similar to, the JATS XML <corresp>
element and the HTML5 <address>
element.
Properties
The ContactPoint
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 * |
- | schema:email |
email |
telephoneNumbers |
Telephone numbers for the contact point. | String * |
- | 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 * |
- | schema:availableLanguage |
available-languages , available_languages , availableLanguage , available-language , available_language |
Related
The ContactPoint
type is related to these types:
- Parents:
Thing
- Children:
PostalAddress
Formats
The ContactPoint
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 | ||||
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 ContactPoint
type is represented in:
- JSON-LD
- JSON Schema
- Python class
ContactPoint
- Rust struct
ContactPoint
- TypeScript class
ContactPoint
Source
This documentation was generated from ContactPoint.yaml
by docs_types.rs
.