Project

General

Profile

Core entity result » History » Version 44

Alessia Bardi, 03/02/2017 11:30 AM

1 1 Paolo Manghi
h1. Result
2
3 12 Paolo Manghi
A Result is here intended as the (metadata) description/representation of a scientific output (possibly) resulting out of one or more projects. Results has the following sub-entities: [[core_entity_publication|Publication]] and [[core_entity_dataset|Dataset]].
4 1 Paolo Manghi
5 14 Paolo Manghi
|_Property_|_Type_|_Multiplicity_|_Description_|
6 34 Alessia Bardi
| Title | [[type_structured_property|Structured(String,Qualifier,Provenance)]] |  1..N | the titles of the Result, each with a typology represented by a Qualifier and Provenance information. Qualifier.scheme is "dnet:dataCite_title":http://api.openaire.eu/vocabularies/dnet:dataCite_title. |
7 14 Paolo Manghi
| Date of acceptance | Date | 1..1 |
8 26 Alessia Bardi
| Publisher | [[type_structured_property|Structured(String,-,Provenance)]] | 0..1 | |
9 25 Alessia Bardi
| Description | [[type_structured_property|Structured(String,-,Provenance)]] | 0..N | Contains the Abstract of the Result |
10 35 Alessia Bardi
| PID | [[type_structured_property|Structured(String,Qualifier,Provenance)]] | 0..N | unique and persistent identifier used to identify the result together with the relative identification agency. The identification agency is expressed in the Qualifier part. Qualifier.scheme is "dnet:pid_types":http://api.openaire.eu/vocabularies/dnet:pid_types |
11 34 Alessia Bardi
| Language | [[type_structured_property|Structured(-, Qualifier, -)]]| 0..1 |  the language used in the description or body of the Result, specified according to the ISO639 3-letter language codes. Qualifier.scheme is "dnet:languages":http://api.openaire.eu/vocabularies/dnet:languages  |
12 14 Paolo Manghi
| RelevantDate | Date | 0..N | a date relevant to the Result |
13 34 Alessia Bardi
| Subject | [[type_structured_property|Structured(String,Qualifier,Provenance)]] | 0..N | the scientific discipline covered by the Result. The Qualifier part specifies the subject classification scheme the value belongs to. The list of supported subject classification schemes is defined in Qualifier.scheme "dnet:subject_classification_typologies":http://api.openaire.eu/vocabularies/dnet:subject_classification_typologies |
14
| Instance | [[type_result_instance|Instance]] | 1..N | An Instance of the Result, which represents a physical location where the Result files (web resources entities, possibly identified by DOIs) can be found |
15 44 Alessia Bardi
| External Reference | [[type_external_reference|ExternalReference]] | 0..N | A link to an external resource that is not available as an entity in OpenAIRE. A reference is described by a web site name, a web URL, an identifier and the type of reference (e.g. a protein referred in a publication is represented as an external reference to the Protein Data Bank, with type ‘accessionNumber’) |
16 24 Alessia Bardi
| Source | [[type_structured_property|Structured(String,-,Provenance)]] | 0..N | maps the dc:source element |
17 39 Paolo Manghi
| Resource Type | [[type_structured_property|Structured(-, Qualifier, -)]] | 0..1 | Type of the Result, which changes based on the sub-type literature, datasets, methods, or research package. In the case of literature and datasets values of this property are picked from standard controlled vocabularies, respectively OpenAIRE guidelines dc:type and datacite:resourceType. Qualifier.class is "dnet:dataCite_resource":http://api.openaire.eu/vocabularies/dnet:dataCite_resource |
18 14 Paolo Manghi
| Context | [[type_context|Context]] | 0..N | Information about the fundings and/or research initiatives related to the Result |
19 37 Paolo Manghi
| Country | [[type_structured_property|Structured(-, Qualifier, -)]]| 0..N |  the countries of the organizations to which the authors of the Result are affiliated to at the moment of publishing; values specified according to the ISO3166 2-letter country codes. Qualifier.scheme is "dnet:countries":http://api.openaire.eu/vocabularies/dnet:countries  |
20 43 Paolo Manghi
| Best License | [[type_structured_property|Structured(-, Qualifier, -)]] | 1..1 | The most "Open" license value found among the [[type_result_instance|Instances]] of a Result. Qualifier.scheme is "dnet:access_modes":http://api.openaire.eu/vocabularies/dnet:access_modes   For Publications the value belongs to the vocabulary [1] |
21 6 Alessia Bardi
22 30 Alessia Bardi
|_Relationship_|_Target_|_Multiplicity_|_Description_|
23
|[[linking_entity_resultProject|Result_Project]] | Project |0..N| The Project that co-funded the research underlying the Result |
24
|[[linking_entity_personResult|Person_Result]] | Person |0..N| Link to Person entities (e.g. authors, contributors)  |
25
|[[linking_entity_resultResult|Result_Result]]| Result|0..N| Link to Result entities (e.g. similar publications, related datasets)  |
26 36 Paolo Manghi
|[[linking_entity_organizationResult|Organization_Result]] | [[core_entity_result|Organization]] |0..N| |
27 41 Paolo Manghi
28
[1] License ordering: the Best License is automatically assigned as the "openest" license available among the licenses of the [[type_result_instance|Instances]] of the Result based on the following ordering, from the "openest" to the "closest":
29
<pre>
30
OPEN > 6MONTHS > 12MONTHS > EMBARGO > RESTRICTED > CLOSED > UNKNOWN
31
</pre>