A reference to a CreativeWork that is cited in another CreativeWork.
Name | @id | Type | Description | Inherited from |
---|---|---|---|---|
target | stencila:target | string | The target of the citation (URL or reference ID). | Cite |
citationIntent | stencila:citationIntent | Array of CitationIntentEnumeration | The type/s of the citation, both factually and rhetorically. | Cite |
citationMode | stencila:citationMode | āParentheticalā, āNarrativeā, āNarrativeAuthorā, āNarrativeYearā, ānormalā, āsuppressAuthorā | Determines how the citation is shown within the surrounding text. See note 3. | Cite |
citationPrefix | stencila:citationPrefix | string | Text to show before the citation. See note 2. | Cite |
citationSuffix | stencila:citationSuffix | string | Text to show after the citation. See note 1. | Cite |
content | stencila:content | Array of InlineContent | Optional structured content/text of this citation. | Cite |
id | schema:id | string | The identifier for this item. | Entity |
meta | stencila:meta | object | Metadata associated with this item. | Entity |
pageEnd | schema:pageEnd | integer or string | The page on which the work ends; for example ā138ā or āxviā. | Cite |
pageStart | schema:pageStart | integer or string | The page on which the work starts; for example ā135ā or āxiiiā. | Cite |
pagination | schema:pagination | string | Any description of pages that is not separated into pageStart and pageEnd; for example, ā1-6, 9, 55ā. | Cite |
citationPrefix
regarding naming.prefix
but for consistency with citationMode
and honorificPrefix
, to avoid ambiguity with other prefixes was renamed to citationPrefix
.This documentation was generated from Cite.schema.yaml.