1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
<chapter version="5.0" xmlns="http://docbook.org/ns/docbook"
|
3
|
xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="cha_oai_pmh" xreflabel="OAI-PMH">
|
4
|
<title>Bulk access via OAI-PMH</title>
|
5
|
<para>OAI-PMH is a standard protocol for metadata publishing and harvesting. For details on the
|
6
|
OAI-PMH protocol please refer to the official documentation at <link
|
7
|
xlink:href="http://www.openarchives.org/OAI/openarchivesprotocol.html"/></para>
|
8
|
<para>The OpenAIRE OAI-PMH endpoint is <link xlink:href="http://api.openaire.eu/oai_pmh"
|
9
|
/></para>
|
10
|
<para>For information about the endpoint check <link
|
11
|
xlink:href="http://api.openaire.eu/oai_pmh?verb=Identify"/></para>
|
12
|
<para>The updated list of OAI sets is always available at: <link
|
13
|
xlink:href="http://api.openaire.eu/oai_pmh?verb=ListSets"/></para>
|
14
|
<para>For quick reference, we report here the likely more interesting sets:</para>
|
15
|
<simplelist>
|
16
|
<member>openaire: the set of publications. Metadata prefixes available: oaf, oai_dc</member>
|
17
|
<member>openaire_data: the set of datasets. Metadata prefixes available: oaf,
|
18
|
oai_datacite</member>
|
19
|
<member>OpenAccess: the set of all Open Access publications and datasets. Metadata prefixes
|
20
|
available: oaf (return datasets and publications), oai_dc (return datasets and
|
21
|
publications), oai_datacite (return datasets only)</member>
|
22
|
<member>projects: the set of all projects. Metadata prefix available: oaf</member>
|
23
|
<member>FP7Projects: the set of projects funded by the EC Seventh Framework Programme.
|
24
|
Metadata prefix available: oaf</member>
|
25
|
<member>WTProjects: the set of projects funded by Wellcome Trust. Metadata prefix available:
|
26
|
oaf</member>
|
27
|
<member>organizations: the set of all organizations. Metadata prefix available: oaf</member>
|
28
|
</simplelist>
|
29
|
<para>For the list of available metadata prefixes, check: <link
|
30
|
xlink:href="http://api.openaire.eu/oai_pmh?verb=ListMetadataFormats"/>.</para>
|
31
|
<para>Note that records will always be available in the OpenAIRE format (<link
|
32
|
xlink:href="https://www.openaire.eu/schema/0.2/oaf-0.2.xsd">schema</link>, <link
|
33
|
xlink:href="https://www.openaire.eu/schema/0.2/doc/oaf-0.2.html">documentation</link>).
|
34
|
The availability of records in oai_dc and oai_datacite depends on the typology of
|
35
|
records.</para>
|
36
|
<para>Publications are avaialble in oai_dc according to the <link
|
37
|
xlink:href="https://guidelines.openaire.eu/wiki/Literature_Guidelines:_Use_of_OAI-DC"
|
38
|
>OpenAIRE3.0 guidelines for literature repositories</link>.</para>
|
39
|
<para>Datasets are available in oai_datacite according to the <link
|
40
|
xlink:href="https://guidelines.openaire.eu/wiki/Data_Guidelines:_Use_of_DataCite_Metadata_Schema"
|
41
|
>OpenAIRE2.0 guidelines for data archives</link>. </para>
|
42
|
</chapter>
|