1 row where "dataset_modified" is on date 2022-08-09, "file_modified" is on date 2022-01-11, format = "CSV" and source = "data.qld.gov.au"

View and edit SQL

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

source

  • data.qld.gov.au · 1

format

file_modified (date)

  • 2022-01-11 · 1

dataset_modified (date)

  • 2022-08-09 · 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
321 Outdoor Relief 1900-1904 Queensland State Archives web@archives.qld.gov.au 2020-06-29T23:53:14.098780 2022-08-09T05:53:44.296336 Index to registers of government relief issued to needy persons held at [Queensland State Archives](… data.qld.gov.au https://data.qld.gov.au/dataset/2137a9c3-3931-4637-aca7-3ce1b5e2b00a     Index to Outdoor Relief 1892-1920 https://www.data.qld.gov.au/dataset/2137a9c3-3931-4637-aca7-3ce1b5e2b00a/resource/5b13b407-589c-4ecb-9fe8-cb457c3e4332/download/index-to-outdoor-relief-1892-1920.csv CSV The [outdoor relief registers](https://www.archivessearch.qld.gov.au/series/S13003), held at [Queens… 2020-06-29T23:55:21.137578 2022-01-11T23:57:33.461667 4194304.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]);