AccessRight » History » Revision 6
Revision 5 (Miriam Baglioni, 30/11/2021 03:43 PM) → Revision 6/8 (Miriam Baglioni, 30/11/2021 03:44 PM)
h1. BestAccessRight
Indicates the most open access rights (*) available among the result [[Instance|Instances]].
(*) where the openness is defined by the ordering of the access right terms in the following
<pre>
OPEN SOURCE > OPEN > EMBARGO (6MONTHS) > EMBARGO (12MONTHS) > RESTRICTED > CLOSED > UNKNOWN
</pre>
|_. field name |_. cardinality |_. type |_. description |
| code | ONE | string | |
| label | ONE | string | |
| scheme | ONE | string | |
Example data:
<pre>
{
"code":"c_16ec",
"label":"RESTRICTED",
"scheme":"http://vocabularies.coar-repositories.org/documentation/access_rights/"
}
</pre>
h1. AccessRight
Subclass of [[AccessRight|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":https://support.unpaywall.org/support/solutions/articles/44001777288-what-do-the-types-of-oa-status-green-gold-hybrid-and-bronze-mean-) |
Example data:
<pre>
{
"code":"c_abf2",
"label":"OPEN",
"openAccessRoute":"gold",
"scheme":"http://vocabularies.coar-repositories.org/documentation/access_rights/"
"code":"c_abf2",
"label":"OPEN",
"openAccessRoute":"gold",
"scheme":"http://vocabularies.coar-repositories.org/documentation/access_rights/"
}
</pre>