Part D – Enterprise Zone Businesses - Authorized for Future Exemption(s) on Qualified Property, 2020
This report includes data from Enterprise Zone Businesses - authorized for future exemption(s) on qualified property. This is Part D of a four(4) part report. A data dictionary and additional notes document are attached as resources. Visit the Oregon Transparency website https://www.oregon.gov/transparency/Pages/index.aspx or Business Oregon https://www.oregon4biz.com/Oregon-Business/ for more information.
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 \"oregon-gov/part-d-enterprise-zone-businesses-authorized-for-jnkf-pser\".\"part_d_enterprise_zone_businesses_authorized_for\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.