This data as json, CSV (advanced)
Suggested facets: date (date)
| Link | rowid ▼ | date | page | column | title | description | source | page_url | trove_id |
|---|---|---|---|---|---|---|---|---|---|
| 3977 | 3977 | 1899-11-04 | 2 | a-b | The first part of an essay, probably written by the newspaper editor, analyses the request put forward to Her Imperial Majesty by some high-level officials in China asking her to formally return to the court. | http://trove.nla.gov.au/newspaper/page/24102591 | 24102591 |
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]);