4 rows where end_date = "", format = "CSV" and source = "data.gov.au" sorted by licence

View and edit SQL

Suggested facets: author, file_description, file_modified, dataset_issued (date), dataset_modified (date), start_date (date), file_created (date), file_modified (date)

source

  • data.gov.au · 4

format

end_date

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 ▼
655 Memory of a Nation dataset National Archives of Australia   2014-07-11T04:31:06.808586 2015-04-08T01:26:41.919943 This dataset tells fascinating stories drawn from treasures of the National Archives collection - ht… data.gov.au https://data.gov.au/dataset/423d5a71-e957-4f18-b648-bf8680f2d780 1866-2002   Memory of a Nation csv https://data.gov.au/data/dataset/423d5a71-e957-4f18-b648-bf8680f2d780/resource/82500554-d64c-4f6a-81ab-f648ba7f86ac/download/moangovhackdata.csv CSV   2014-07-11T04:32:45.299159     Creative Commons Attribution 3.0 Australia
560 Austlang dataset Australian Institute of Aboriginal and Torres Strait Islander Studies (AIATSIS) AIATSIS 2019-05-15T02:54:29.583808 2022-02-16T00:07:05.889021 Austlang provides information about Indigenous Australian languages which has been assembled from re… data.gov.au https://data.gov.au/dataset/70132e6f-259c-4e0f-9f95-4aed1101c053 2003-01-01 00:00:00   AUSTLANG dataset https://collection.aiatsis.gov.au/datasets/austlang/001.csv CSV ## Data format **Format**: CSV, comma separated, with quotes **Encoding**: UTF-8 BOM **Dataset s… 2019-05-15T02:55:39.267160 2022-02-16 301501.0 Creative Commons Attribution 4.0 International
644 Libraries Tasmania Digitised Archives Libraries Tasmania Libraries Tasmania 2016-04-05T05:02:51.837843 2021-02-16T14:31:20.335639 Libraries Tasmania's collection of digitised archives including files, letters, manuscripts, maps, p… data.gov.au https://data.gov.au/dataset/d7ec2d93-b9dd-482b-b6d9-432b2a2455a3 1869-01-01   Digitised Archives - CSV https://data.gov.au/data/dataset/d7ec2d93-b9dd-482b-b6d9-432b2a2455a3/resource/ee8ec788-77ed-4faf-8ceb-17f046ab2a4f/download/archives_ite_dix.csv CSV   2016-04-05T15:03:32.004162 2021-02-16 431833966.0 Creative Commons Attribution 4.0 International
647 Tasmanian Archives Records Series Libraries Tasmania Libraries Tasmania 2016-04-06T06:15:06.951953 2021-02-16T14:28:49.417797 Descriptive records for series held by the Tasmanian Archives. These records can also be viewed onl… data.gov.au https://data.gov.au/dataset/575f1bb4-87ed-4f08-990d-3cfcd06ccd9c 1800-01-01   Archives Series - CSV https://data.gov.au/data/dataset/575f1bb4-87ed-4f08-990d-3cfcd06ccd9c/resource/4ca7e432-e3f6-411d-adf3-1eab2efe2147/download/archives_ser_dix.csv CSV   2016-04-06T16:15:28.494420 2021-02-16 110798897.0 Creative Commons Attribution 4.0 International

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