3 rows where "dataset_issued" is on date 2013-05-31 and format = "XLSX"

View and edit SQL

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

source

format

  • XLSX · 3

dataset_issued (date)

  • 2013-05-31 · 3
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
704 South Australian Photographs World War 1 1914-1929 State Library of South Australia Andrew Piper 2013-05-31T07:08:43.848160 2019-08-29T04:37:07.788643 This dataset is an extract from the photographic collections of the State Library of South Australia… data.sa.gov.au https://data.sa.gov.au/data/dataset/49266c9b-ae27-47bc-8e23-866a2d027403     South Australian Photographs World War 1 - 1914-1929 (Excel workbook) https://data.sa.gov.au/data/dataset/49266c9b-ae27-47bc-8e23-866a2d027403/resource/213155c0-6caa-4c08-a1bb-425461fb76ef/download/wwi_photographs.xlsx XLSX This Excel workbook contains the same data as the corresponding CSV file but has the advantage that … 2018-06-18T06:20:13.997067 2018-06-18T06:20:13.564676   Creative Commons Attribution
706 South Australian Photographs World War 1 1914-1929 State Library of South Australia Andrew Piper 2013-05-31T07:08:43.848160 2019-08-29T04:37:07.788643 This dataset is an extract from the photographic collections of the State Library of South Australia… data.sa.gov.au https://data.sa.gov.au/data/dataset/49266c9b-ae27-47bc-8e23-866a2d027403     South Australian Photographs World War 1 - 1914-1929 (Excel workbook) https://data.sa.gov.au/data/dataset/49266c9b-ae27-47bc-8e23-866a2d027403/resource/5d6ed653-c45d-44f7-ada4-b0d6ceee1484/download/saphotographswwi.xlsx XLSX Compiled 2017. This data set has been superseded by an updated version above in this Data and Resour… 2017-07-07T12:31:19.902519 2017-07-07T02:31:19.785020   Creative Commons Attribution
708 South Australian Photographs World War 1 1914-1929 State Library of South Australia Andrew Piper 2013-05-31T07:08:43.848160 2019-08-29T04:37:07.788643 This dataset is an extract from the photographic collections of the State Library of South Australia… data.sa.gov.au https://data.sa.gov.au/data/dataset/49266c9b-ae27-47bc-8e23-866a2d027403     South Australian Photographs World War 1 - 1914-1929 (Excel workbook) https://data.sa.gov.au/data/dataset/49266c9b-ae27-47bc-8e23-866a2d027403/resource/aa9c5e66-23db-4519-924a-0ae71ca2f9b7/download/unleashed2016sawwiphotographs.xlsx XLSX Compiled 2016. This data set has been superseded by an updated version at the top of this Data and R… 2016-07-01T17:37:43.280616 2016-07-01T07:37:43.164618   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]);