1 row where dataset_title = "Flickr Photostream" and source = "data.nsw.gov.au"

View and edit SQL

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

source

  • data.nsw.gov.au · 1

publisher

format

dataset_title

  • Flickr Photostream · 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
942 Flickr Photostream NSW State Archives State Records Authority 2013-05-24T01:41:34.299964 2015-10-01T01:49:21.445004 View, download and reuse photographs from the collections of the NSW State Records Authority. data.nsw.gov.au https://data.nsw.gov.au/data/dataset/32f00807-077b-45f9-978b-df4f688b1b17     Flickr Photostream https://www.flickr.com/photos/state-records-nsw/ website link   2014-08-11T23:23:44.269666     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]);