core + pending (Pending Extension): these terms are pending wider review. Feedback is welcomed!

spokenByCharacter

Defined in the pending.schema.org extension.
Canonical URL: http://schema.org/spokenByCharacter

Thing > Property > spokenByCharacter

The (e.g. fictional) character, Person or Organization to whom the quotation is attributed within the containing CreativeWork.

Usage: Fewer than 10 domains
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 1
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 2
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>
Example 3
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.2