Project

General

Profile

« Previous | Next » 

Revision 35361

openaire compliance of OAI-PMH

View differences:

modules/dnet-api-http-doc/src/docbkx/oai-pmh.xml
1 1
<?xml version="1.0" encoding="UTF-8"?>
2 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"/></para>
9
  <para>For information about the endpoint check <link
10
      xlink:href="http://api.openaire.eu/oai_pmh?verb=Identify"/></para>
11
  <para>The updated list of OAI sets is always available at: <link
12
      xlink:href="http://api.openaire.eu/oai_pmh?verb=ListSets"/></para>
13
  <para>For quick reference, we report here the likely more interesting sets:</para>
14
  <simplelist>
15
    <member>publications: the set of all publications</member>
16
    <member>datasets: the set of all datasets</member>
17
    <member>OpenAccess: the set of all Open Access publications and datasets</member>
18
    <member>projects: the set of all projects</member>
19
    <member>FP7Projects: the set of projects funded by the EC Seventh Framework Programme</member>
20
    <member>WTProjects: the set of projects funded by Wellcome Trust</member>
21
    <member>organizations: the set of all organizations</member>
22
  </simplelist>
23
  <para>For the list of available metadata prefix, check: <link
24
      xlink:href="http://api.openaire.eu/oai_pmh?verb=ListMetadataFormats"/>.</para>
25
  <para>Note that records will always be available in the OpenAIRE format (<link
26
      xlink:href="https://www.openaire.eu/schema/0.2/oaf-0.2.xsd">schema</link>, <link
27
      xlink:href="https://www.openaire.eu/schema/0.2/doc/oaf-0.2.html">documentation</link>). </para>
28
  <para>The availability of records in oai_dc depends on the typology of records. Currently
29
    publications and datasets (records of type 'result') are available in oai_dc.</para>
30

  
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>). </para>
34
    <para>The availability of records in oai_dc depends on the typology of records. Publications are avaialble in oai_dc according to the <link
35
        xlink:href="https://guidelines.openaire.eu/wiki/Literature_Guidelines:_Use_of_OAI-DC">OpenAIRE3.0 guidelines for literature repositories</link>.
36
        Datasets are available in oai_datacite according to the <link
37
            xlink:href="https://guidelines.openaire.eu/wiki/Data_Guidelines:_Use_of_DataCite_Metadata_Schema">OpenAIRE2.0 guidelines for data archives</link>.
38
    </para>
31 39
</chapter>

Also available in: Unified diff