1 row where "dataset_issued" is on date 2021-01-19 and "dataset_modified" is on date 2022-08-09

View and edit SQL

Suggested facets: dataset_issued (date), dataset_modified (date), file_created (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
308 Photographic records of prisoners 1875-1913 Queensland State Archives web@archives.qld.gov.au 2021-01-19T01:18:01.419883 2022-08-09T05:56:48.695387 This dataset contains contains photographic records (portraits) and descriptions of male Queensland … data.qld.gov.au https://data.qld.gov.au/dataset/e3de3131-575b-46d4-946b-82ed0949b7da     Photographic Records of Prisoners 1875-1913 https://www.data.qld.gov.au/dataset/e3de3131-575b-46d4-946b-82ed0949b7da/resource/41012857-f937-4a6b-9618-0d3fecff64b3/download/photographic-records-of-prisoners-1875-1913.csv CSV This dataset contains contains photographic records (portraits) and descriptions of male Queensland … 2021-01-19T01:19:15.449545 2021-01-19T01:19:15.360534 161280.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]);