Result » History » Version 11
Alessia Bardi, 23/11/2021 11:31 AM
Added details on country field
1 | 1 | Claudio Atzori | h1. Result |
---|---|---|---|
2 | |||
3 | 2 | Claudio Atzori | Results are intended as digital objects, described by metadata, resulting from a scientific process. |
4 | |||
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 | 10 | Claudio Atzori | | bestaccessright | ONE | [[AccessRight#BestAccessRight|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 | 11 | Alessia Bardi | | country | MANY | [[Qualifier#Country|Country]] | Country associated with the result due to at least one of the following reason: |
17 | 1. Country of the organisation that manages the institutional repository from which this record was collected |
||
18 | 2. Country of a product linked to this one with a strong relationship of type "supplement" |
||
19 | 3. Country provided in the original metadata record |
||
20 | Country of affiliations of authors can be found instead in the affiliation rel. | |
||
21 | 1 | Claudio Atzori | | coverage | MANY | string | ??? | |
22 | | dateofcollection | ONE | string | When OpenAIRE collected the record the last time. TODO: we should indicate the used date format | |
||
23 | | description | MANY | string | A brief description of the resource and the context in which the resource was created. | |
||
24 | | embargoenddate | ONE | string | Date when the embargo ends and this result turns Open Access. TODO: we should indicate the used date format | |
||
25 | | 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 | |
||
26 | 5 | Claudio Atzori | | language | ONE | [[Qualifier]] | 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 | |
27 | 1 | Claudio Atzori | | lastupdatetimestamp | ONE | long | Timestamp of last update of the record in OpenAIRE | |
28 | 6 | Claudio Atzori | | pid | MANY | [[ControlledField]] | Persistent identifiers of the result. See also [[OpenAIRE_entity_identifier_and_PID_mapping_policy]] to learn more. | |
29 | 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. | |
30 | | publisher | ONE | string | The name of the entity that holds, archives, publishes prints, distributes, releases, issues, or produces the resource. | |
||
31 | | 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 | |
||
32 | 7 | Claudio Atzori | | subjects | MANY | [[Subject]] | Subject, keyword, classification code, or key phrase describing the resource. | |
33 | 2 | Claudio Atzori | |
34 | h2. Publication |
||
35 | |||
36 | 4 | Claudio Atzori | As a subclass of Result, Publication inherits all its fields and extends it with the followings |
37 | 3 | Claudio Atzori | |
38 | |_. field name |_. cardinality |_. type |_. description | |
||
39 | | container | ONE | [[Container]] | Container has information about the conference or journal where the result has been presented or published | |
||
40 | |||
41 | 2 | Claudio Atzori | h2. Dataset |
42 | 1 | Claudio Atzori | |
43 | 4 | Claudio Atzori | As a subclass of Result, Dataset inherits all its fields and extends it with the followings |
44 | |||
45 | |_. field name |_. cardinality |_. type |_. description | |
||
46 | | size | ONE | string | the size of the dataset | |
||
47 | | version | ONE | string | the version of the dataset | |
||
48 | | geolocation | MANY | [[GeoLocation]] | the list of geolocations associated with the dataset | |
||
49 | |||
50 | 2 | Claudio Atzori | h2. Software |
51 | 1 | Claudio Atzori | |
52 | 4 | Claudio Atzori | As a subclass of Result, Software inherits all its fields and extends it with the followings |
53 | |||
54 | |_. field name |_. cardinality |_. type |_. description | |
||
55 | | documentationUrl | MANY | string | URLs to the software documentation | |
||
56 | | codeRepositoryUrl | ONE | string | URL to the repository holding the source code | |
||
57 | | programmingLanguage | ONE | string | the programming language | |
||
58 | |||
59 | 1 | Claudio Atzori | h2. Other research product |
60 | 4 | Claudio Atzori | |
61 | As a subclass of Result, Other research product (ORP) inherits all its fields and extends it with the followings |
||
62 | |||
63 | |_. field name |_. cardinality |_. type |_. description | |
||
64 | | contactperson | MANY | string | the contact person for this ORP | |
||
65 | | contactgroup | MANY | string | the information for the contact group | |
||
66 | | tool | MANY | string | information about tool useful for the interpretation and/or re-use of the research product | |