Cite Group
A group of `Cite` nodes.
This type allows you to group associated citations together.
When some content in a Creative Work
cites more than one
reference for a particular piece of text, use a CiteGroup
to encapsulate
multiple Cite
nodes.
At present we do not give a citationMode
property to a CiteGroup
since
they will almost always be parenthetical as opposed to narrative.
In other words, it usually only makes sense for individual Cite
nodes to be
narrative (although they may be connected together within content
using words
such as "and").
Properties
The CiteGroup
type has these properties:
Name | Description | Type | Inherited from | JSON-LD @id |
Aliases |
---|---|---|---|---|---|
id |
The identifier for this item. | String |
Entity |
schema:id |
- |
items |
One or more Cite s to be referenced in the same surrounding text. |
Cite * |
- | schema:itemListElement |
item |
Related
The CiteGroup
type is related to these types:
- Parents:
Entity
- Children: none
Formats
The CiteGroup
type can be encoded (serialized) to, and/or decoded (deserialized) from, these formats:
Format | Encoding | Decoding | Support | Notes |
---|---|---|---|---|
DOM HTML | 🟢 No loss | |||
HTML | 🔷 Low loss | |||
JATS | ||||
Markdown | ⚠️ High loss | |||
Stencila Markdown | ⚠️ High loss | |||
Quarto Markdown | ⚠️ High loss | |||
MyST Markdown | ⚠️ High loss | |||
LLM Markdown | ⚠️ High loss | |||
LaTeX | 🔷 Low loss | 🔷 Low loss | ||
🔷 Low loss | ||||
Plain text | ⚠️ High loss | |||
IPYNB | 🔷 Low loss | 🔷 Low loss | ||
Microsoft Word DOCX | 🔷 Low loss | 🔷 Low loss | ||
OpenDocument ODT | 🔷 Low loss | 🔷 Low loss | ||
TeX | 🔷 Low loss | 🔷 Low loss | ||
JSON | 🟢 No loss | 🟢 No loss | ||
JSON+Zip | 🟢 No loss | 🟢 No loss | ||
JSON5 | 🟢 No loss | 🟢 No loss | ||
JSON-LD | 🟢 No loss | 🟢 No loss | ||
CBOR | 🟢 No loss | 🟢 No loss | ||
CBOR+Zstandard | 🟢 No loss | 🟢 No loss | ||
YAML | 🟢 No loss | 🟢 No loss | ||
Lexical JSON | 🔷 Low loss | 🔷 Low loss | ||
Koenig JSON | 🔷 Low loss | 🔷 Low loss | ||
Pandoc AST | 🔷 Low loss | 🔷 Low loss | ||
Directory | ||||
Stencila Web Bundle | ||||
Debug | 🔷 Low loss |
Bindings
The CiteGroup
type is represented in:
- JSON-LD
- JSON Schema
- Python class
CiteGroup
- Rust struct
CiteGroup
- TypeScript class
CiteGroup
Source
This documentation was generated from CiteGroup.yaml
by docs_types.rs
.