Grant {stencilaschema} | R Documentation |
A grant, typically financial or otherwise quantifiable, of resources.
Description
A grant, typically financial or otherwise quantifiable, of resources.
Usage
Grant(
alternateNames,
description,
fundedItems,
id,
identifiers,
images,
meta,
name,
sponsors,
url
)
Arguments
alternateNames |
Alternate names (aliases) for the item. |
description |
A description of the item. |
fundedItems |
Indicates an item funded or sponsored through a Grant. |
id |
The identifier for this item. |
identifiers |
Any kind of identifier for any kind of Thing. |
images |
Images of the item. |
meta |
Metadata associated with this item. |
name |
The name of the item. |
sponsors |
A person or organization that supports a thing through a pledge, promise, or financial contribution. |
url |
The URL of the item. |
Value
A list
of class Grant
See Also
[Package stencilaschema version 1.0.0 Index]