2 rows where source = "data.sa.gov.au" and "start_date" is on date 1892-01-01

View and edit SQL

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

format

start_date (date)

  • 1892-01-01 · 2

source

  • data.sa.gov.au · 2
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
752 Photographs relating to Sir Ross Smith and Sir Keith Smith State Library of South Australia State Library of South Australia 2019-06-20T04:28:06.459148 2019-08-29T04:34:28.134125 Photographs relating to Sir Ross Smith and Sir Keith Smith and the 1919 Epic Flight from England to … data.sa.gov.au https://data.sa.gov.au/data/dataset/91181472-c11c-4bd9-9045-82cfe3a67175 1892-01-01 2018-12-31 Photographs relating to Sir Ross Smith and Sir Keith Smith https://data.sa.gov.au/data/dataset/91181472-c11c-4bd9-9045-82cfe3a67175/resource/1ec2c569-1e35-4fe4-804b-4514b75d7f7c/download/smith_brothers_photographs.csv CSV 1249 photographs **Explanation of fields** - **RECORD #(BIBLIO)** : SLSA unique identifier eg "b20… 2019-06-20T04:29:34.662413 2019-06-20T04:29:34.605858   Creative Commons Attribution
753 Photographs relating to Sir Ross Smith and Sir Keith Smith State Library of South Australia State Library of South Australia 2019-06-20T04:28:06.459148 2019-08-29T04:34:28.134125 Photographs relating to Sir Ross Smith and Sir Keith Smith and the 1919 Epic Flight from England to … data.sa.gov.au https://data.sa.gov.au/data/dataset/91181472-c11c-4bd9-9045-82cfe3a67175 1892-01-01 2018-12-31 Photographs relating to Sir Ross Smith and Sir Keith Smith - Excel workbook https://data.sa.gov.au/data/dataset/91181472-c11c-4bd9-9045-82cfe3a67175/resource/70386edb-00f9-449d-b3c4-aa59712dfc7a/download/smith_brothers_photographs.xlsx XLSX This Excel workbook contains the same data as the CSV file but has the advantage that URLs are activ… 2019-06-20T04:31:47.796748 2019-06-20T04:31:47.706234   Creative Commons Attribution

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]);