Part D – Enterprise Zone Businesses - Authorized for Future Exemption(s) on Qualified Property, 2024
This report includes data from Enterprise Zone Business Projects - with exemptions on qualified property. This is Part D of a four (4) part report. A data dictionary and additional notes document are attached as resources; column header numbers can be located in the notes document for additional information.
For miscellaneous local Enterprise Zone information, please visit
https://data.oregon.gov/Revenue-Expense/Local-Enterprise-Zone-Reports-Miscellaneous-/bx8i-r869/about_data
For more information on the Enterprise Zone program, visit https://www.oregon.gov/biz/programs/enterprisezones
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-23mq-i49v\".\"part_d_enterprise_zone_businesses_authorized_for\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.