1 row where format = "website link" and publisher = "State Library of NSW"

View and edit SQL

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

source

publisher

  • State Library of NSW · 1

format

  • website link · 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
920 Collection of the State Library of NSW State Library of NSW   2013-05-24T05:32:35.564263 2022-01-17T05:44:46.859872 Link to the collection of the State Library of NSW. data.nsw.gov.au https://data.nsw.gov.au/data/dataset/dd806ef6-e316-410e-bf5c-540311947d5a     Collection of the State Library of New South Wales https://collection.sl.nsw.gov.au/ website link   2013-05-24T01:33:05.246041 2013-05-26T22:20:01.424877   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]);