Provincial Heritage Properties
The Government of Nova Scotia helps identify, protect and preserve built heritage throughout the province. The Heritage Property Program was created to assist Nova Scotians to better understand the heritage values of our unique properties and to better preserve these heritage assets. It is an outcome of the Heritage Property Act.
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/provincial-heritage-properties-it3t-2m66\".\"provincial_heritage_properties\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.