{
 "@context": "http://schema.org/",
 "@type": "Book",
 "@id": "",
 "name": "The Picture in the House",
 "accessMode": "textual",
 "author": {"@id": "/json/Howard_Phillips_Lovecraft.json#"},
 "character":
 [
  {"@id": "/json/characters/Unnamed_Narrator.json#"},
  {"@id": "/json/characters/CHARACTER.json#"}
 ],
 "dateCreated": "DATE",
 "datePublished": "DATE",
 "inLanguage":
 {
  "@type": "Language",
  "name": "English",
  "alternateName": "en"
 },
 "isAccessibleForFree": "True",
 "keywords": "KEYWORDS",
 "description": "DESCR"
}