1 row where "dataset_modified" is on date 2022-08-09, "file_modified" is on date 2022-04-08, format = "CSV" and publisher = "Queensland State Archives"

View and edit SQL

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

source

publisher

  • Queensland State Archives · 1

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
305 Registers of Agricultural Lessees 1885-1908 Queensland State Archives web@archives.qld.gov.au 2020-06-29T05:07:47.704757 2022-08-09T05:58:14.266415 Index to Registers of Agricultural Lessees 1885-1908 [Queensland State Archives](www.archives.qld.go… data.qld.gov.au https://data.qld.gov.au/dataset/dac1c5bb-0aa6-49fe-9d7b-b971b7fb25ed     Index to Registers of Agricultural Lessees 1885-1908 https://www.data.qld.gov.au/dataset/dac1c5bb-0aa6-49fe-9d7b-b971b7fb25ed/resource/21643f9d-14ec-42dd-8629-8ecdf766cc4f/download/index-to-registers-of-agricultural-lessees-1885-1908.csv CSV This index is created from Queensland State Archives [Series ID 14075](https://www.archivessearch.ql… 2020-06-29T05:13:35.644327 2022-04-08T02:00:19.017590 11010048.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]);