4 rows where format = "CSV" and "start_date" is on date 1850-01-01

View and edit SQL

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

start_date (date)

  • 1850-01-01 · 4

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
775 19th Century Photographs by Ernest Gall State Library of South Australia State Library of South Australia 2014-06-10T13:32:58.334603 2017-07-06T06:11:06.592081 The photographs (approximately 660) were taken by Ernest Gall, a South Australian born photographer … data.sa.gov.au https://data.sa.gov.au/data/dataset/54c50844-6653-4704-8dc8-5f5c8f5f14eb 1850-01-01 1920-12-31 19th Century Photographs by Ernest Gall https://data.sa.gov.au/data/dataset/54c50844-6653-4704-8dc8-5f5c8f5f14eb/resource/ff7198a2-fb79-4858-9a4e-1bc9b9250f79/download/gallphotographs.csv CSV **Explanation of fields** - **RECORD #** : SLSA unique identifier eg "b20223389" - **URL** : URL to… 2017-07-06T16:07:57.922939 2017-07-06T06:07:57.838055   Creative Commons Attribution
777 19th Century Photographs by Ernest Gall State Library of South Australia State Library of South Australia 2014-06-10T13:32:58.334603 2017-07-06T06:11:06.592081 The photographs (approximately 660) were taken by Ernest Gall, a South Australian born photographer … data.sa.gov.au https://data.sa.gov.au/data/dataset/54c50844-6653-4704-8dc8-5f5c8f5f14eb 1850-01-01 1920-12-31 19th Century Photographs by Ernest Gall https://data.sa.gov.au/data/dataset/54c50844-6653-4704-8dc8-5f5c8f5f14eb/resource/201ee805-a8ff-4fa7-9856-9625b3532b35/download/gallphotographs.csv CSV Compiled 2016. This data set has been superseded by an updated version at the top of this Data and R… 2016-07-01T14:20:36.682741 2016-07-01T04:20:36.441339   Creative Commons Attribution
779 19th Century Photographs by Ernest Gall State Library of South Australia State Library of South Australia 2014-06-10T13:32:58.334603 2017-07-06T06:11:06.592081 The photographs (approximately 660) were taken by Ernest Gall, a South Australian born photographer … data.sa.gov.au https://data.sa.gov.au/data/dataset/54c50844-6653-4704-8dc8-5f5c8f5f14eb 1850-01-01 1920-12-31 19th Century Photographs by Ernest Gall https://data.sa.gov.au/data/dataset/54c50844-6653-4704-8dc8-5f5c8f5f14eb/resource/172c782e-5939-4db3-808f-77c9a6a5e238/download/gallphotos.csv CSV Compiled 2015. This data set has been superseded by an updated version at the top of this Data and R… 2015-07-02T15:03:04.999138     Creative Commons Attribution
780 19th Century Photographs by Ernest Gall State Library of South Australia State Library of South Australia 2014-06-10T13:32:58.334603 2017-07-06T06:11:06.592081 The photographs (approximately 660) were taken by Ernest Gall, a South Australian born photographer … data.sa.gov.au https://data.sa.gov.au/data/dataset/54c50844-6653-4704-8dc8-5f5c8f5f14eb 1850-01-01 1920-12-31 19th Century Photographs by Ernest Gall https://data.sa.gov.au/data/storage/f/2014-06-10T13%3A33%3A42.402Z/2014gall.csv CSV Compiled 2014. This data set has been superseded by an updated version at the top of this Data and R… 2014-06-10T13:36:58.898503 2014-10-30T09:01:20 392612.0 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]);