Project

General

Profile

AccessRight » History » Version 4

Miriam Baglioni, 30/11/2021 03:19 PM

1 3 Claudio Atzori
h1. BestAccessRight
2 1 Claudio Atzori
3 3 Claudio Atzori
Indicates the most open access rights (*) available among the result [[Instance|Instances]].
4 1 Claudio Atzori
5 3 Claudio Atzori
(*) where the openness is defined by the ordering of the access right terms in the following
6
7
<pre>
8
OPEN SOURCE > OPEN > EMBARGO (6MONTHS) > EMBARGO (12MONTHS) > RESTRICTED > CLOSED > UNKNOWN
9
</pre>
10
11 2 Claudio Atzori
|_. field name |_. cardinality |_. type |_. description |
12
| code | ONE | string | |
13 1 Claudio Atzori
| label | ONE | string | |
14 2 Claudio Atzori
| scheme | ONE | string | |
15
16
17 4 Miriam Baglioni
Example data:
18
19
{
20
&nbsp;&nbsp;&nbsp;&nbsp;"code":"c_16ec",
21
&nbsp;&nbsp;&nbsp;&nbsp;"label":"RESTRICTED",
22
&nbsp;&nbsp;&nbsp;&nbsp;"scheme":"http://vocabularies.coar-repositories.org/documentation/access_rights/"
23
}
24
25
26
27 3 Claudio Atzori
h1. AccessRight
28 2 Claudio Atzori
29 3 Claudio Atzori
Subclass of [[AccessRight|BestAccessRight]], indicates information about rights held in and over the resource and the open Access Route.
30 2 Claudio Atzori
31
|_. field name |_. cardinality |_. type |_. description |
32 1 Claudio Atzori
| 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-) |
33 4 Miriam Baglioni
34
35
Example data:
36
37
{
38
&nbsp;&nbsp;&nbsp;&nbsp;"code":"c_abf2",
39
&nbsp;&nbsp;&nbsp;&nbsp;"label":"OPEN",
40
&nbsp;&nbsp;&nbsp;&nbsp;"openAccessRoute":"gold",
41
&nbsp;&nbsp;&nbsp;&nbsp;"scheme":"http://vocabularies.coar-repositories.org/documentation/access_rights/"
42
}