1 row where "file_created" is on date 2018-08-03, format = "CSV" and source = "data.wa.gov.au"

View and edit SQL

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

source

  • data.wa.gov.au · 1

format

file_created (date)

  • 2018-08-03 · 1
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
990 Richard Woldendorp Collection of Photographs State Library of Western Australia Author Not Specified 2018-08-03T03:01:35.691213 2022-05-25T18:46:16.892977 A large collection of photographs taken by photographer, Richard Woldendorp, including a wide variet… data.wa.gov.au https://catalogue.data.wa.gov.au/dataset/b447acfc-51e5-42f5-8d38-6057fc8aafc5     Richard Woldendorp Photographs.csv https://catalogue.data.wa.gov.au/dataset/b447acfc-51e5-42f5-8d38-6057fc8aafc5/resource/a6f426a8-4512-42e8-9add-79abe440e742/download/richard-woldendorp-photographs.csv CSV Data describing the Woldendorp collection including: Bib record number,Call number ,Title on Bib rec… 2018-08-03T03:02:19.126685 2018-08-03T03:02:19.064478   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]);