-
Notifications
You must be signed in to change notification settings - Fork 2
Description
ObsCore's data_rights attribute is defined via reference to VODataService, for the values public, secure, and proprietary:
Lines 1746 to 1748 in 6874912
| \subsubsection{Data Rights (data\_rights)} | |
| This parameter allows mentioning the availability of a dataset. Possible values are: public, secure, or proprietary as | |
| stated in the VODataService recommendation\citep{2010ivoa.spec.1202P}. |
However, the relevant parts of VODataService were removed as part of the deprecation of DataCollection between v1.1 and v1.2 of VODataService:
ivoa-std/VODataService@66b7367
The inline reference in the text doesn't explicitly mention that it's v1.1 of VODataService, but the bibliographic references do:
Plante, Ray, and al. "VODataService : a VOResource schema extension for describing collections and services v 1.1."
http://www.ivoa.net/Documents/latest/VODataService/. IVOA Standards, 2010.
(except that the "latest" link is of course neither safe nor, at present, functional at all).
In the absence of data_rights it is possible to use a NULL or future value of obs_release_date to indicate that data are not freely available.
While the bibliographic link to VODataService v1.1 is (sort of, as noted above) correct, it seems weird to rely on a withdrawn part of that standard, so should future versions of ObsCore pull in the definitions for data_rights directly instead of by reference?