products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_08Z7JD6PQCQ0"
This data as json, CSV (advanced)
Suggested facets: copyright, listed_at (date), on_sale_at (date)
| id ▼ | content_id | series_id | parent_content_id | level | content_type | product_type | title | alt_titles | subtitle | display_title | display_title_short | description | description_short | image_id | display_order | listed_at | label_id | geoblock_id | display_name | copyright | on_presale_at | on_sale_at | off_sale_at | add_on | add_on_campaign_only |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| PRD_11PJ8D0ZWFGG | CNT_3E2B2C71XHKG | The Ghost in the Shell CNT_08Z7JD6PQCQ0 | CNT_08Z7JD6PQCQ0 | 2 | 1 | 1 | Volume 1.5 | [] | The Ghost in the Shell Volume 1.5 | Deep into the 21st century, the line between man and machine has been inexorably blurred as humans rely on the enhancement of mechanical implants,and robots are upgraded with human tissue. In this rapidly converging technoscape,the cover-ops agents of Section 9 are charged to track and crack the most dangerous terrorists, cybercriminals,and ghost hackers the digital future has to offer. Whether dealing with remote-controlled corpses, lethally malfunctioning micromachines,or cop-killer cyborgs,Section 9 is determined to serve and protect…and reboot some cybercrook butt! Ghost in the Shell 1.5: Human-Error Processor presents for the first time in America the ""lost"" Ghost in the Shell stories, created by Shirow Masamune after completing work on the original Ghost in the Shell manga and prior to his tour-de-force, Ghost in the Shell 2: Man-Machine Interface,but never collected until now. Focusing on Section 9 agents in their daily battle against technocrime,Human-Error Processor has all the mind-twisting cybermadness you've come to expect from Ghost in the Shell but set in a more police-procedural context with action and suspense galore. Features the stories ""Fat Cat,"" ""Drive Slave,"" ""Mines of Mind,"" and ""Lost Past."" | 01KG9YQPDJ3372ZHENX6WSTVRY | 1.5 | 2016-12-13T15:00:00.000Z | Kodansha LAB_0ZM7YN9KHCT0 | GEO_1PKAG51AEAQG | The Ghost in the Shell Volume 1.5 | (C) Shirow Masamune / Kodansha Ltd. | 2016-12-14T08:00:00.000Z | 0 | 0 | |||||
| PRD_339BQ4HTYF10 | CNT_2ECMJBDXQ220 | The Ghost in the Shell CNT_08Z7JD6PQCQ0 | CNT_08Z7JD6PQCQ0 | 2 | 1 | 1 | Volume 2 | [] | The Ghost in the Shell Volume 2 | March 6, 2035. Motoko Aramaki is a hyper-advanced cyborg, a counter-terrorist Net security expert, heading the investigative department of the giant multi-national Poseidon Industrial. Partly transcending the physical world and existing in a virtual world of networks, Motoko is a fusion of multiple entities and identities, deploying remotely controlled prosthetic humanoid surrogates around the globe to investigate a series of bizarre incidents. | 01KG9YQPY625577EDT3ZKVBK9P | 2.0 | 2016-12-13T15:00:00.000Z | Kodansha LAB_0ZM7YN9KHCT0 | GEO_1PKAG51AEAQG | The Ghost in the Shell Volume 2 | (C) Shirow Masamune/ Kodansha Ltd. | 2016-12-14T08:00:00.000Z | 0 | 0 | |||||
| PRD_37ZT2QKWTE00 | CNT_01Q1XN262130 | The Ghost in the Shell CNT_08Z7JD6PQCQ0 | CNT_08Z7JD6PQCQ0 | 2 | 1 | 1 | Volume 1 | [] | The Ghost in the Shell Volume 1 | Deep into the twenty-first century,the line between man and machine has been inexorably blurred as humans rely on the enhancement of mechanical implants and robots are upgraded with human tissue. In this rapidly converging landscape,cyborg superagent Major Motoko Kusanagi is charged to track down the craftiest and most dangerous terrorists and cybercriminals, including ""ghost hackers"" who are capable of exploiting the human/machine interface and reprogramming humans to become puppets to carry out the hackers’criminal ends. When Major Kusanagi tracks the cybertrail of one such master hacker,the Puppeteer,her quest leads her into a world beyond information and technology where the very nature of consciousness and the human soul are turned upside down. From Shirow Masamune, the award-winning creator of Appleseed and Dominion,comes The Ghost in the Shell,the breakthrough manga that inspired the internationally acclaimed animated film. An epic dystopian tale of politics,technology,and metaphysics,The Ghost in the Shell has been hailed worldwide as an unparalleled visionary work of graphic fiction. And now it's ready to dazzle the imagination in its second millennium. | 01KG98JB25JYBVQ4HS8AVGG0WD | 1.0 | 2016-12-13T15:00:00.000Z | Kodansha LAB_0ZM7YN9KHCT0 | GEO_1PKAG51AEAQG | The Ghost in the Shell Volume 1 | (C) Shirow Masamune / Kodansha Ltd. | 2016-12-14T08:00:00.000Z | 0 | 0 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE products (
id TEXT PRIMARY KEY,
content_id TEXT NOT NULL,
series_id TEXT NOT NULL,
parent_content_id TEXT,
level INTEGER NOT NULL,
content_type INTEGER NOT NULL,
product_type INTEGER NOT NULL,
title TEXT NOT NULL,
alt_titles TEXT NOT NULL,
subtitle TEXT NOT NULL,
display_title TEXT NOT NULL,
display_title_short TEXT NOT NULL,
description TEXT NOT NULL,
description_short TEXT NOT NULL,
image_id TEXT NOT NULL,
display_order REAL NOT NULL,
listed_at TEXT NOT NULL,
label_id TEXT NOT NULL,
geoblock_id TEXT,
display_name TEXT NOT NULL,
copyright TEXT,
on_presale_at TEXT,
on_sale_at TEXT NOT NULL,
off_sale_at TEXT,
add_on INTEGER NOT NULL,
add_on_campaign_only INTEGER NOT NULL,
FOREIGN KEY (series_id) REFERENCES series(id),
FOREIGN KEY (label_id) REFERENCES labels(id),
FOREIGN KEY (geoblock_id) REFERENCES geoblocks(id)
);
CREATE INDEX idx_products_content ON products(content_id);
CREATE INDEX idx_products_series ON products(series_id);
CREATE INDEX idx_products_label ON products(label_id);
CREATE INDEX idx_products_geoblock ON products(geoblock_id);
CREATE INDEX idx_products_image ON products(image_id);