Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
curl -X POST "https://ecoplots.tern.org.au/api/v1.0/datasets?dformat=ndjson" -H "accept: */*" -H "X-Api-Key: aAbBcC...xXyYzZ" -H "Content-Type: application/json" -d "{\"query\":{\"dataset\": [\"http://linked.data.gov.au/dataset/tern-ecosystem-processes\"]}}"

Response excerpt:

Code Block
{
   "project":"Biomass",
   "projectId":"http://linked.data.gov.au/dataset/tern-ecosystem-processes/dataset-biomass",
   "dataset":"TERN Ecosystem Processes",
   "datasetId":"http://linked.data.gov.au/dataset/tern-ecosystem-processes",
   "description":"The TERN Ecosystem Processes above-ground woody biomass Database contains diameter, height and above-ground woody biomass data collected across 15 TERN operated sites spanning 11 vegetation types such as: Mallee woodlands, Eucalypt forests and Rainforests. This database provides above-ground woody biomass values across multiple spatial scales: plant communities, plant individuals and individual stems.",
   "abstract":null,
   "version":null,
   "created":null,
   "creator":"TERN Ecosystem Processes",
   "creatorId":"https://w3id.org/tern/resources/8f2acf9f-3cf2-48c7-b911-ed1b1113932e",
   "publisher":"Terrestrial Ecosystem Research Network (TERN)",
   "publisherId":"https://w3id.org/tern/resources/a083902d-d821-41be-b663-1d7cb33eea66",
   "spatial_extent_min_longitude":116.93900299072266,
   "spatial_extent_min_latitude":-43.09550094604492,
   "spatial_extent_max_longitude":153.08799743652344,
   "spatial_extent_max_latitude":-13.178999900817871
}
...
{ ... }

...