Tax Credit Contacts for Projects In Progress (Part 2/B)
This is a list of persons associated with the Texas Historical Commission's Tax Credit Program project applications in process. Federal, state, and local tax incentives exist for owners of historic properties. The Federal Historic Preservation Tax Incentives Program includes a 20 percent income tax credit for the rehabilitation of historic, income-producing buildings.The new Texas Historic Preservation Tax Credit Program offers a 25 percent tax credit for the rehabilitation of historic buildings.
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 \"texas-gov/tax-credit-contacts-for-projects-in-progress-part-6rgn-urux\".\"tax_credit_contacts_for_projects_in_progress_part\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.