All ecological measurements (plant height, animal count, soil pH, air temperature) in Ecoplots are represented as observations. (TERN’s LinkedData site has more information about Observations).
Observations
You can use this endpoint to extract observations based on several search criteria (see Search queries).
To retrieve observation data available in EcoPlots, you should use the /observations
endpoint.
...
Code Block |
---|
{ "attributeId":"http://linked.data.gov.au/dataset/ausplots/tern_basal_area-attr-point_id-475048", "observationId":"http://linked.data.gov.au/dataset/ausplots/tern_basal_area-obs-basal_area-475048", "attributeName":"angle count point name", "attributeConceptId":"http://linked.data.gov.au/def/tern-cv/46d2e568-72cd-4df3-b0ed-4ebdaf771e4c", "value":"NW", "valueId":"N/A", "valueUnit":"N/A", "valueUnitId":"N/A" } ... { "attributeId":"http://linked.data.gov.au/dataset/ausplots/tern_basal_area-attr-point_id-475069", "observationId":"http://linked.data.gov.au/dataset/ausplots/tern_basal_area-obs-basal_area-475069", "attributeName":"angle count point name", "attributeConceptId":"http://linked.data.gov.au/def/tern-cv/46d2e568-72cd-4df3-b0ed-4ebdaf771e4c", "value":"E", "valueId":"N/A", "valueUnit":"N/A", "valueUnitId":"N/A" } |
...
Users may be only be interested in a small number of the observations that are available. In that case, it would be useful to use extract observations based on several search criteria. Refer to the Search queries section for more details.