Project

General

Profile

Core entity result » History » Revision 12

Revision 11 (Claudio Atzori, 27/04/2015 07:19 PM) → Revision 12/47 (Paolo Manghi, 27/04/2015 10:58 PM)

h1. Result 

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

  

 |_Property_|_Type_|_Multiplicity_|_Description_|_Belongs to_| 
 | Result Type | [[type_qualifier|Qualifier]] | 1..1 | ??????????????????????????????? | Result | 
 | Title | [[type_structured_property|StructuredString]] |    1..N | the Titles of the Result, represented as Class/Scheme, e.g., original, alternative, subtitle, etc. | Result | 
 | Date of acceptance | Date | 1..1 | | Result | 
 | Publisher | [[type_provenance_property|StringWithProvenance]] | 0..1 | | Result | 
 | Best License [1]| [[type_qualifier|Qualifier]] | 1..1 | The most Open License value found among the [[type_result_instance|Instances]] of a Result    | Result | 
 | Embargo end-date | Date | 0..1 | empty if the licenseClass does not imply an embargo | Result | 
 | Description | [[type_provenance_property|StringWithProvenance]] | 0..N | Contains the Abstract of the Result | Result | 
 | PID | [[type_structured_property|StructuredString]] | 0..N | unique and persistent identifier used to identify the result together with the relative identification agency, e.g., EPIC, CrossRef, DataCite | Result | 
 | Language | [[type_qualifier|Qualifier]] | 0..1 |    the language used in the description or body of the Result, specified according to a given classification of languages, respectively described as a Class/Scheme | Result | 
 | RelevantDate | Date | 0..N | a date relevant to the Result | Result | 
 | Subject | [[type_structured_property|StructuredString]] | 0..N | the scientific discipline (represented as Class/Scheme) covered by the Result | Result | 
 | Instance | [[type_result_instance|Instance]] | 1..N | An Instance of the Result, which represents a physical location where the Result files (web resources entities, e.g., DOIs) can be found | Result | 
 | External Reference | [[type_external_reference|ExternalReference]] | 0..N | external link which might be useful to contextualize the Result | Result | 
 | Source | [[type_provenance_property|StringWithProvenance]] | 0..N | maps the dc:source element | Result | 
 | Format | [[type_provenance_property|StringWithProvenance]] | 0..N | maps the dc:format element | Result | 
 | Context | [[type_context|Context]] | 0..N | Information about the fundings and/or research initiatives related to the Result | Result | 
 | Journal | [[type_journal|Journal]] | 0..N | Journal where the publication has been published. Attributes refer to electronic, printed and linking (ISSN-L) ISSN. | Publication | 
 | Resource Type | [[type_qualifier|Qualifier]] | 0..1 | It expresses the nature of the dataset | Dataset | 
 | Device | [[type_provenance_property|StringWithProvenance]] | 0..1 | Information about the device used to generate the dataset| Dataset | 
 | Size | [[type_provenance_property|StringWithProvenance]] | 0..1 | | Dataset | 
 | Version | [[type_provenance_property|StringWithProvenance]] | 0..1 |Information about the version of the dataset | Dataset | 
 | Last Metadata Update | [[type_provenance_property|DateWithProvenance]] | 0..1 | The last update date of the metadata of the dataset | Dataset | 
 | Metadata Version | [[type_provenance_property|StringWithProvenance]] | 0..1 | Information about the version of the metadata of the dataset | Dataset | 

 [1] License ordering: 

 <pre> 
 OPEN > 6MONTHS > 12MONTHS > EMBARGO > RESTRICTED > CLOSED > UNKNOWN 
 </pre> 

 |_Relationship_|_Target_|_Type_|_Multiplicity_|_Description_|_Belongs to_| 
 |Collected From [2]| Datasource |?|1..N| A Datasource from which this Result has been collected (e.g. an aggregator of institutional repositories) |Result| 
 |Hosted By [2]| Datasource |?|1..N| A Datasource that hosts the Results (e.g. an institutional repository) |Result| 
 |Funding Project | Datasource |?|0..N| The Project that co-funded the research underlying the Result |Result| 
 |? | Person | [[linking_entity_personResult|Person_Result]]|0..N| Link to Person entities (e.g. authors, contributors)    |Result| 
 |? | Result | [[linking_entity_resultResult|Result_Result]]|0..N| Link to Result entities (e.g. similar publications, related datasets)    |Result| 

 


 [2] Note that the difference betweem collectedFrom and hostedBy is introduced to encode the peculiar notion of Aggregation data sources, whose entities are obtained by federating a set of DataSource entities. In OpenAIRE aggregators are DataSources from which entities are “collected”, while the DataSources they aggregate “host” instead such entities. As such, Aggregators differ from the data sources they aggregate, but play an equally important role in delivering the entities to OpenAIRE, and should therefore be given visibility. In the case of other DataSources, e.g., repositories, collectedFrom and hostedBy refer to the same DataSource.