Collection
A created collection of CreativeWorks or other artefacts.
Name | @id | Type | Description | Inherited from |
---|---|---|---|---|
parts (required) | schema:hasParts | array[ CreativeWorkTypes ] |
Elements of the collection which can be a variety of different elements, such as Articles, Datatables, Tables and more. | CreativeWork |
type (required) | schema:type | enum{ Collection } |
The name of the type. | Entity |
about | schema:about | array[ Thing ] |
The subject matter of the content. | CreativeWork |
alternateNames | schema:alternateName | array[ string ] |
Alternate names (aliases) for the item. | Thing |
authors | schema:author | parser:csi & array[ Person |
Organization ] |
The authors of this creative work. | CreativeWork |
comments | schema:comment | array[ Comment ] |
Comments about this creative work. | CreativeWork |
content | stencila:content | array[ Node ] |
The structured content of this creative work c.f. property `text`. | CreativeWork |
dateAccepted | stencila:dateAccepted | Date | string:date-time | string:date
|
Date/time of acceptance. | CreativeWork |
dateCreated | schema:dateCreated | Date | string:date-time | string:date
|
Date/time of creation. | CreativeWork |
dateModified | schema:dateModified | Date | string:date-time | string:date
|
Date/time of most recent modification. | CreativeWork |
datePublished | schema:datePublished | Date | string:date-time | string:date
|
Date of first publication. | CreativeWork |
dateReceived | schema:dateReceived | Date | string:date-time | string:date
|
Date/time that work was received. | CreativeWork |
description | schema:description | array[ BlockContent ] | array[ InlineContent ] | string |
A description of the item. | Thing |
editors | schema:editor | array[ Person ] |
People who edited the `CreativeWork`. | CreativeWork |
fundedBy | stencila:fundedBy | array[ Grant |
MonetaryGrant ] |
Grants that funded the `CreativeWork`; reverse of `fundedItems`. | CreativeWork |
funders | schema:funder | array[ Person |
Organization ] |
People or organizations that funded the `CreativeWork`. | CreativeWork |
genre | schema:genre | array[ string ] |
Genre of the creative work, broadcast channel or group. | CreativeWork |
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 |
isPartOf | schema:isPartOf | CreativeWorkTypes
|
An item or other CreativeWork that this CreativeWork is a part of. | CreativeWork |
keywords | schema:keywords | parser:csi & array[ string ] |
Keywords or tags used to describe this content. Multiple entries in a keywords list are typically delimited by commas. | CreativeWork |
licenses | schema:license | array[ CreativeWorkTypes |
string:uri ] |
License documents that applies to this content, typically indicated by URL. | CreativeWork |
maintainers | schema:maintainer | array[ Organization Person ] |
The people or organizations who maintain this CreativeWork. | CreativeWork |
meta | stencila:meta | object |
Metadata associated with this item. | Entity |
name | schema:name | string |
The name of the item. | Thing |
publisher | schema:publisher | Person | Organization |
A publisher of the CreativeWork. | CreativeWork |
references | schema:citation | array[ CreativeWorkTypes |
string ] |
References to other creative works, such as another publication, web page, scholarly article, etc. | CreativeWork |
text | schema:text | string |
The textual content of this creative work. | CreativeWork |
title | schema:headline | array[ InlineContent ] | string |
The title of the creative work. | CreativeWork |
url | schema:url | string:uri |
The URL of the item. | Thing |
version | schema:version | string | number |
The version of the creative work. | CreativeWork |
Parent: CreativeWork
Descendants: None
As: JSON-LD JSON-Schema
Note: This documentation was
autogenerated from Collection.schema.yaml
.
Please help improve these docs (and show how we humans 💁 can do better than bots 🤖!) by
creating a Markdown documentation
file🙏