Skip to content

Add a Quotation type with supporting properties #247

@danbri

Description

@danbri

https://www.w3.org/wiki/WebSchemas/QuotationSchema

Draft schema (pretty basic)

Quotation A quotation from some work, attributable to real world author and - if associated with a fictional character - to any fictional Person. Use isBasedOnUrl to link to source/origin. Subclass of: CreativeWork
<div typeof="rdf:Property" resource="http://schema.org/spokenByCharacter">
  <span class="h" property="rdfs:label">spokenByCharacter</span>
  <span property="rdfs:comment">The (e.g. fictional) character, Person or Organization to whom the quotation is attributed within the containing CreativeWork.</span>
  <span>domainIncludes: <a property="http://schema.org/domainIncludes" href="proxy.php?url=http://schema.org/Quotation">Quotation</a></span>
  <span>rangeIncludes: <a property="http://schema.org/rangeIncludes" href="proxy.php?url=http://schema.org/Person">Person</a></span>
  <span>rangeIncludes: <a property="http://schema.org/rangeIncludes" href="proxy.php?url=http://schema.org/Organization">Organization</a></span>
</div>

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions