Actions
AccessRight » History » Revision 6
« Previous |
Revision 6/8
(diff)
| Next »
Miriam Baglioni, 30/11/2021 03:44 PM
BestAccessRight¶
Indicates the most open access rights (*) available among the result Instances.
(*) where the openness is defined by the ordering of the access right terms in the following
OPEN SOURCE > OPEN > EMBARGO (6MONTHS) > EMBARGO (12MONTHS) > RESTRICTED > CLOSED > UNKNOWN
field name | cardinality | type | description |
---|---|---|---|
code | ONE | string | |
label | ONE | string | |
scheme | ONE | string |
Example data:
{ "code":"c_16ec", "label":"RESTRICTED", "scheme":"http://vocabularies.coar-repositories.org/documentation/access_rights/" }
AccessRight¶
Subclass of BestAccessRight, indicates information about rights held in and over the resource and the open Access Route.
field name | cardinality | type | description |
---|---|---|---|
openAccessRoute | ONE | Can assume one of the following values: gold, green, hybrid, bronze. | Indicates the OpenAccess status. Values are set according to the Unpaywall methodology) |
Example data:
{ "code":"c_abf2", "label":"OPEN", "openAccessRoute":"gold", "scheme":"http://vocabularies.coar-repositories.org/documentation/access_rights/" }
Updated by Miriam Baglioni about 3 years ago · 6 revisions