Project

General

Profile

Core entity datasource » History » Version 1

Alessia Bardi, 29/04/2015 12:41 PM

1 1 Alessia Bardi
h1. Core entity: Datasource
2
3
A Datasource is here intended as the (metadata) description/representation of a provider exporting (meta)data about scholarly communication objects.
4
Based on the typology of the provider and of the exported material, a Datasource is classified as:
5
6
* Journal Platform
7
* Aggregator/Publisher of Journals
8
* Publication Repository
9
* Aggregator of Publication Repositories
10
* Data Repository
11
* Aggregator of Data Repositories
12
* Entity Registry
13
* Scholarly Communication Infrastructure
14
* CRIS system
15
* other
16
17
Datasources can be collected from Datasources of type "Entity Registry". 
18
19
|_Property_|_Type_|_Multiplicity_|_Description_|
20
| Type | [[type_structured_property|Structured(-, Qualifier, -)]] |  0..1 | Typology of the datasource. For an updated list of possible typologies refer to the "dnet:datasource_typologies vocabulary":https://services.openaire.eu/provision/mvc/vocabularies/dnet:datasource_typologies|
21
| OpenAIRE compatibility | [[type_structured_property|Structured(-, Qualifier, -)]] | 0..1 | Compatibility of the datasource with respect to the "OpenAIRE Guidelines":https://guidelines.openaire.eu. The list of allowed values is defined by the vocabulary "dnet:datasourceCompatibilityLevel":https://services.openaire.eu/provision/mvc/vocabularies/dnet:datasourceCompatibilityLevel |
22
| Official name | [[type_structured_property|Structured(String,-,Provenance)]] | 0..1 | |
23
| English name | [[type_structured_property|Structured(String,-,Provenance)]] | 0..1 | |
24
| Web site url | [[type_structured_property|Structured(String,-,Provenance)]] | 0..1 ||
25
| Logo url | [[type_structured_property|Structured(String,-,Provenance)]] | 0..1 | |
26
| Email contact | [[type_structured_property|Structured(String,-,Provenance)]] | 0..1 | |
27
| Namespace Prefix | [[type_structured_property|Structured(String,-,Provenance)]] | 0..1 | |
28
| Latitude | [[type_structured_property|Structured(String,-,Provenance)]] | 0..1 | |
29
| Longitude | [[type_structured_property|Structured(String,-,Provenance)]] | 0..1 | |
30
| Date of validation | [[type_structured_property|Structured(Date,-,Provenance)]] | 0..1 | |
31
| Descritpion | [[type_structured_property|Structured(String,-,Provenance)]] | 0..1 | |
32
| Subject | [[type_structured_property|Structured(String,Qualifier,Provenance)]] | 1..N | |
33
34
35
|_Relationship_|_Target_|_Multiplicity_|_Description_|
36
|CollectedFrom | [[core_entity_datasource|Datasource]] |1..N| A Datasource from which this Datasource has been collected (e.g. an entity registry such as OpenDOAR and re3data) |
37
|[[linking_entity_projectOrganization|Project_Organization]] | [[core_entity_project|Project]] |0..N| The Project this Organization is involved into |
38
39
The two major Entity registries providing Datasources for Publication repositories and data repositories are, respectively, OpenDOAR and re3data. Datasources collected from those two Entity registries feature more detailed information (see subclasses [[core_entity_opendoarDatasource|OpenDOAR Datasource]] and [[core_entity_re3dataDatasource|re3data Datasource]]).