1 row where "dataset_modified" is on date 2022-08-09, "file_modified" is on date 2022-04-27 and format = "CSV"

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
307 Mariner's certificates Queensland State Archives web@archives.qld.gov.au 2022-04-27T01:13:39.928624 2022-08-09T05:57:20.610693 This is an index to [Certificates of Competency](https://www.archivessearch.qld.gov.au/series/S6329)… data.qld.gov.au https://data.qld.gov.au/dataset/a75235d6-9135-4810-bc5f-ec4640b2ae05     Index to mariner's certificates 1877-1939 https://www.data.qld.gov.au/dataset/a75235d6-9135-4810-bc5f-ec4640b2ae05/resource/12bd34d7-6a93-44f7-81b2-480544b8fc0f/download/mariners-certificates-index-1877-1939.csv CSV Each certificate has information on both front and back. On the front are included the type of certi… 2022-04-27T01:15:32.030592 2022-04-27T01:15:31.929943 58368.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]);