US Patents Issued to Health Research Inc on Behalf of Roswell Park Cancer Institute
This dataset is a list of active patents issued to Health Research, Inc. on behalf of Roswell Park Cancer Institute (RPCI). It includes the patent number and date of issuance as well as the patent title.
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 \"ny-gov/us-patents-issued-to-health-research-inc-on-behalf-jhdq-vgnr\".\"us_patents_issued_to_health_research_inc_on_behalf\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.