-
Notifications
You must be signed in to change notification settings - Fork 7
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
how to advertise presence of different cadences for a dataset #226
Comments
I propose a new endpoint for This endpoint would house content like what the KNMI server has in the It keeps the This solution allows for expanding to other linkages (file listings, availability info, etc) The statement that datasets are linked by cadence should imply that the important parameters in the data are present in each of the files and have the same names. If this is not true, clients will have a hard time connecting different cadence parameters across datasets. KNMI has this:
and the
|
If we use RDF triples in JSON-LD, the relations would look like this:
Or for file listings:
Maybe JSON-LD has it the other way:
|
Here's a simple version of the non-JSON-LD way of capturing this info:
or even simpler as this (which assumes the first one has a kind of primary role as the smallest cadence):
But this does not allow for expansion of objects with server-specific details, so it is ruled out. The remaining options are between these two formats below:
Inside each object, you could add Or, just make an ordered list with the smallest cadence first:
It's hard to tell which one is better -- (the more expanded one with We talked about this with further on Wed Sep 15 and the |
More discussion on this: Looks like we need to keep the longer version (not just list of dataset names) to enable the creation of RDF triples with the right directional relationship. And we dont' want to allow or encourage extra metadata items describing the alternate datasets since all of those details should instead be found with the The choice of See for example:
This then is the current thinking:
|
We intend to make it easy for these kinds of linkages to map into JSON-LD, so we really need to learn more about that!! |
The problem: how to let HAPI clients know that there are different cadences of a dataset available in an automated way so that clients can automatically select an appropriate cadence.
This issue relates to several other issues about linkages and file listings, etc. This issue is focused on solving the cadence problem in a way that doesn't paint us into a corner with linking file listings, availability info, and possibly even images or semantic descriptions of data.
Other related issues:
Two existing servers have solved the cadence linking problem in closely related ways, so we should come up with a recommended way.
The KNMI solution:
brik_ii_electron_density
x_relations
that has a list of datasets of the same data but at other cadencesThe Intermagnet Solution
The text was updated successfully, but these errors were encountered: