Project

General

Profile

Instance » History » Version 10

Andreas Czerniak, 15/12/2021 03:53 PM

1 1 Claudio Atzori
h1. Instance
2
3 2 Claudio Atzori
An instance is one specific materialization or version of the result. For example, you can have one result with three instances as result of deduplication: 
4 1 Claudio Atzori
5
* one is the pre-print
6
* one is the post-print
7
* one is the published version
8
9 2 Claudio Atzori
Each instance is characterized by the properties described in the following table.
10 1 Claudio Atzori
11
|_. field name |_. cardinality |_. type |_. description |
12 5 Claudio Atzori
| *accessright* | ONE | [[AccessRight]] | Maps "dc:rights":https://www.dublincore.org/specifications/dublin-core/dcmi-terms/elements11/rights/, describes the access rights of the web resources relative to this instance. |
13 6 Miriam Baglioni
| *alternateIdentifier* | MANY | [[AlternateIdentifier]] | All the identifiers associated to the result other than the authoritative ones |
14 5 Claudio Atzori
| *articleprocessingcharge* | ONE | [[APC]] | The money spent to make this book or article available in Open Access. Source for this information is the OpenAPC initiative. |
15
| *license* | ONE | string | License URL |
16 7 Miriam Baglioni
| *pid* | MANY | [[ResultPid]] | The set of persistent identifiers associated to this instance that have been collected from an authority for the pid type (i.e. Crossref/Datacite for doi). See [[OpenAIRE_entity_identifier_and_PID_mapping_policy]] for more information. |
17 5 Claudio Atzori
| *publicationdate* | ONE | string | Date of the research product |
18 9 Andreas Czerniak
| *refereed* | ONE | string | describes if this instance has been peer-reviewed or not. Allowed values are peerReviewed, nonPeerReviewed, UNKNOWN (as defined in https://api.openaire.eu/vocabularies/dnet:review_levels with synonoums of peer_review:: https://api.openaire.eu/vocabularies/dnet:review_levels/0001 ). please see below section *refereed*|
19 5 Claudio Atzori
| *type* | ONE | string | The specific sub-type of this instance (see https://api.openaire.eu/vocabularies/dnet:result_typologies following the links) |
20
| *url* | MANY | string | URLs to the instance. They may link to the actual full-text or to the landing page at the hosting source. |
21 8 Miriam Baglioni
22
Example data :
23
24
<pre>
25
{
26
    "accessright":{
27
        "code":"c_abf2",
28
        "label":"OPEN",
29
        "openAccessRoute":"gold"
30
        "scheme":"http://vocabularies.coar-repositories.org/documentation/access_rights/"
31
    },
32
    "alternateIdentifier":[],
33
    "license":"http://creativecommons.org/licenses/by-nc/4.0",
34
    "pid":[],
35
    "publicationdate":"2009-02-12",
36
    "refereed":"UNKNOWN",
37
    "type":"Article",
38
    "url":["https://periodicos2.uesb.br/index.php/folio/article/view/4296"]
39
}
40
    
41 1 Claudio Atzori
</pre>
42 9 Andreas Czerniak
43
44
h2. refereed
45
46
* peerReviewed:: https://api.openaire.eu/vocabularies/dnet:review_levels/0001
47
* nonPeerReviewed:: https://api.openaire.eu/vocabularies/dnet:review_levels/0002 
48
49
base on "guidelines":https://guidelines.openaire.eu covers the vocabularies
50 10 Andreas Czerniak
* "DRIVE guidelines 2.0 - info:eu-repo/semantic":https://wiki.surfnet.nl/download/attachments/10851536/DRIVER_Guidelines_v2_Final_2008-11-13.pdf (OpenAIRE v1.0 till v3.0 - Literature)
51
* "COAR Vocabulary v2.0 and v3.0":https://vocabularies.coar-repositories.org/resource_types/ (OpenAIRE v4 - Inst.+Them.)
52 9 Andreas Czerniak
53
54
h2. Notes/Comments
55
56
* 2021-12-15 ACz, do we have a field ''articleprocessingcharge'' or ''processingcharge'' ? The resourceType give the information about the type like ''article'' or ''book...'' . Further reading, "D6.4 – Monitoring OA transformation with APC data analysis final report":https://doi.org/10.5281/zenodo.4700057