2009 Property Tax Roll
This dataset contains property tax information for the calendar year 2009. Taxes are calculated from property values, and billed in Fiscal Year 2010, which runs from July 1, 2009 to June 30, 2010. The properties include Residential, Commercial and Publicly Held parcels and structures.
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 \"providenceri-gov/2009-property-tax-roll-9p3h-3q5i\".\"2009_property_tax_roll\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.