Patents by postcode 2010-14 (Standard and Innovation only)
The number of patents issued to resident persons or corporations of a city is an indicator of innovation, which is a result of the production and use of knowledge.
The patents counted in this indicator were 'standard' and 'innovation patents. Standard patents are granted only for inventions - in other words an invention that is not an obvious thing to do for someone with knowledge and experience in the technological field of the invention. The innovation patent is granted for an incremental advance on existing technology or knowledge that makes a substantial contribution to the working of the invention.
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 \"melbourne-vic-gov-au/patents-by-postcode-201014-standard-and-innovation-9usq-v437\".\"patents_by_postcode_201014_standard_and_innovation\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.