You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could express provenance in WIS2 metadata as follows:
{
"type": "text/html",
"rel": "describedBy",
"title": "Provenance information for this dataset",
"href": "https://jjk-code-otter.github.io/demo-dash/Dashboard/dashboard.html"
}
{
"type": "text/html",
"rel": "describedBy",
"title": "Provenance information for this dataset",
"href": "https://jjk-code-otter.github.io/demo-dash/Dashboard/dashboard.html#HadCRUT5"
}
(notice the #HadCRUT5 addition to the href above, which would, when a user clicks, take the user directly to that dataset’s provenance information (vs. having to scroll through).
An example of provenance metadata can be found in the WMO Climate Data Catalogue Key Climate Indicators.
The text was updated successfully, but these errors were encountered: