openaire-graph-docs/docs/data-model/entities/result.md

6.8 KiB
Raw Blame History

sidebar_position
1

Result (Research Product)

Results are intended as digital objects, described by metadata, resulting from a scientific process. In this page, we descibe the properties of the Result object.

Moreover, there are the following sub-types of a Result, that inherit all its properties and further extend it:


The Result object

id

Type: String • Cardinality: ONE

Main entity identifier, created according to OpenAIRE entity identifier and PID mapping policy.

type

Type: String • Cardinality: ONE

Type of the result. Possible types:

  • publication
  • dataset
  • software
  • other

as declared in the terms from the dnet:result_typologies vocabulary.

originalId

Type: String • Cardinality: MANY

Identifiers of the record at the original sources.

maintitle

Type: String • Cardinality: ONE

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.

subtitle

Type: String • Cardinality: ONE

Explanatory or alternative name by which a scientific result is known.

author

Type: Author • Cardinality: MANY

The main researchers involved in producing the data, or the authors of the publication.

bestaccessright

Type: BestAccessRight • Cardinality: ONE

The most open access right associated to the manifestations of this research results.

contributor

Type: String • Cardinality: MANY

The institution or person responsible for collecting, managing, distributing, or otherwise contributing to the development of the resource.

country

Type: ResultCountry • Cardinality: MANY

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 Country of affiliations of authors can be found instead in the affiliation rel.

coverage

Type: String • Cardinality: MANY TODO

dateofcollection

Type: String • Cardinality: ONE

When OpenAIRE collected the record the last time. TODO: we should indicate the used date format

description

Type: String • Cardinality: MANY

A brief description of the resource and the context in which the resource was created.

embargoenddate

Type: String • Cardinality: ONE

Date when the embargo ends and this result turns Open Access. TODO: we should indicate the used date format

instance

Type: Instance • Cardinality: MANY

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

language

Type: Language • Cardinality: ONE

The alpha-3/ISO 639-2 code of the language. Values controlled by the dnet:languages vocabulary

lastupdatetimestamp

Type: Long • Cardinality: ONE

Timestamp of last update of the record in OpenAIRE.

pid

Type: ResultPid • Cardinality: MANY

Persistent identifiers of the result. See also OpenAIRE entity identifier and PID mapping policy to learn more.

publicationdate

Type: String • Cardinality: ONE

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 its 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.

publisher

Type: String • Cardinality: ONE

The name of the entity that holds, archives, publishes prints, distributes, releases, issues, or produces the resource.

source

Type: String • Cardinality: MANY

A related resource from which the described resource is derived. See definition of Dublin Core field dc:source.

subjects

Type: Subject • Cardinality: MANY

Subject, keyword, classification code, or key phrase describing the resource.


Sub-types

There are the following sub-types of Result. Each inherits all its fields and extends them with the following.

Publication

container

Type: Container • Cardinality: ONE

Container has information about the conference or journal where the result has been presented or published.

Dataset

size

Type: String • Cardinality: ONE

The size of the dataset.

version

Type: String • Cardinality: ONE

The version of the dataset.

geolocation

Type: GeoLocation • Cardinality: MANY

The list of geolocations associated with the dataset.

Software

documentationUrl

Type: String • Cardinality: MANY

The URLs to the software documentation.

codeRepositoryUrl

Type: String • Cardinality: ONE

The URL to the repository holding the source code,

programmingLanguage

Type: String • Cardinality: ONE

The programming language.

Other research product

contactperson

Type: String • Cardinality: MANY

The contact person for this ORP.

contactgroup

Type: String • Cardinality: MANY

The information for the contact group.

tool

Type: String • Cardinality: MANY

Information about tool useful for the interpretation and/or re-use of the research product.