Versions Compared

Key

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

...

This section shows some examples of API search queries for datasets with specific parameters. There are many more parameters that can be searched, please refer to the TERN vocabularies for a full list of parameters. Each entry has its own unique URI that can be used as a search value.

...

Region

Search query for data whose site is all the data collected at sites located within a specific region.

...

Code Block
"region": [
      "http://linked.data.gov.au/dataset/asgs2016/stateorterritory/6",
      "http://linked.data.gov.au/dataset/bioregion/CYP"
    ]

...

Dataset

Search query for to return all data contained within a specific dataset.

...

Code Block
"dataset": [
  "http://linked.data.gov.au/dataset/ausplots",
  "http://linked.data.gov.au/dataset/wet-tropics-vertebrate"
]

...

Site

Retrieve site specific data from 1 for one or more ecological monitoring sites.

...

Code Block
"site_id": [
  "http://linked.data.gov.au/dataset/ausplots/site-nsabbs0001"
]

...

Site Visit

Retrieve site visit data from 1 one or more ecological monitoring sites.

...