Order of Nova Scotia Award Recipients
This dataset provides the names of individuals who have received the Order of Nova Scotia from 2002 to 2023. The dataset includes the recipient’s name, residence, the date they received their ONS, and position.
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/order-of-nova-scotia-award-recipients-557h-8837\".\"order_of_nova_scotia_award_recipients\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.