Result » History » Version 22
Claudio Atzori, 06/12/2021 03:07 PM
1 | 1 | Claudio Atzori | h1. Result |
---|---|---|---|
2 | |||
3 | 12 | Alessia Bardi | Results are intended as digital objects, described by metadata, resulting from a scientific process. |
4 | 2 | Claudio Atzori | |
5 | h2. Result |
||
6 | |||
7 | 1 | Claudio Atzori | |_. field name |_. cardinality |_. type |_. description | |
8 | | id | ONE | string | Main entity identifier, created according to [[OpenAIRE_entity_identifier_and_PID_mapping_policy]] | |
||
9 | | type | ONE | string | Type of the result: one of 'publication', 'dataset', 'software', 'other' as declared in the terms from the "dnet:result_typologies":https://api.openaire.eu/vocabularies/dnet:result_typologies vocabulary | |
||
10 | | originalId | MANY | string | Identifiers of the record at the original sources | |
||
11 | | maintitle | ONE | string | A name or title by which a scientific result is known. May be the title of a publication, of a dataset or the name of a piece of software. | |
||
12 | | subtitle | ONE | string | Explanatory or alternative name by which a scientific result is known. | |
||
13 | 8 | Claudio Atzori | | author | MANY | [[Author]] | The main researchers involved in producing the data, or the authors of the publication | |
14 | 18 | Miriam Baglioni | | bestaccessright | ONE | [[BestAccessRight]] | The most open access right associated to the manifestations of this research results. | |
15 | 1 | Claudio Atzori | | contributor | MANY | string | The institution or person responsible for collecting, managing, distributing, or otherwise contributing to the development of the resource. | |
16 | 17 | Miriam Baglioni | | country | MANY | [[ResultCountry#Country|ResultCountry]] | Country associated with the result because it is the country of the organisation that manages the institutional repository or national aggregator or CRIS system from which this record was collected |
17 | 11 | Alessia Bardi | Country of affiliations of authors can be found instead in the affiliation rel. | |
18 | 1 | Claudio Atzori | | coverage | MANY | string | ??? | |
19 | | dateofcollection | ONE | string | When OpenAIRE collected the record the last time. TODO: we should indicate the used date format | |
||
20 | | description | MANY | string | A brief description of the resource and the context in which the resource was created. | |
||
21 | | embargoenddate | ONE | string | Date when the embargo ends and this result turns Open Access. TODO: we should indicate the used date format | |
||
22 | | instance | MANY | [[Instance]] | Specific materialization or version of the result. For example, you can have one result with three instances: one is the pre-print, one is the post-print, one is the published version | |
||
23 | 15 | Miriam Baglioni | | language | ONE | [[Language]] | code: alpha-3/ISO 639-2 code of the language. Label: Language label in English. Values controlled by the "dnet:languages":https://api.openaire.eu/vocabularies/dnet:languages vocabulary | |
24 | 1 | Claudio Atzori | | lastupdatetimestamp | ONE | long | Timestamp of last update of the record in OpenAIRE | |
25 | 16 | Miriam Baglioni | | pid | MANY | [[ResultPid]] | Persistent identifiers of the result. See also [[OpenAIRE_entity_identifier_and_PID_mapping_policy]] to learn more. | |
26 | 1 | Claudio Atzori | | publicationdate | ONE | string | Main date of the research product: typically the publication or issued date. In case of a research result with different versions with different dates, the date of the result is selected as the most frequent well-formatted date. If not available, then the most recent and complete date among those that are well-formatted. For statistics, the year is extracted and the result is counted only among the result of that year. Example: Pre-print date: 2019-02-03, Article date provided by repository: 2020-02, Article date provided by Crossref: 2020, OpenAIRE will set as date 2019-02-03, because it’s the most recent among the complete and well-formed dates. If then the repository updates the metadata and set a complete date (e.g. 2020-02-12), then this will be the new date for the result because it becomes the most recent most complete date. However, if OpenAIRE then collects the pre-print from another repository with date 2019-02-03, then this will be the “winning date” because it becomes the most frequent well-formatted date. | |
27 | | publisher | ONE | string | The name of the entity that holds, archives, publishes prints, distributes, releases, issues, or produces the resource. | |
||
28 | | source | MANY | string | A related resource from which the described resource is derived. See definition of "Dublin Core field dc:source":https://www.dublincore.org/specifications/dublin-core/dcmi-terms/elements11/source | |
||
29 | 7 | Claudio Atzori | | subjects | MANY | [[Subject]] | Subject, keyword, classification code, or key phrase describing the resource. | |
30 | 2 | Claudio Atzori | |
31 | 1 | Claudio Atzori | h2. Publication |
32 | |||
33 | As a subclass of Result, Publication inherits all its fields and extends it with the followings |
||
34 | |||
35 | |_. field name |_. cardinality |_. type |_. description | |
||
36 | | container | ONE | [[Container]] | Container has information about the conference or journal where the result has been presented or published | |
||
37 | 20 | Miriam Baglioni | |
38 | {{collapse(Example publication record) |
||
39 | |||
40 | 21 | Miriam Baglioni | It is a mix among different record to create a complete example |
41 | 20 | Miriam Baglioni | <pre> |
42 | 1 | Claudio Atzori | { |
43 | 21 | Miriam Baglioni | "author":[ |
44 | 1 | Claudio Atzori | { |
45 | "fullname":"Järnström, Helena", |
||
46 | 21 | Miriam Baglioni | "name":"Helena", |
47 | 22 | Claudio Atzori | "surname":"Järnström", |
48 | "rank":1 |
||
49 | 1 | Claudio Atzori | }, |
50 | 21 | Miriam Baglioni | { |
51 | "fullname":"Vares, Sirje", |
||
52 | 1 | Claudio Atzori | "name":"Sirje", |
53 | 22 | Claudio Atzori | "surname":"Vares", |
54 | "rank":2 |
||
55 | 21 | Miriam Baglioni | }, |
56 | { |
||
57 | "fullname":"Airaksinen, Miimu", |
||
58 | "name":"Miimu", |
||
59 | 22 | Claudio Atzori | "surname":"Airaksinen", |
60 | "rank":3 |
||
61 | 21 | Miriam Baglioni | } |
62 | ], |
||
63 | "bestaccessright":{ |
||
64 | "code":"c_abf2", |
||
65 | "label":"OPEN", |
||
66 | "scheme":"http://vocabularies.coar-repositories.org/documentation/access_rights/" |
||
67 | }, |
||
68 | "container":{ |
||
69 | "edition":"", |
||
70 | "ep":"93", |
||
71 | "iss":"1", |
||
72 | "issnLinking":"", |
||
73 | "issnOnline":"", |
||
74 | "issnPrinted":"0961-9534", |
||
75 | "name":"Biomass & Bioenergy", |
||
76 | "sp":"84", |
||
77 | "vol":"39" |
||
78 | }, |
||
79 | "contributor":[ |
||
80 | "Vučinić, Jovan", |
||
81 | "Zavalić, Marija" |
||
82 | ], |
||
83 | "country":[ |
||
84 | { |
||
85 | "code":"IT", |
||
86 | "label":"Italy", |
||
87 | "provenance": |
||
88 | { |
||
89 | "provenance":"inferred by OpenAIRE", |
||
90 | "trust":"0.85" |
||
91 | } |
||
92 | } |
||
93 | ], |
||
94 | "coverage":[ |
||
95 | |||
96 | ], |
||
97 | "dateofcollection":"2021-10-04T12:37:22.27Z", |
||
98 | "description":[ |
||
99 | "The first part of the project presented in this publication reviews the occurrence of semi-volatile organic compounds (SVOCs) and flame retardants in commonly used building and furnishing materials in Finland. [...]." |
||
100 | ], |
||
101 | "format":[ |
||
102 | |||
103 | ], |
||
104 | "id":"50|355e65625b88::1658a77d7cce0027641f544e2fc0be4c", |
||
105 | "instance":[ |
||
106 | { |
||
107 | "accessright":{ |
||
108 | "code":"c_abf2", |
||
109 | "label":"OPEN", |
||
110 | "scheme":"http://vocabularies.coar-repositories.org/documentation/access_rights/" |
||
111 | }, |
||
112 | "alternateIdentifier":[ |
||
113 | |||
114 | ], |
||
115 | "pid":[ |
||
116 | |||
117 | ], |
||
118 | "publicationdate":"2009-01-01", |
||
119 | "refereed":"UNKNOWN", |
||
120 | "type":"Book", |
||
121 | "url":[ |
||
122 | "https://cris.vtt.fi/en/publications/776f9afc-af55-41a9-a5e3-7ff249604c14" |
||
123 | ] |
||
124 | } |
||
125 | ], |
||
126 | "language":{ |
||
127 | "code":"eng", |
||
128 | "label":"English" |
||
129 | }, |
||
130 | "lastupdatetimestamp":1635146773990, |
||
131 | "maintitle":"Semi volatile organic compounds and flame retardants:Occurrence in indoor environments and risk assessment for indoor exposure", |
||
132 | "originalId":[ |
||
133 | "oai:cris.vtt.fi:publications/776f9afc-af55-41a9-a5e3-7ff249604c14" |
||
134 | ], |
||
135 | "pid":[ |
||
136 | |||
137 | ], |
||
138 | "publicationdate":"2009-01-01", |
||
139 | "publisher":"VTT Technical Research Centre of Finland", |
||
140 | "source":[ |
||
141 | "Järnström , H , Vares , S & Airaksinen , M 2009 , Semi volatile organic compounds and flame retardants : Occurrence in indoor environments and risk assessment for indoor exposure . VTT Tiedotteita - Research Notes , no. 2486 , VTT Technical Research Centre of Finland , Espoo . < http://www.vtt.fi/inf/pdf/tiedotteet/2009/T2486.pdf >" |
||
142 | ], |
||
143 | "subjects":[ |
||
144 | { |
||
145 | "provenance":{ |
||
146 | "provenance":"Harvested", |
||
147 | "trust":"0.9" |
||
148 | }, |
||
149 | "subject":{ |
||
150 | "scheme":"keyword", |
||
151 | "value":"SVOC" |
||
152 | } |
||
153 | }, |
||
154 | { |
||
155 | "provenance":{ |
||
156 | "provenance":"Harvested", |
||
157 | "trust":"0.9" |
||
158 | }, |
||
159 | "subject":{ |
||
160 | "scheme":"keyword", |
||
161 | "value":"material emission" |
||
162 | } |
||
163 | }, |
||
164 | { |
||
165 | "provenance":{ |
||
166 | "provenance":"Harvested", |
||
167 | "trust":"0.9" |
||
168 | }, |
||
169 | "subject":{ |
||
170 | "scheme":"keyword", |
||
171 | "value":"exposure indoors" |
||
172 | } |
||
173 | } |
||
174 | ], |
||
175 | "type":"publication" |
||
176 | 20 | Miriam Baglioni | } |
177 | </pre> |
||
178 | |||
179 | }} |
||
180 | 3 | Claudio Atzori | |
181 | 2 | Claudio Atzori | h2. Dataset |
182 | 1 | Claudio Atzori | |
183 | 4 | Claudio Atzori | As a subclass of Result, Dataset inherits all its fields and extends it with the followings |
184 | |||
185 | |_. field name |_. cardinality |_. type |_. description | |
||
186 | | size | ONE | string | the size of the dataset | |
||
187 | | version | ONE | string | the version of the dataset | |
||
188 | | geolocation | MANY | [[GeoLocation]] | the list of geolocations associated with the dataset | |
||
189 | |||
190 | 2 | Claudio Atzori | h2. Software |
191 | 1 | Claudio Atzori | |
192 | 4 | Claudio Atzori | As a subclass of Result, Software inherits all its fields and extends it with the followings |
193 | |||
194 | |_. field name |_. cardinality |_. type |_. description | |
||
195 | | documentationUrl | MANY | string | URLs to the software documentation | |
||
196 | | codeRepositoryUrl | ONE | string | URL to the repository holding the source code | |
||
197 | | programmingLanguage | ONE | string | the programming language | |
||
198 | |||
199 | 1 | Claudio Atzori | h2. Other research product |
200 | 4 | Claudio Atzori | |
201 | As a subclass of Result, Other research product (ORP) inherits all its fields and extends it with the followings |
||
202 | |||
203 | |_. field name |_. cardinality |_. type |_. description | |
||
204 | | contactperson | MANY | string | the contact person for this ORP | |
||
205 | | contactgroup | MANY | string | the information for the contact group | |
||
206 | | tool | MANY | string | information about tool useful for the interpretation and/or re-use of the research product | |