Project

General

Profile

Core entity datasource » History » Version 4

Alessia Bardi, 29/04/2015 04:20 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 2 Alessia Bardi
Based on the typology of the provider and of the exported material, a Datasource is classified according to the categorization defined by the vocabulary "dnet:datasource_typologies vocabulary":http://api.openaire.eu/vocabularies/dnet:datasource_typologies
5 1 Alessia Bardi
6
Datasources can be collected from Datasources of type "Entity Registry". 
7
8
|_Property_|_Type_|_Multiplicity_|_Description_|
9 3 Alessia Bardi
| 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":http://api.openaire.eu/vocabularies/dnet:datasource_typologies|
10
| 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":http://api.openaire.eu/vocabularies/dnet:datasourceCompatibilityLevel |
11 1 Alessia Bardi
| Official name | [[type_structured_property|Structured(String,-,Provenance)]] | 0..1 | |
12
| English name | [[type_structured_property|Structured(String,-,Provenance)]] | 0..1 | |
13
| Web site url | [[type_structured_property|Structured(String,-,Provenance)]] | 0..1 ||
14
| Logo url | [[type_structured_property|Structured(String,-,Provenance)]] | 0..1 | |
15
| Email contact | [[type_structured_property|Structured(String,-,Provenance)]] | 0..1 | |
16
| Namespace Prefix | [[type_structured_property|Structured(String,-,Provenance)]] | 0..1 | |
17
| Latitude | [[type_structured_property|Structured(String,-,Provenance)]] | 0..1 | |
18
| Longitude | [[type_structured_property|Structured(String,-,Provenance)]] | 0..1 | |
19
| Date of validation | [[type_structured_property|Structured(Date,-,Provenance)]] | 0..1 | |
20
| Descritpion | [[type_structured_property|Structured(String,-,Provenance)]] | 0..1 | |
21
| Subject | [[type_structured_property|Structured(String,Qualifier,Provenance)]] | 1..N | |
22
23
24
|_Relationship_|_Target_|_Multiplicity_|_Description_|
25
|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) |
26 4 Alessia Bardi
|[[linking_entity_datasourceOrganization|Datasource_Organization]] | [[core_entity_organization|Organization]] |0..N| The Organization related to this Datasource. For example, if the Datasource is an institutional repository, the institution served by the repository is the related Organization |
27 1 Alessia Bardi
|[[linking_entity_projectOrganization|Project_Organization]] | [[core_entity_project|Project]] |0..N| The Project this Organization is involved into |
28
29 2 Alessia Bardi
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]]).