This data as json, CSV (advanced)
Suggested facets: date (date)
| Link | rowid ▼ | date | page | column | title | description | source | page_url | trove_id |
|---|---|---|---|---|---|---|---|---|---|
| 3935 | 3935 | 1899-10-28 | 3 | a | Beijing has more power struggle; Han soldiers were treated badly in the army; building of an iron house nearly completed for the future house arrest of high-level officials; the Emperor is recovering steadily. | http://trove.nla.gov.au/newspaper/page/24102582 | 24102582 |
JSON shape: default, array, newline-delimited
CREATE TABLE [article_index] (
[date] TEXT,
[page] TEXT,
[column] TEXT,
[title] TEXT,
[description] TEXT,
[source] TEXT,
[page_url] TEXT,
[trove_id] TEXT
);
CREATE INDEX [idx_article_index_date]
ON [article_index] ([date]);