{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "A quotation. Often but not necessarily from some written work, attributable to a real world author and - if associated with a fictional character - to any fictional Person. Use [[isBasedOn]] to link to source/origin. The [[recordedIn]] property can be used to reference a Quotation from an [[Event]].",
      "rdfs:label" : "Quotation",
      "rdfs:subClassOf" : "schema:CreativeWork",
      "schema:isPartOf" : "http:pending.schema.org",
      "schema:source" : "https://github.com/schemaorg/schemaorg/issues/271"
   },
   "properties" : {
      "schema:spokenByCharacter" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The (e.g. fictional) character, Person or Organization to whom the quotation is attributed within the containing CreativeWork.",
         "rdfs:label" : "spokenByCharacter",
         "schema:domainIncludes" : "schema:Quotation",
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : [
            "schema:Person",
            "schema:Organization"
         ],
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/271"
      }
   }
}