Organization
An organization such as a school, NGO, corporation, club, etc.
This is an implementation of schema.org Organization
.
Properties
The Organization
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 |
- |
address |
Postal address for the organization. | PostalAddress | String |
- | schema:address |
- |
brands |
Brands that the organization is connected with. | Brand * |
- | schema:brand |
brand |
contactPoints |
Correspondence/Contact points for the organization. | ContactPoint * |
- | schema:contactPoint |
contact-points , contact_points , contactPoint , contact-point , contact_point |
departments |
Departments within the organization. For example, Department of Computer Science, Research & Development etc. | Organization * |
- | schema:department |
department |
funders |
Organization(s) or person(s) funding the organization. | (Person | Organization )* |
- | schema:funder |
funder |
legalName |
The official name of the organization, e.g. the registered company name. | String |
- | schema:legalName |
legal-name , legal_name |
logo |
The logo of the organization. | ImageObject |
- | schema:logo |
- |
members |
Person(s) or organization(s) who are members of this organization. | (Person | Organization )* |
- | schema:member |
member |
parentOrganization |
Entity that the Organization is a part of. For example, parentOrganization to a department is a university. | Organization |
- | schema:parentOrganization |
parent-organization , parent_organization |
Related
The Organization
type is related to these types:
- Parents:
Thing
- Children: none
Formats
The Organization
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 <institution> |
||
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 Organization
type is represented in:
- JSON-LD
- JSON Schema
- Python class
Organization
- Rust struct
Organization
- TypeScript class
Organization
Source
This documentation was generated from Organization.yaml
by docs_types.rs
.