TERN - Corveg Dashboard API for Ecological Plot Data - DEMO

This API has been developed to demonstration the ability to retrieve Corveg ecological data which has been ingested (using an etl process) into a GraphDB database as RDF triples. The api performs SPARQL queries to the Graphd to retrieve the data and forwards the data to any calling application.

Below is a small sample of some of the http end points which are exposed by this API, which you can try out.

HTTP Method URI Action
GET /corveg/api/bioregion Get Corveg bioregions
GET /corveg/api/themes Get Corveg ecological themes
GET /corveg/api/site_props Get Corveg site properties
GET /corveg/api/stratum Get Corveg site stratum
GET /corveg/api/soil/region/qld-cyp Get Corveg soil per bioregion (e.g.qld-cyp) list of bioregions: qld-cyp, qld-eiu, qld-seq, qld-brb,
qld-wet, qld-cqc, qld-mul, qld-chc, qld-mgd,
qld-deu, qld-nwh, qld-gup, qld-net)
GET /corveg/api/geology/region/qld-cyp Get Corveg geology per bioregion (e.g. region=qld-cyp)
GET /corveg/api/rfstructure/region/qld-cyp Get Corveg rain forest structure per bioregion (e.g. region=qld-cyp)
GET /corveg/api/situation/region/qld-cyp Get Corveg situation per bioregion (e.g. region=qld-cyp)
GET /corveg/api/sites/region/qld-cyp Get Corveg sites per bioregion (e.g. region=qld-cyp)
GET /corveg/api/structure/region/qld-cyp Get Corveg structure per bioregion (e.g. region=qld-cyp)
GET /corveg/api/strata/region/qld-cyp Get Corveg strata per bioregion (e.g. region=qld-cyp)