Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add example record with external provenance link #161

Open
tomkralidis opened this issue Jan 25, 2024 · 1 comment
Open

add example record with external provenance link #161

tomkralidis opened this issue Jan 25, 2024 · 1 comment

Comments

@tomkralidis
Copy link
Collaborator

tomkralidis commented Jan 25, 2024

An example of provenance metadata can be found in the WMO Climate Data Catalogue Key Climate Indicators.

@tomkralidis
Copy link
Collaborator Author

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"
}

Now, to make the link more succinct, I would suggest the webpage at https://jjk-code-otter.github.io/demo-dash/Dashboard/dashboard.html includes "anchors" such that one can then like 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#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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: For INFCOM3 (Apr 2024)
Development

No branches or pull requests

1 participant