schema

MonetaryGrant

A monetary grant.

This type is an extension of schema:MonetaryGrant.

Properties

Name @id Type Description Inherited from
alternateNames schema:alternateName Array of string Alternate names (aliases) for the item. Thing
amounts schema:amount number The amount of money. See note 3. MonetaryGrant
description schema:description Array of BlockContent or Array of InlineContent or string A description of the item. See note 4. Thing
fundedItems schema:fundedItem Array of Thing Indicates an item funded or sponsored through a Grant. See note 1. Grant
funders schema:funder Array of (Person or Organization) A person or organization that supports (sponsors) something through some kind of financial contribution. See note 5. MonetaryGrant
id schema:id string The identifier for this item. Entity
identifiers schema:identifier Array of (PropertyValue or string) Any kind of identifier for any kind of Thing. See note 6. Thing
images schema:image Array of (ImageObject or Format β€˜uri’) Images of the item. Thing
meta stencila:meta object Metadata associated with this item. Entity
name schema:name string The name of the item. Thing
sponsors schema:sponsor Array of (Person or Organization) A person or organization that supports a thing through a pledge, promise, or financial contribution. See note 2. Grant
url schema:url Format β€˜uri’ The URL of the item. Thing

Notes

  1. fundedItems : An array because a grant may have more than one funded item.
  2. sponsors : An array because a grant may have more than one sponsor.
  3. amounts : This property is an array, to allow for multiple amounts, possibly, but not necessarily, from multiple funders.
  4. description : Allows for the description to be an array of nodes (e.g. an array of inline content, or a couple of paragraphs), or a string. The minItems restriction avoids a string being coerced into an array with a single string item.
  5. funders : Often a MonetaryGrant will have a single funder. This property is an array to be consistent with funders on other types e.g. CreativeWork.
  6. identifiers : Some identifiers have specific properties e.g the issn property for the Periodical type. These should be used in preference to this property which is intended for identifiers that do not yet have a specific property. Identifiers can be represented as strings, but using a PropertyValue will usually be better because it allows for propertyID (i.e. the type of identifier).

Available as

Source

This documentation was generated from MonetaryGrant.schema.yaml.