spokenByCharacter
Defined in the pending.schema.org extension.Canonical URL: http://schema.org/spokenByCharacter
The (e.g. fictional) character, Person or Organization to whom the quotation is attributed within the containing CreativeWork.
Usage: Fewer than 10 domains
- Leave public feedback on this term 💬
- Check for open issues.
- 'spokenByCharacter' is mentioned in extension layer: pending
| Values expected to be one of these types |
|---|
Organization
Person
|
| Used on these types |
|---|
Quotation
|
Source
https://github.com/schemaorg/schemaorg/issues/271
Examples
Example of a quote from fiction.
TODO
TODO
<script type="application/ld+json">
{
"@context": "http://schema.org/",
"@type": "Quotation",
"spokenByCharacter": {
"@type": "Person",
"name": "Princess Leia"
},
"text": "Help my Obi Wan. You're my only hope.",
"isPartOf": {
"@type": "Movie",
"name": "Star Wars Episode IV: A New Hope"
}
}
</script>
Example of a quote from a real person.
TODO
TODO
<script type="application/ld+json">
{
"@context": "http://schema.org/",
"@type": "Quotation",
"creator": {
"@type": "Person",
"name": "Franklin Delano Roosevelt"
},
"text": "The only thing we have to fear is fear itself."
}
</script>
Schema Version 3.0