1 row where "dataset_issued" is on date 2018-04-30, "dataset_modified" is on date 2022-06-29 and format = "CSV"

View and edit SQL

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

source

format

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
375 Road and Bridge Job Files 1861-2017 Queensland State Archives web@archives.qld.gov.au 2018-04-30T23:04:33.206794 2022-06-29T01:35:20.595686 This series contains the microfilmed engineering drawings and other miscellaneous drawings of works,… data.qld.gov.au https://data.qld.gov.au/dataset/5888451d-5ccd-4440-ad3d-a54a00fc28bc     Road and Bridge Job Files 1861-2017 https://www.data.qld.gov.au/dataset/5888451d-5ccd-4440-ad3d-a54a00fc28bc/resource/fde10578-8a54-4a98-974a-9d2a4814269f/download/road-and-bridge-job-files-1861-2017.csv CSV This series contains the microfilmed engineering drawings and other miscellaneous drawings of works,… 2018-04-30T23:05:53.663037 2018-04-30T23:05:53.574957 7340032.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]);