Organization
An organization such as a school, NGO, corporation, club, etc.
Name | @id | Type | Description | Inherited from |
---|---|---|---|---|
type (required) | schema:type | enum{ Organization } |
The name of the type. | Entity |
address | schema:address | string | PostalAddress |
Postal address for the organization. | Organization |
alternateNames | schema:alternateName | array[ string ] |
Alternate names (aliases) for the item. | Thing |
brands | schema:brand | array[ Brand ] |
Brands that the organization is connected with. | Organization |
contactPoints | schema:contactPoint | array[ ContactPoint ] |
Correspondence/Contact points for the organization. | Organization |
departments | schema:department | array[ Organization ] |
Departments within the organization. For example, Department of Computer Science, Research & Development etc. | Organization |
description | schema:description | array[ BlockContent ] | array[ InlineContent ] | string |
A description of the item. | Thing |
funders | schema:funder | array[ Organization | Person ] |
Organization(s) or person(s) funding the organization. | Organization |
id | schema:id | string |
The identifier for this item. | Entity |
identifiers | schema:identifier | array[ PropertyValue | string ] |
Any kind of identifier for any kind of Thing. | Thing |
images | schema:image | array[ ImageObject | string:uri ] |
Images of the item. | Thing |
legalName | schema:legalName | string |
Legal name for the Organization. Should only include letters and spaces. | Organization |
logo | schema:logo | string:uri | ImageObject |
The logo of the organization. | Organization |
members | schema:member | array[ Organization | Person ] |
Person(s) or organization(s) who are members of this organization. | Organization |
meta | stencila:meta | object |
Metadata associated with this item. | Entity |
name | schema:name | string |
The name of the item. | Thing |
parentOrganization | schema:parentOrganization | Organization |
Entity that the Organization is a part of. For example, parentOrganization to a department is a university. | Organization |
url | schema:url | string:uri |
The URL of the item. | Thing |
Parent: Thing
Descendants: None
As: JSON-LD JSON-Schema
Note: This documentation was
autogenerated from Organization.schema.yaml
.
Please help improve these docs (and show how we humans 💁 can do better than bots 🤖!) by
creating a Markdown documentation
file🙏