1 row where "dataset_modified" is on date 2022-06-21 and format = "JSON"

View and edit SQL

Suggested facets: dataset_issued (date), file_created (date), file_modified (date)

source

format

  • JSON · 1

dataset_modified (date)

  • 2022-06-21 · 1
Link rowid ▼ dataset_title publisher author dataset_issued dataset_modified dataset_description source info_url start_date end_date file_title download_url format file_description file_created file_modified file_size licence
441 Farm Lads 1922-1940 Queensland State Archives web@archives.qld.gov.au 2018-01-19T04:04:31.730680 2022-06-21T01:22:56.306502 Names of boys under the Farm Lads migration scheme. Names are taken from correspondence between the … data.qld.gov.au https://data.qld.gov.au/dataset/56d4bf7a-f31a-4d5f-bb6b-e471ce30ed5b     Farm Lads 1922-1940 JSON https://www.data.qld.gov.au/dataset/56d4bf7a-f31a-4d5f-bb6b-e471ce30ed5b/resource/698c1cbf-ebb0-404a-af5b-b0656bfb68c0/download/farm-lads-1922-1940.json JSON Names of boys involved in the Farm Lads migration scheme.. 2018-09-04T04:30:43.004943 2018-09-04T04:30:42.916840 626176.0 Creative Commons Attribution 4.0

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE [glam-datasets] (
   [dataset_title] TEXT,
   [publisher] TEXT,
   [author] TEXT,
   [dataset_issued] TEXT,
   [dataset_modified] TEXT,
   [dataset_description] TEXT,
   [source] TEXT,
   [info_url] TEXT,
   [start_date] TEXT,
   [end_date] TEXT,
   [file_title] TEXT,
   [download_url] TEXT,
   [format] TEXT,
   [file_description] TEXT,
   [file_created] TEXT,
   [file_modified] TEXT,
   [file_size] TEXT,
   [licence] TEXT
);
CREATE INDEX [idx_glam-datasets_source_publisher_format_licence]
    ON [glam-datasets] ([source], [publisher], [format], [licence]);