Project

General

Profile

AccessRight » History » Revision 4

Revision 3 (Claudio Atzori, 17/11/2021 11:54 AM) → Revision 4/8 (Miriam Baglioni, 30/11/2021 03:19 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: 

 { 
 &nbsp;&nbsp;&nbsp;&nbsp;"code":"c_16ec", 
 &nbsp;&nbsp;&nbsp;&nbsp;"label":"RESTRICTED", 
 &nbsp;&nbsp;&nbsp;&nbsp;"scheme":"http://vocabularies.coar-repositories.org/documentation/access_rights/" 
 } 



 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: 

 { 
 &nbsp;&nbsp;&nbsp;&nbsp;"code":"c_abf2", 
 &nbsp;&nbsp;&nbsp;&nbsp;"label":"OPEN", 
 &nbsp;&nbsp;&nbsp;&nbsp;"openAccessRoute":"gold", 
 &nbsp;&nbsp;&nbsp;&nbsp;"scheme":"http://vocabularies.coar-repositories.org/documentation/access_rights/" 
 }