Versions Compared

Key

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

...

Filter data whose site is located within a specific region.

Example 1 - Data collected in the Bioregion 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"
    ]

Example 3 - Data collected either in Tasmania or in Cape York Peninsula

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

...