-
Notifications
You must be signed in to change notification settings - Fork 1
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
new relationship-type #10
Comments
On Mon, May 20, 2024 at 05:26:13PM -0700, Baptiste Cecconi wrote:
not fully satisfactory. In this case, `isMetadataFor` would be
applicable (it is part of the Datacite relationtype keywords).
Are you suggesting that dataset DOIs should be managed in the
Registry? Wouldn't these be seriously many? If I understand right
what you are asking for here, I'd say this is exactly what BibVO was
written for. If I misunderstand what you want: Do you have a
concrete example?
|
I don't think BibVO is meant to do this (or should I read it again): if I publish a biblink associating a dataset DOI to an ivo-id of an EPNcore table, NASA/ADS won't use it, since they don't index datasets in their database. They only care about paper DOIs/bibcodes. Here is a use case: The resource I can also declare the reverse relation in Datacite, with |
Here is another example, presented in RDF/Turtle:
|
I will prepare a PR (as in proposed recommendation) of this RSN. Is there any effect of this bug on that? If I understand what you're trying to do, I'd say this should be turned into a VEP against relationship-type, no? |
yes, that could be managed through a VEP, indeed, if I'm able to put DOIs in the IVOA registry records of my CatalogueResource, as shown in the examples. I mean something like:
|
On Mon, Oct 14, 2024 at 08:21:05AM -0700, Baptiste Cecconi wrote:
yes, that could be managed through a VEP, indeed, if I'm able to
put DOIs in the IVOA registry records of my CatalogueResource, as
shown in the examples.
This is the intent of this change, except we want the non-URI form of
the DOI, i.e.:
<relationship>
<relationshipType>IsMetadataFor</relationshipType>
<relatedResource uri="doi:10.25935/XS9J-ND90">Cassini/RPWS/HFR LESIA/Kronos N2 Data Collection V1.0</relatedResource>
</relationship>
Whether or not this is a useful thing to do (who will see these
relationships when?) is a different matter. I still suspect that
what you have here is more a matter for TableReg
<https://ivoa.net/documents/Notes/TableReg/>, where people then will
find it in the ADS. But I will freely admit that I have not tried
too hard to understand where this is all going.
|
Obscore and EPNcore services are presenting metadata about data products (images, spectra, cubes, etc). Those data products may have a DOI (or be part of a collection with a DOI) provided by a data repository. In this case, we should be able to relate the service to those DOI. It is possible to expose relationships, but in such a case, none of the current relationship-type values are not fully satisfactory. In this case,
isMetadataFor
would be applicable (it is part of the Datacite relationtype keywords).The text was updated successfully, but these errors were encountered: