6 rows where "start_date" is on date 1836-01-01

View and edit SQL

Suggested facets: dataset_title, dataset_issued, dataset_modified, dataset_description, info_url, end_date, file_description, dataset_issued (date), dataset_modified (date), end_date (date), file_created (date)

format

start_date (date)

  • 1836-01-01 · 6

source

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
832 Passengers in History History Trust of South Australia History Trust of South Australia 2016-06-28T00:52:30.371967 2021-09-08T23:20:52.626089 _Passengers in History_ brings together two wonderful resources: <br /><br /> A passengers data base… data.sa.gov.au https://data.sa.gov.au/data/dataset/ffa75eb8-475a-460b-91d1-714f269016d5 1836-01-01 1961-01-01 Passengers in History Search Index https://data.history.sa.gov.au:8983/solr/passengers/select API #Passengers in History API Documentation# The Passengers in History data endpoint has been provided … 2016-06-28T10:54:22.341773     Creative Commons Attribution
838 State History Collection (features) History Trust of South Australia History Trust of South Australia 2017-06-27T02:05:38.344832 2017-07-27T23:54:53.357526 The History Trust of South Australia is responsible for the State History Collection, a collection o… data.sa.gov.au https://data.sa.gov.au/data/dataset/a6457e37-6d36-4277-9318-dfe63ff28358 1836-01-01 1970-01-01 State History Collection https://data.history.sa.gov.au/collection API Instructions are provided in the primary URL An example of a basic implementation can be viewed at … 2017-06-27T12:06:29.400254     Creative Commons Attribution-NonCommercial
840 SA History Hub History Trust of South Australia History Trust of South Australia 2015-07-02T05:59:59.012059 2017-06-27T02:08:18.983918 The SA History Hub website is an interactive way of engaging with the history of our state. This sit… data.sa.gov.au https://data.sa.gov.au/data/dataset/53b4d7c2-a1b0-4b59-b7e0-28ee57db546e 1836-01-01 Current Historical Places https://data.history.sa.gov.au/sahistoryhub/place GeoJSON #SA History Hub GEOJSON Endpoint http://data.history.sa.gov.au/sahistoryhub/{type} Replace {ty… 2015-07-02T16:03:37.435850     Creative Commons Attribution
841 SA History Hub History Trust of South Australia History Trust of South Australia 2015-07-02T05:59:59.012059 2017-06-27T02:08:18.983918 The SA History Hub website is an interactive way of engaging with the history of our state. This sit… data.sa.gov.au https://data.sa.gov.au/data/dataset/53b4d7c2-a1b0-4b59-b7e0-28ee57db546e 1836-01-01 Current Historical Things https://data.history.sa.gov.au/sahistoryhub/thing GeoJSON #SA History Hub GEOJSON Endpoint http://data.history.sa.gov.au/sahistoryhub/{type} Replace {ty… 2015-07-02T16:06:51.936296     Creative Commons Attribution
842 SA History Hub History Trust of South Australia History Trust of South Australia 2015-07-02T05:59:59.012059 2017-06-27T02:08:18.983918 The SA History Hub website is an interactive way of engaging with the history of our state. This sit… data.sa.gov.au https://data.sa.gov.au/data/dataset/53b4d7c2-a1b0-4b59-b7e0-28ee57db546e 1836-01-01 Current Historical Organisations https://data.history.sa.gov.au/sahistoryhub/organisation GeoJSON #SA History Hub GEOJSON Endpoint http://data.history.sa.gov.au/sahistoryhub/{type} Replace {ty… 2015-07-02T16:08:28.752458     Creative Commons Attribution
843 SA History Hub History Trust of South Australia History Trust of South Australia 2015-07-02T05:59:59.012059 2017-06-27T02:08:18.983918 The SA History Hub website is an interactive way of engaging with the history of our state. This sit… data.sa.gov.au https://data.sa.gov.au/data/dataset/53b4d7c2-a1b0-4b59-b7e0-28ee57db546e 1836-01-01 Current Historical Events https://data.history.sa.gov.au/sahistoryhub/event GeoJSON #SA History Hub GEOJSON Endpoint http://data.history.sa.gov.au/sahistoryhub/{type} Replace {ty… 2015-07-02T16:09:11.644509     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]);