2017 Motor Vehicle Tax Roll
City of Providence 2017 Motor Vehicle Tax Note: Regular exemptions based on days owned. Value less 5% is per 2017 tax phaseout. Compare this value with original value.
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/2017-motor-vehicle-tax-roll-npyn-gmfa\".\"2017_motor_vehicle_tax_roll\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.