Comment on this rulemaking is open from 12/15/15 through 1/29/16. Comments received outside that time period will not be considered.
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/comment-on-the-sb-705-asbestos-survey-rulemaking-gsyt-rkfi\".\"comment_on_the_sb_705_asbestos_survey_rulemaking\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.