-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathopenaire_oaipmh_example_ListSets.xml
61 lines (48 loc) · 1.62 KB
/
openaire_oaipmh_example_ListSets.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<?xml version="1.0" encoding="UTF-8"?>
<!--
Examples of metadata records in OpenAIRE CERIF XML format as OAI-PMH payload.
OAI-PMH response to the ListSets request.
Provided as accompanying material to the "OpenAIRE Guidelines for CRIS Managers" version 1.2
-->
<OAI-PMH xmlns="http://www.openarchives.org/OAI/2.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/ http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd">
<responseDate>2018-04-07T13:37:47Z</responseDate>
<request verb="ListSets">http://cris.example.org/openaire/connector</request>
<ListSets>
<set>
<setSpec>openaire_cris_publications</setSpec>
<setName>OpenAIRE_CRIS_publications</setName>
</set>
<set>
<setSpec>openaire_cris_products</setSpec>
<setName>OpenAIRE_CRIS_products</setName>
</set>
<set>
<setSpec>openaire_cris_patents</setSpec>
<setName>OpenAIRE_CRIS_patents</setName>
</set>
<set>
<setSpec>openaire_cris_persons</setSpec>
<setName>OpenAIRE_CRIS_persons</setName>
</set>
<set>
<setSpec>openaire_cris_orgunits</setSpec>
<setName>OpenAIRE_CRIS_orgunits</setName>
</set>
<set>
<setSpec>openaire_cris_projects</setSpec>
<setName>OpenAIRE_CRIS_projects</setName>
</set>
<set>
<setSpec>openaire_cris_funding</setSpec>
<setName>OpenAIRE_CRIS_funding</setName>
</set>
<set>
<setSpec>openaire_cris_events</setSpec>
<setName>OpenAIRE_CRIS_events</setName>
</set>
<set>
<setSpec>openaire_cris_equipments</setSpec>
<setName>OpenAIRE_CRIS_equipments</setName>
</set>
</ListSets>
</OAI-PMH>