...
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
Filter Search query for data whose site is located within a specific region.
...
Example 1 - Data collected in the Bioregion of Cape York Peninsula
Code Block |
---|
"region": [ "http://linked.data.gov.au/dataset/bioregion/CYP" ] |
...
Example 2 - Data collected in the Queensland state
Code Block |
---|
"region": [ "http://linked.data.gov.au/dataset/asgs2016/stateorterritory/3" ] |
...
Code Block |
---|
"region": [ "http://linked.data.gov.au/dataset/asgs2016/stateorterritory/6", "http://linked.data.gov.au/dataset/bioregion/CYP" ] |
...
Dataset
Filter data by Search query for data in contained in a specific dataset.
Example 1 - Data from “Tern Surveillance Monitoring” or “Williams Wet Tropics Vertebrates”
Code Block |
---|
"dataset": [ "http://linked.data.gov.au/dataset/ausplots", "http://linked.data.gov.au/dataset/wet-tropics-vertebrate" ] |
...