...
Code Block |
---|
"observed_property": [ "http://linked.data.gov.au/def/tern-cv/83ac0278-51cd-4d1a-8e05-7c1fc68cf020" ] |
...
Refine search to a temporal extent (date)
In addition to all the vocabularised facets , you can filter that can be used for searching, it is all possible to refine data based on a temporal resolution search.
Example 1 - Get all the data between 1st January 2006 and 30th July 2021.
Code Block |
---|
"date_from": "2006-01-01", "date_to": "2021-07-30" |
...