1984 - Penguin Modern Classics
- Book: 1984
- Format: Trade Paperback
- Edition: Penguin Modern Classics
- Publisher: Penguin Books
- Year: 2008
- ISBN: 978-0141036144
- Pages: 336
- Notes: Introduction by Thomas Pynchon
debug
page-type: entity
user: Guest (not logged in)
{:etype "edition",
:doc
{:format "Trade Paperback",
:publisher {:id "YuUhOd", :etype :publisher, :title "Penguin Books"},
:book {:id "WqFMVv", :etype :book, :title "1984"},
:isbn "978-0141036144",
:printing "",
:title "1984 - Penguin Modern Classics",
:book-title "1984",
:pages 336,
:year 2008,
:notes "Introduction by Thomas Pynchon",
:edition "Penguin Modern Classics"},
:schema
[:map
[:title
[:string
{:default "Book Edition",
:gen/fmap
#object[faker.generate$sentence 0x57966100 "faker.generate$sentence@57966100"]}]]
[:book
{:optional true}
[:map
[:id :string]
[:etype [:= :book]]
[:title :string]
[:catkey {:optional true} :keyword]]]
[:format [:string {:default ""}]]
[:edition [:string {:default ""}]]
[:printing [:string {:default ""}]]
[:publisher
{:optional true}
[:map
[:id :string]
[:etype [:= :publisher]]
[:title :string]
[:catkey {:optional true} :keyword]]]
[:year [:int {:default 2024, :min 1400, :max 2100}]]
[:isbn [:string {:default ""}]]
[:pages [:int {:default 0, :min 0, :max 10000}]]
[:notes [:string {:default ""}]]]}