This data as json, CSV (advanced)
Suggested facets: date (date)
| Link | rowid ▼ | date | page | column | title | description | source | page_url | trove_id |
|---|---|---|---|---|---|---|---|---|---|
| 12331 | 12331 | 1903-10-17 | 2 | b | Hubei students in Japan have their own organisation. Liang Dingfen recalled its representative Wang Jingfang and asked him to change the name of the association. | 17/10/1903 | http://trove.nla.gov.au/newspaper/page/26800309 | 26800309 |
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]);