Art Bank Collection
Description of the Provincial Art Bank Collection, includes Accession Number, Title, Date, Artist, Name Last and First, Size and Medium
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"novascotia-ca/art-bank-collection-3jyx-m8te\".\"art_bank_collection\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.